Market Stats
Market Statistics
Aggregated market-level statistics including total market cap, volume, and dominance metrics.
GET
Get Market Stat
Overview
Market statistics provide high-level aggregated metrics for the entire cryptocurrency market, including:- Total and altcoin market capitalization
- 24-hour trading volumes
- Bitcoin and stablecoin dominance percentages
- DeFi and L1/L2 metrics
Example Request
Example Response
Supported Options
| Name | Type | Description |
|---|---|---|
page | query | Page number for pagination (default: 1) |
limit | query | Number of results per page (max: 100, default: 100) |
group_by | query | Group results by time period (options: day) |
query | query | JSON filter query |
order_by | query | Field to order results by (default: id) |
order_dir | query | Order direction (asc or desc, default: asc) |
Response Fields
| Field | Type | Description |
|---|---|---|
total_usd_market_cap | number | Total cryptocurrency market capitalization in USD |
total_usd_volume_24h | number | Total 24-hour trading volume in USD |
altcoin_usd_market_cap | number | Market cap of all cryptocurrencies excluding Bitcoin |
altcoin_usd_volume_24h | number | 24-hour trading volume of altcoins in USD |
stablecoin_usd_volume_24h | number | 24-hour trading volume of stablecoins in USD |
stablecoin_usd_change_24h | number | 24-hour percentage change in stablecoin volume |
defi_usd_volume_24h | number | 24-hour trading volume of DeFi tokens in USD |
defi_usd_change_24h | number | 24-hour percentage change in DeFi volume |
btc_dominance | number | Bitcoin’s percentage of total market cap |
btc_dominance_change_24h | number | 24-hour change in Bitcoin dominance percentage |
eth_dominance | number | Ethereum’s percentage of total market cap |
eth_dominance_change_24h | number | 24-hour change in Ethereum dominance percentage |
updated_at | number | Unix timestamp of last update |
day | string | Date in YYYY-MM-DD format |
Use Cases
- Market Overview Dashboards: Display high-level market metrics
- Market Trend Analysis: Track market growth and sector dominance over time
- Portfolio Benchmarking: Compare portfolio performance against market averages
- Research Reports: Source authoritative market statistics for analysis
Authorizations
Query Parameters
Required range:
1 <= x <= 2147483647Required range:
1 <= x <= 100Available options:
day Maximum string length:
65535Available options:
id Available options:
asc, desc