Coinbase
Connect Coinbase
Sign in to connect your exchange and track your portfolio automatically
Coinbase at a Glance
Key facts about Coinbase compiled from verified market data and CoinGecko's exchange registry. These metrics help you evaluate liquidity, regulatory footprint and operational maturity before connecting a portfolio.
- Trust Score
- 0/10
- Available in
- 1 jurisdictions
- Trading incentives
- Not offered
- CCXT integration
- Supported
- coinbaseinternational
Trading access & integration
Coinbase is wired into Mantapex through the CCXT integration layer, so importing balances and trade history into a read-only portfolio requires an API key, a secret and an API passphrase that you generate inside your own Coinbase account. Because Mantapex never custodies your funds, the keys you create should be scoped to read access only — withdrawal, transfer and trading permissions are unnecessary for portfolio tracking and should remain disabled. The headquarters jurisdiction shown above determines the regulatory framework, KYC tier and product mix Coinbase can offer a given user, and that scope can change as licensing evolves. Verify eligibility and the local terms of service on the official site before opening an account. The operating history reflected above means there is a comparatively deep public trail of incidents, audits, fee schedules and product launches you can review when sizing Coinbase against newer venues.
Connection metadata is read directly from Mantapex's CCXT integration manifest — credential requirements reflect what Coinbase itself exposes to read-only API consumers and may evolve as the venue updates its API.
Getting Started with Coinbase
Creating an API Key
- Select API in the bottom of the left sidebar of the Exchange dashboard.
- Select “+ New API Key” in the top-right corner.
- Populate the following fields:
- Portfolio - API keys can only be used for a single portfolio. We do not support multiple portfolios for API keys.
- Permissions - See section below on API Key Permissions
- Passphrase - Create a passphrase
- IP address whitelist - This is an optional field to further secure your API key. If you want to add multiple addresses please separate with a comma.
- Finally, select Create API Key at the bottom to make a unique key and confirm your 2-step verification. The new API secret key will be displayed next, and the public key will be displayed on the API Settings page above the Nickname you set for your new API key.
Please note that the API secret will only be shown once, so remember to record your Secret in a secure location. If you lose your API Secret, we will not be able to retrieve it.
The Passphrase, Secret key, and Public key are required to authorize and use the API Key.
Account, custody & security on Coinbase
Coinbase operates as a custodial trading venue: when you fund an account, the deposited assets are held in wallets controlled by the exchange and credited to your balance as a book-entry until you withdraw them. That trade-off — convenience and order-book liquidity in exchange for counterparty risk — is the central design choice of every centralised exchange and is what makes platform-level security so important to evaluate. Coinbase has been running its custody and matching infrastructure since 2012, which gives it 14 years of operational track record for users to review when judging incident history, fund-recovery policy and any insurance or reserve-fund coverage.
Almost every major centralised exchange — including Coinbase — operates under some form of KYC ("Know Your Customer") and AML ("Anti-Money-Laundering") obligations imposed by the jurisdiction it serves. Coinbase is reported with its operating entity in United States, so its baseline KYC programme follows that jurisdiction's rules — additional verification may still be requested for higher-tier withdrawal or fiat-on-ramp limits, and access to specific products can be restricted depending on where the user resides. Expect to provide a government-issued ID document and a recent proof-of-address at minimum; higher verification tiers may add liveness checks, source-of-funds questionnaires and accredited-investor confirmations.
Enable two-factor authentication on the Coinbase account itself before generating any API keys. The strongest options are hardware security keys (FIDO2 / WebAuthn devices such as YubiKey or Solo) where supported, followed by an authenticator app on a dedicated device (Aegis, Raivo, 1Password, Authy in offline-only mode, or Google Authenticator). SMS-based 2FA is widely available but is the weakest of the common methods because of SIM-swap risk — if Coinbase only offers SMS, treat the account as more exposed and consider keeping balances on the venue smaller than you otherwise would. The 2FA factor should be different from anything you use to sign in elsewhere, and the recovery phrase or backup codes belong in offline cold storage, not in the same password manager you use to log in.
Use Coinbase's withdrawal-address whitelist if the feature is available. Whitelists turn a stolen API key or hijacked session into a much smaller blast radius: even with full account access, an attacker cannot send funds to an address that wasn't pre-approved and cleared a cool-down window. Combine this with anti-phishing codes (a short string that the exchange embeds in every legitimate email), a separate email account that's not used for anything else, and notification alerts for new logins, withdrawal requests and API-key creation. The same hygiene applies whether you actively trade or simply hold a long-term balance on Coinbase — most exchange-related losses originate from compromised individual accounts rather than platform-wide breaches.
For the specific case of connecting Coinbase to Mantapex, the additional hardening layer is straightforward: generate a dedicated API key for read-only portfolio sync, label it clearly (for example "Mantapex read-only sync"), disable every permission except the minimum the exchange exposes for balance and trade-history queries, and store the secret in a password manager so you can rotate it on a schedule. If Coinbase supports IP whitelisting and you connect from a stable address, restrict the key to that address. If you ever stop using Mantapex — or any other third-party dashboard — revoke the key on the exchange side rather than just deleting it from the dashboard, because the credential continues to authenticate against Coinbase's API until Coinbase itself invalidates it.
Security guidance on this page is generic exchange hardening that applies to every centralised crypto venue. For Coinbase's exchange-specific policies — fund-segregation model, proof-of-reserves cadence, insurance coverage and incident-response history — the canonical references are Coinbase's own Help Centre and any audit reports or attestations the venue publishes directly.
API access details for Coinbase
Connecting Coinbase as a read-only portfolio source on Mantapex relies on the credentials defined by Coinbase's own API. The matrix below mirrors exactly what the CCXT integration layer asks for — ticked rows mean the field is required to authenticate, untouched rows mean Coinbase doesn't ask for that field at all.
In short, Coinbase requires 3 credentials to authenticate API requests: API key, API secret and API passphrase. All of these are generated from inside the exchange's own dashboard — Mantapex never asks you to share your account password or to set up an API key with withdrawal permissions enabled.
When you create the key on Coinbase for use with Mantapex, restrict its permissions to read-only access (sometimes labelled "view", "read", "query" or "info"). Mantapex only needs to fetch balances, trade history and open positions. Withdrawal, trade-execution and transfer scopes should remain disabled. If Coinbase offers a granular permission model, the safest combination is: enable "Read" or "View", disable "Trade" or "Spot trade", disable "Withdraw" or "Universal Transfer", and leave any margin / futures permission switched off unless you specifically want those positions visible inside your portfolio dashboard.
Some exchanges — Binance, OKX, Bybit, Bitget, KuCoin and several Asia-Pacific venues — offer an optional IP whitelist when you create the API key. Leaving the whitelist empty lets the key authenticate from any address, which is the simplest setup for use with a cloud-hosted dashboard such as Mantapex. If Coinbase forces you to enter at least one IP and you don't have a static address, you can usually use a placeholder value the exchange recognises (for example "0.0.0.0/0" or the wildcard option) — consult Coinbase's API documentation before relying on that workaround. Either way, the credentials remain in a read-only scope and cannot be used to move funds off the venue.
Credential schema sourced directly from the CCXT integration manifest used by Mantapex. Coinbase may rotate or extend its API in the future — if the exchange asks for a credential not listed here when you create the key, you can safely ignore it for the purpose of a read-only Mantapex import.
Official resources & community for Coinbase
The links below point to first-party Coinbase properties. We track them so you can verify announcements, support channels and operator-published policies directly at the source rather than from third-party copies. External destinations open in a new tab and are marked nofollow per our resource-link policy.
Related exchanges & comparisons
Coinbase is operated as a product line of Coinbase. Underlying market data, fee schedules and the bulk of the venue's account-level controls are inherited from the parent platform, so when reviewing the venue's track record, trust profile and historical incidents you'll generally be looking at Coinbase's record rather than a standalone history for Coinbase. Coinbase has been operating since 2012, which is the operational tenure that backs this variant page as well.
Top exchanges by trust score
Peer sets sourced from CoinGecko's trust-score ranking and CCXT's exchange manifest. Inclusion here is not an endorsement — it simply means Mantapex tracks the venue with current trust / volume data.
Recent Coinbase news
Latest reporting from major crypto news outlets covering Coinbase.
- Tokenpost
Coinbase Ventures Backs Ethena as New Onchain Savings Product Targets 100M+ Users
Coinbase Ventures, the investment division of cryptocurrency exchange Coinbase (NASDAQ: COIN), has invested in Ethena (ENA) by purchasing the protocols native token on the open…
- Cryptopolitan
Coinbase Ventures buys ENA tokens as exchange deepens onchain finance push with Ethena
Coinbase Ventures has purchased ENA tokens on the open market and announced a partnership with Ethena to build onchain savings products for more than 100 million combined users.
- Coindesk
Coinbase backs Ethena ahead of savings product launch for exchange's 100 million users
Coinbase Ventures, the exchange's venture arm, bought Ethena tokens on the open market as the protocol is set to roll out a Coinbase integration next week.
- Benzinga
Coinbase Backs DeFi Protocol Ethena, But COIN Still Plunges 5%
Coinbase (NASDAQ:COIN) Ventures invested in Ethena by purchasing ENA (CRYPTO: ENA) tokens on the open market Tuesday, with a partnership bringing USDe to Coinbase's 100 million…
- Crypto news
Coinbase and Ethena tease a bigger push as ENA gains speed
Coinbase Ventures has purchased ENA tokens on the open market as Coinbase and Ethena prepare a new partnership focused on on-chain finance and savings products.
- Crypto Briefing
Coinbase buys ENA stake as Ethena token jumps 15% on expanded partnership
Coinbase Ventures bought ENA as Coinbase expanded its Ethena partnership across custody, wallets, perps, and USDe access. Coinbase buys ENA stake as Ethena token jumps 15% on…
- Crypto Economy
Coinbase Integrates With Checkout.com to Bring USDC and USDT Payments to Global Brands
Coinbase and Checkout.com announced a partnership to integrate stablecoin payments across the payment processor's network of more than 1,000 enterprise clients. Starting June 2,…
- The Block
Coinbase invests in Ethena via open market purchase of ENA, flags new partnership
Ethena said the two companies have also become partners "to grow onchain finance and savings products."
Data Disclaimer
Exchange data is sourced from third-party providers and may not reflect real-time conditions.
Your Exchange Portfolio — Free Forever
Connect read-only API keys to see balances, orders & trade history. Mix with wallets, Polymarket & Kalshi — one portfolio for everything.
