Private BetaFound a bug or have feedback? Share it →

Crypto Prices

Cryptocurrency prices, market cap, and 24h change via CoinGecko. Supports 10,000+ coins. Free, no key required for basic usage.

Healthy
Trading & MarketsNo upstream key required

Base URL

https://api.apiclearinghouse.com/v1/call/crypto-prices

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

GET/price

Parameters

NameTypeRequiredDescription
idsstringrequiredComma-separated CoinGecko coin slugs (e.g. "bitcoin,ethereum,solana"). Must be lowercase slugs — ticker symbols like "BTC" will be rejected.

Example Request

curl -s "https://api.apiclearinghouse.com/v1/call/crypto-prices/price?ids={ids}" \
  -H "X-Api-Key: YOUR_API_KEY"

Example Response

{
  "status": "success",
  "data": {
    "prices": "example"
  }
}
GET/coin

Parameters

NameTypeRequiredDescription
idstringrequiredCoin ID (e.g. "bitcoin", "ethereum")

Example Request

curl -s "https://api.apiclearinghouse.com/v1/call/crypto-prices/coin?id={id}" \
  -H "X-Api-Key: YOUR_API_KEY"

Example Response

{
  "status": "success",
  "data": {
    "id": "abc123",
    "name": "example",
    "symbol": "example",
    "ath_usd": "example",
    "market_cap_usd": "example"
  }
}

Try it live

No setup required. Sign in and run Crypto Prices 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
crypto-prices API Documentation — API Clearinghouse