Current price and market data for a cryptocurrency
Get current price, market cap, 24h volume, and 24h change for a single coin.
coin_id uses the coin slug convention (e.g. bitcoin, ethereum, solana). Prices refresh every 5 minutes; data is aggregated from multiple primary sources with fallback, so minor deviations from any single source are expected and documented in envelope meta.source / meta.fallback_* fields.
Path parameters
Coin identifier (lowercase slug).
Coin identifier (lowercase slug).
Query parameters
Quote currency (ISO 4217 lowercase).
Quote currency (ISO 4217 lowercase).
Response
Current price, market cap, 24h volume, and 24h change for the coin.
Example response
{
"data": {
"id": "bitcoin",
"symbol": "btc",
"name": "Bitcoin",
"current_price": 67432.5,
"market_cap": 1325000000000,
"market_cap_rank": 1,
"total_volume": 28500000000,
"high_24h": 68100,
"low_24h": 66200,
"price_change_24h": -320.5,
"price_change_percentage_24h": -0.47,
"last_updated": "2026-03-16T12:00:00.000Z"
},
"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",
"data_age_days": 8.532,
"source": "sugra_crypto",
"attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
"fallback_chain": [
"sugra_crypto",
"sugra_finance"
],
"period": "2026-Q1",
"notes": "the UKMTO report behind these counts is dated 2026-08-21 and is 11 days old"
}
}Changes
Changed in 2 of the 25 revisions of this API.15
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○