Cryptocurrency prices, market cap, and 24h change via CoinGecko. Supports 10,000+ coins. Free, no key required for basic usage.
https://api.apiclearinghouse.com/v1/call/crypto-pricesAuthenticate with X-Api-Key: chk_live_... header.
/price| Name | Type | Required | Description |
|---|---|---|---|
| ids | string | required | Comma-separated CoinGecko coin slugs (e.g. "bitcoin,ethereum,solana"). Must be lowercase slugs — ticker symbols like "BTC" will be rejected. |
curl -s "https://api.apiclearinghouse.com/v1/call/crypto-prices/price?ids={ids}" \
-H "X-Api-Key: YOUR_API_KEY"{
"status": "success",
"data": {
"prices": "example"
}
}/coin| Name | Type | Required | Description |
|---|---|---|---|
| id | string | required | Coin ID (e.g. "bitcoin", "ethereum") |
curl -s "https://api.apiclearinghouse.com/v1/call/crypto-prices/coin?id={id}" \
-H "X-Api-Key: YOUR_API_KEY"{
"status": "success",
"data": {
"id": "abc123",
"name": "example",
"symbol": "example",
"ath_usd": "example",
"market_cap_usd": "example"
}
}No setup required. Sign in and run Crypto Prices directly from your browser.
Open in Explorer →Monthly limits also apply per plan.