get
https://public-api.birdeye.so/market/v1/blockchain-metrics
Retrieves market metrics for the specified blockchain, aggregated by the specified time frame. The response includes trading metrics (trading volume, trade count, and active trading tokens) aggregated over each time frame, and snapshot metric (stablecoin market capitalization) representing values at the end of each time frame.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Data Availability
- Trading volume, Trade count, and Active trading tokens: From 2022-01-01 00:00 UTC (unix timestamp: 1640995200)
- Stablecoin market capitalization: From 2025-05-22 00:00 UTC (unix timestamp: 1747872000)
- Lite
- Starter
- Premium
- Business
- Enterprise
Solana
Compute Unit ⚙️
- This endpoint consumes
40 CUper request.
Use Cases 💡
- Track historical blockchain activity through trading volume, transaction count, active trading tokens, and stablecoin market capitalization.
- Build dashboards to monitor market activity and stablecoin growth over time.
How to Use 🛠️
- Specify the target
chainand the desiredtime_framefor data aggregation.- Provide a reference
timeand adirection(backwardorforward) to retrieve historical time frames relative to that timestamp. - Each record represents a single time frame.
unix_timeis the UTC timestamp of the beginning of the time frame. Trading metrics are aggregated over the time frame, whilestable_coin_market_caprepresents the value at the end of the time frame.
- Provide a reference
Best Practices ✅
- Analyze
volume_usd,trade_count, andactive_trading_tokenstogether to distinguish increased trading activity from broader market participation.- Compare trading activity with
stable_coin_market_capto understand how changes in on-chain stablecoin supply relate to market activity.
- Compare trading activity with
Notes 📝
volume_usd,trade_count, andactive_trading_tokensare aggregated over each time frame.stable_coin_market_caprepresents the market capitalization as of the end of each time frame.timeis used only to determine the starting time frame. If it does not align with the specifiedtime_frame, it is mapped to the corresponding time frame.unix_timealways represents the start of the corresponding time frame in UTC.
