Crypto
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.
get/api/v1/crypto/{coin_id}/price
Path parameters
coin_idstring required
Coin identifier (lowercase slug).
Coin identifier (lowercase slug).
Query parameters
vs_currencystring
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",
"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"
]
}
}