curl --request GET \
--url https://api.blockworks.com/v1/market-stats \
--header 'x-api-key: <api-key>'{
"page": 1073741824,
"total": 50,
"data": [
{
"total_usd_market_cap": 0,
"total_usd_volume_24h": 0,
"altcoin_usd_market_cap": 0,
"altcoin_usd_volume_24h": 0,
"stablecoin_usd_volume_24h": 0,
"stablecoin_usd_change_24h": 0,
"defi_usd_volume_24h": 0,
"defi_usd_change_24h": 0,
"btc_dominance": 0,
"btc_dominance_change_24h": 0,
"eth_dominance": 0,
"eth_dominance_change_24h": 0,
"updated_at": 0,
"day": "<string>"
}
]
}Retrieves a single market-level statistic by ID, including its value, effective time window, and metadata. Use with the list endpoint for discovery or to fetch the latest value for a specific stat.
curl --request GET \
--url https://api.blockworks.com/v1/market-stats \
--header 'x-api-key: <api-key>'{
"page": 1073741824,
"total": 50,
"data": [
{
"total_usd_market_cap": 0,
"total_usd_volume_24h": 0,
"altcoin_usd_market_cap": 0,
"altcoin_usd_volume_24h": 0,
"stablecoin_usd_volume_24h": 0,
"stablecoin_usd_change_24h": 0,
"defi_usd_volume_24h": 0,
"defi_usd_change_24h": 0,
"btc_dominance": 0,
"btc_dominance_change_24h": 0,
"eth_dominance": 0,
"eth_dominance_change_24h": 0,
"updated_at": 0,
"day": "<string>"
}
]
}1 <= x <= 21474836471 <= x <= 100day 65535id asc, desc