per_page: 1-250 (default 100)order: market_cap_desc, market_cap_asc, volume_desc, volume_ascids: Optional comma-separated CoinGecko IDs to filter (e.g. bitcoin,ethereum)curl --location --request GET '/api/v1/crypto/markets?vs_currency=usd&per_page=50&page=1&order=market_cap_desc&ids=bitcoin,ethereum,solana' \
--header 'x-api-key: ABCD314159'{
"data": [
{
"id": "bitcoin",
"symbol": "btc",
"name": "Bitcoin",
"image": "string",
"current_price": 0,
"market_cap": 0,
"market_cap_rank": 0,
"total_volume": 0,
"high_24h": 0,
"low_24h": 0,
"price_change_percentage_24h": 0,
"ath": 0,
"atl": 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
}
}