Coinbase
api.coinbase.com
Coinbase is a leading cryptocurrency exchange platform. The API allows you to manage accounts, place buy and sell orders, view market data, transfer funds, and monitor transaction history across supported cryptocurrencies.
api_key
free
1.0
https://api.coinbase.com
1
2026-03-01T11:53:15.000Z
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 →
Capabilities
get_spot_price
analyticsGet the current spot price for a cryptocurrency pair like BTC-USD or ETH-EUR.
Detail: https://api.coinbase.com/capabilities/get_spot_price
list_accounts
analyticsList all cryptocurrency accounts and their balances for the authenticated user.
Detail: https://api.coinbase.com/capabilities/list_accounts
list_exchange_rates
analyticsGet exchange rates for a base currency against all other supported currencies.
Detail: https://api.coinbase.com/capabilities/list_exchange_rates
list_payment_methods
paymentsList all payment methods (bank accounts, cards) linked to the authenticated user's account.
Detail: https://api.coinbase.com/capabilities/list_payment_methods
list_transactions
analyticsList all transactions (buys, sells, sends, receives) for a specific account.
Detail: https://api.coinbase.com/capabilities/list_transactions
place_buy_order
paymentsPlace a buy order to purchase cryptocurrency using your linked payment method.
Detail: https://api.coinbase.com/capabilities/place_buy_order
place_sell_order
paymentsPlace a sell order to sell cryptocurrency from your account back to your payment method.
Detail: https://api.coinbase.com/capabilities/place_sell_order
send_money
analyticsSend cryptocurrency from one of your accounts to an external address or another Coinbase user.
Detail: https://api.coinbase.com/capabilities/send_money
Agent Preview
This is what an AI agent sees when it discovers this service via the Gateway:
Service: Coinbase Description: Coinbase is a leading cryptocurrency exchange platform. The API allows you to manage accounts, place buy and sell orders, view market data, transfer funds, and monitor transaction history across supported cryptocurrencies. Auth: api_key Capabilities: - get_spot_price: Get the current spot price for a cryptocurrency pair like BTC-USD or ETH-EUR. - list_accounts: List all cryptocurrency accounts and their balances for the authenticated user. - list_exchange_rates: Get exchange rates for a base currency against all other supported currencies. - list_payment_methods: List all payment methods (bank accounts, cards) linked to the authenticated user's account. - list_transactions: List all transactions (buys, sells, sends, receives) for a specific account. - place_buy_order: Place a buy order to purchase cryptocurrency using your linked payment method. - place_sell_order: Place a sell order to sell cryptocurrency from your account back to your payment method. - send_money: Send cryptocurrency from one of your accounts to an external address or another Coinbase user.