curl --request GET \
--url https://api.blockworks.com/v1/market-stats/{id} \
--header 'x-api-key: <api-key>'
{
"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>"
}
Returns a paginated list of Blockworks’ computed market-level statistics. Use this endpoint to discover available stats and build market overviews and dashboards. Each item includes a stat key, value, effective time window, and metadata.
curl --request GET \
--url https://api.blockworks.com/v1/market-stats/{id} \
--header 'x-api-key: <api-key>'
{
"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>"
}
The response is of type object
.