Coinbase Exchange
api.exchange.coinbase.com
Coinbase Exchange (formerly Coinbase Pro) is a professional cryptocurrency trading platform. The API enables placing and managing orders, viewing market data, managing accounts and transfers, and accessing trading history across supported cryptocurrency pairs.
Enable this service
This service is in the catalog but not part of v1 launch billing. To use it, run the command below and provide your own API key in the local config page — the gateway will call it under your account.
api_key
free
1.0
https://api.exchange.coinbase.com
May 4, 2026
Health
This is a community-maintained manifest. Health monitoring is not available because this service doesn't host its own /.well-known/agent endpoint yet. Learn more about trust levels →
Top Capabilities
Most commonly used operations — ready to call without drill-down.
accounts_list
GETList all trading accounts with balances and available funds.
GET https://api.exchange.coinbase.com/accounts
currencies_list
GETList all supported currencies.
GET https://api.exchange.coinbase.com/currencies
fills_list
GETList recent fills (executed trades) with filtering.
GET https://api.exchange.coinbase.com/fills
order_id (string) — Filter by order ID.
product_id (string) — Filter by product.
limit (integer) — Number of results.
All Capabilities (24)
accounts (4)
Get a single trading account by ID.
List current holds on an account from open orders.
Get the transaction ledger for an account.
List all trading accounts with balances and available funds.
conversions (1)
Convert funds between two currencies.
currencies (1)
List all supported currencies.
fees (1)
Get current maker and taker fee rates.
fills (1)
List recent fills (executed trades) with filtering.
orders (5)
Cancel a specific open order.
Cancel all open orders, optionally filtered by product.
Place a new limit, market, or stop order.
Get details of a specific order.
List open or all orders with optional filtering.
products (7)
Get details of a specific trading pair.
Get historical OHLCV candlestick data.
Get the current order book for a trading pair.
Get 24-hour trading statistics for a product.
Get real-time ticker data for a trading pair.
List the latest public trades for a product.
List all available trading pairs.
profiles (1)
List all trading profiles (portfolios).
transfers (3)
Deposit funds from a Coinbase wallet into Exchange.
List all deposits and withdrawals.
Withdraw funds from Exchange to a Coinbase wallet.
Agent Preview
This is what an AI agent sees when it discovers this service via the Gateway:
Service: Coinbase Exchange
Description: Coinbase Exchange (formerly Coinbase Pro) is a professional cryptocurrency trading platform. The API enables placing and managing orders, viewing market data, managing accounts and transfers, and accessing trading history across supported cryptocurrency pairs.
Auth: api_key
Capabilities (24 total):
accounts (4):
- accounts_get: Get a single trading account by ID.
- accounts_get_holds: List current holds on an account from open orders.
- accounts_get_ledger: Get the transaction ledger for an account.
- accounts_list: List all trading accounts with balances and available funds.
conversions (1):
- conversions_create: Convert funds between two currencies.
currencies (1):
- currencies_list: List all supported currencies.
fees (1):
- fees_get: Get current maker and taker fee rates.
fills (1):
- fills_list: List recent fills (executed trades) with filtering.
orders (5):
- orders_cancel: Cancel a specific open order.
- orders_cancel_all: Cancel all open orders, optionally filtered by product.
- orders_create: Place a new limit, market, or stop order.
- orders_get: Get details of a specific order.
- orders_list: List open or all orders with optional filtering.
products (7):
- products_get: Get details of a specific trading pair.
- products_get_candles: Get historical OHLCV candlestick data.
- products_get_order_book: Get the current order book for a trading pair.
- products_get_stats: Get 24-hour trading statistics for a product.
- products_get_ticker: Get real-time ticker data for a trading pair.
- products_get_trades: List the latest public trades for a product.
- products_list: List all available trading pairs.
profiles (1):
- profiles_list: List all trading profiles (portfolios).
transfers (3):
- transfers_deposit: Deposit funds from a Coinbase wallet into Exchange.
- transfers_list: List all deposits and withdrawals.
- transfers_withdraw: Withdraw funds from Exchange to a Coinbase wallet.
Top capabilities (ready to call):
- accounts_list: GET /accounts
- currencies_list: GET /currencies
- fills_list: GET /fills