Private BetaFound a bug or have feedback? Share it →

Coinbase Rates

Live cryptocurrency and fiat exchange rates from Coinbase. Supports 150+ currencies and all major crypto assets. Free, no key required.

Healthy
Trading & MarketsNo upstream key required

Base URL

https://api.apiclearinghouse.com/v1/call/coinbase-rates

Authenticate with X-Api-Key: chk_live_... header.

GET/rates

Parameters

NameTypeRequiredDescription
currencystringrequiredBase currency code (e.g. USD, EUR, BTC)

Example Request

curl -s "https://api.apiclearinghouse.com/v1/call/coinbase-rates/rates?currency={currency}" \
  -H "X-Api-Key: YOUR_API_KEY"

Example Response

{
  "status": "success",
  "data": {
    "rates": "example",
    "currency": "example"
  }
}

Try it live

No setup required. Sign in and run Coinbase Rates directly from your browser.

Open in Explorer →

Rate Limits

Free10/min
Pro100/min
Elite500/min

Monthly limits also apply per plan.

Authentication

Pass your API key in the request header:

X-Api-Key: chk_live_...
Join the beta
← Back to catalog
coinbase-rates API Documentation — API Clearinghouse