The recommended venue for US residents. Strong regulatory standing, US-friendly compliance, dash-separated symbols, and key+secret authentication (no passphrase).
Use this file to discover all available pages before exploring further.
Coinbase Advanced is the recommended venue for US-resident operators. Strong regulatory standing in the US, mature compliance posture, deep liquidity on USD-quoted pairs, and a key+secret authentication scheme (no passphrase). For US operators who can’t use Binance.com, Coinbase Advanced is the primary venue.
Coinbase is the most compliant major venue in the US. Operating without it as a US resident usually means using Binance.US (lower liquidity) or going offshore (regulatory risk).
Mature compliance posture
Tax reporting, audit trails, KYC depth — all aligned with US regulatory expectations. Useful when filing US tax returns.
Deep USD-quoted liquidity
On BTC-USD, ETH-USD, SOL-USD, etc., Coinbase’s order books are deep. For US operators trading USD natively, this is the right venue.
Stable API
The Advanced API has been stable for years. Few breaking changes.
Coinbase Advanced is a different product from the consumer-facing Coinbase app. Coinbase Advanced (formerly Coinbase Pro) is the trading platform; the Coinbase consumer app is a different product with different fees and a different API.The unCoded integration connects to Coinbase Advanced. Don’t confuse it with the consumer app. When generating API keys, use the Advanced platform’s API settings.
A clarification worth knowing upfront: Coinbase Advanced’s current API uses key + secret authentication only — no passphrase. The passphrase concept belonged to the legacy Coinbase Pro / Coinbase Exchange API, which is a different (older) product.If you’ve seen documentation suggesting “Coinbase needs a passphrase like OKX” — that documentation is referring to the older API. The unCoded integration uses the current Coinbase Advanced API: key + secret only.
Standard signup flow. Use a referral link if available.
2
Verify identity (KYC)
Coinbase has stricter US-aligned KYC. Government ID, address verification, sometimes income verification for higher tiers. Plan for 1–3 business days for full verification.
3
Enable 2FA
Authenticator app preferred. Hardware keys also supported.
4
Access Coinbase Advanced
Coinbase Advanced (formerly Coinbase Pro) is accessed from the main Coinbase account. There may be a “Switch to Advanced” or “Trade” option.The unCoded integration targets the Advanced trading platform, not the consumer app’s “Buy” feature.
In Coinbase, go to “Settings” → “API.” The path may also be labeled as “Developer” or “API Management.”
2
Click 'New API Key'
Standard creation flow.
3
Select portfolio
Portfolio: select “Default” or whichever portfolio you intend the bot to trade. Coinbase Advanced supports portfolio segregation similar to sub-accounts on other venues.For most operators, “Default” is the right choice. If you want strategy isolation, you can create a separate portfolio and bind the key to that.
4
Configure permissions
✅ View — enable.
✅ Trade — enable.
❌ Transfer — disable. NEVER enable this.
“Transfer” is Coinbase’s equivalent of withdrawal/transfer permission. Leaving it disabled means the API key cannot move funds out of the portfolio.
5
Set IP allowlist
Paste your VPS’s static IP. Find it with curl -s https://api.ipify.org from the VPS.Wait 30–60 seconds for propagation.
6
Pass the 2FA challenge
Standard 2FA verification.
7
Save the key and secret immediately
Save both to your password manager before doing anything else. The secret is shown once.
“Exchanges” → “Add Exchange” → “Coinbase Advanced.”Verify: the form should ask for API_KEY and API_SECRET. It should not ask for a passphrase. If you see a passphrase field, you’ve selected the wrong venue (possibly the legacy Coinbase Exchange profile).
3
Paste credentials
Paste API key and secret. Toggle “Enabled” on. Click “Save.”
4
Test connection
Click “Test Connection.” If success: green status. If failure: see Troubleshooting below.
5
Watch the logs
Open Logs panel for the first hour to confirm normal operation.
Coinbase pairs use dash-separated naming: BTC-USD, ETH-USD, SOL-USD. Different from Binance/Bybit’s unhyphenated format.Like OKX, the unCoded exchange profile handles this transparently — but if you’re cross-referencing manually, expect BTC-USD rather than BTCUSD.
USD-quoted by default, not USDT
Coinbase’s primary quote asset is USD (the actual fiat currency), not USDT. For US operators this is natural — USD is your tax-reporting currency anyway.For multi-venue operators running USDT-quoted pairs on Binance and USD-quoted pairs on Coinbase, the cross-venue analytics may not directly aggregate without normalization. The Dashboard’s analytics surface this nuance.
Higher fees for small accounts
Coinbase’s fee structure favors larger volumes. Small accounts (<$10,000 monthly volume) face higher fees:
Taker: 0.40%–0.60% for small accounts.
Maker: 0.25%–0.40% for small accounts.
Drops at higher volume tiers.
This is meaningfully higher than Binance (0.075% with BNB). Factor into your strategy expectations — strategies that work at Binance fees may underperform at Coinbase fees due to the cumulative cost.Honest take: for fee-sensitive strategies, Coinbase is more expensive than alternatives. The trade-off is the regulatory standing.
Smaller symbol set than Binance
Coinbase Advanced lists fewer pairs than Binance — typically 200–400 pairs vs Binance’s 1500+. Long-tail altcoins are less likely to be available.If your strategy needs a specific altcoin, verify it’s listed on Coinbase before configuring.
Pagination on historical data is more aggressive
Coinbase’s historical-data REST endpoints have stricter pagination than other venues. The Backtester handles this transparently but can be noticeably slower for long historical windows on Coinbase data.For multi-year backtests on Coinbase, expect minutes rather than seconds. For shorter windows, no operator-noticeable difference.
Compliance reporting and KYC re-verifications
Coinbase has stricter compliance reporting. Expect occasional KYC re-verifications during your operator tenure — typically annually or when account behavior changes.Plan for these as routine maintenance, not as friction. They’re part of operating in a regulated venue.
Portfolio isolation
Coinbase Advanced supports multiple portfolios within one account. Each portfolio has separate balances, separate trade history, and can be bound to a separate API key.Useful for strategy isolation similar to sub-accounts on Binance/Bybit. Most operators don’t need this initially.
Wrong portfolio binding: verify the key is bound to the correct portfolio.
Permission scope: confirm “Trade” is enabled.
Steps:
Re-copy secret from password manager.
Paste carefully — no trailing whitespace.
Verify portfolio matches your intended trading account.
Wait 30–60 seconds (allowlist propagation).
Retest.
Symbol not found
Most often the format. BTCUSD doesn’t work on Coinbase; use BTC-USD.Also check: is the symbol actually listed on Coinbase? Long-tail altcoins on Binance may not exist on Coinbase. Check Coinbase’s market listings before configuring.
Connection works but the form had a passphrase field
You’ve selected the legacy Coinbase Pro / Coinbase Exchange profile, not the current Coinbase Advanced profile.Fix: in the Dashboard’s exchange selector, choose “Coinbase Advanced” (current API). Don’t select an “Exchange” or “Pro” labeled profile if available — that’s the legacy.
Fees are eating my profit
Coinbase’s small-account fees are meaningful. If your strategy is fee-sensitive:Options:
Increase trading volume to reach lower-fee tiers (organic over time).
Switch to a less fee-sensitive mode (modes with wider profit targets).
For US operators willing to accept higher regulatory risk, consider Binance.US (lower fees, US-regulated).
For non-US operators, Binance global has the lowest fees.
There’s no free lunch — Coinbase’s regulatory standing comes at a cost.
Slow historical-data fetching for backtests
Expected behavior. Coinbase’s pagination is more aggressive than other venues.Workaround: import historical data once at the Backtester’s centralized cache — subsequent backtests are fast against cached data.For first-time long-window backtests, expect minutes of import time.
KYC re-verification request mid-operation
Coinbase may request re-verification during your operator tenure.Behavior: if you don’t complete the re-verification, your account access is restricted. The bot’s API access typically continues until the actual restriction kicks in.Action: complete the re-verification promptly when requested. Restricted accounts can’t trade.