Coinbase

api.coinbase.com

Community

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

Pricing

free

Spec version

1.0

Base URL

https://api.coinbase.com

Crawl failures

1

Last verified

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

analytics

Get 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

analytics

List all cryptocurrency accounts and their balances for the authenticated user.

Detail: https://api.coinbase.com/capabilities/list_accounts

list_exchange_rates

analytics

Get exchange rates for a base currency against all other supported currencies.

Detail: https://api.coinbase.com/capabilities/list_exchange_rates

list_payment_methods

payments

List all payment methods (bank accounts, cards) linked to the authenticated user's account.

Detail: https://api.coinbase.com/capabilities/list_payment_methods

list_transactions

analytics

List all transactions (buys, sells, sends, receives) for a specific account.

Detail: https://api.coinbase.com/capabilities/list_transactions

place_buy_order

payments

Place a buy order to purchase cryptocurrency using your linked payment method.

Detail: https://api.coinbase.com/capabilities/place_buy_order

place_sell_order

payments

Place 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

analytics

Send 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.