Get historical price, market cap, and volume for a coin.
days: 1, 7, 14, 30, 90, 180, 365, or maxcurl --location --request GET '/api/v1/crypto/bitcoin/history?vs_currency=usd&days=30' \
--header 'x-api-key: ABCD314159'{
"data": [
{
"id": "bitcoin",
"symbol": "btc",
"name": "Bitcoin",
"current_price": 0,
"market_cap": 0,
"market_cap_rank": 0,
"total_volume": 0,
"high_24h": 0,
"low_24h": 0,
"price_change_24h": 0,
"price_change_percentage_24h": 0,
"last_updated": "string"
}
],
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true
}
}