Skip to main content
GET
Blockchain Market Metrics

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)
  • This endpoint consumes 40 CU per request.
  • 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.
  • Specify the target chain and the desired time_frame for data aggregation.
  • Provide a reference time and a direction (backward or forward) to retrieve historical time frames relative to that timestamp.
  • Each record represents a single time frame. unix_time is the UTC timestamp of the beginning of the time frame. Trading metrics are aggregated over the time frame, while stable_coin_market_cap represents the value at the end of the time frame.
  • Analyze volume_usd, trade_count, and active_trading_tokens together to distinguish increased trading activity from broader market participation.
  • Compare trading activity with stable_coin_market_cap to understand how changes in on-chain stablecoin supply relate to market activity.
  • volume_usd, trade_count, and active_trading_tokens are aggregated over each time frame.
  • stable_coin_market_cap represents the market capitalization as of the end of each time frame.
  • time is used only to determine the starting time frame. If it does not align with the specified time_frame, it is mapped to the corresponding time frame.
  • unix_time always represents the start of the corresponding time frame in UTC.

Authorizations

X-API-KEY
string
header
required

API key for authentication

Headers

x-chain
enum<string>
default:solana

Solana network only.

Available options:
solana

Query Parameters

time_frame
enum<string>
default:1D

The aggregation interval for the returned data.

Available options:
1D
time
integer

The reference unix timestamp in seconds to start retrieving data. Defaults to the current time.

Required range: 0 <= x <= 10000000000
direction
enum<string>
default:backward

The retrieval direction relative to the reference time.

Available options:
backward,
forward
count
integer
default:10

Limit the number of data records returned.

Required range: 1 <= x <= 10

Response

JSON object containing market metrics of a specified chain.

success
boolean
required
data
object
required