Token Price Stats
Get tokens price stats like volume, high and low, price and volume change.
POST
This endpoint returns token prices stats based on onchain activity. Those stats are calculated from our onchain dex based prices.
Stat | Time window |
---|---|
High/low | All time, 24h, 1h |
% price change | 24h, 1h |
Volume | 24h, 1h |
Note:
- Price high/low and price changes are calculated from the filtered prices to avoid outlying trade producing inaccurate values.
- Volume stats are calculated from all trades (no filtering) to reflect the total volume on the tracked protocols.
- Volume is calculated from onchain activity only. Centralized exchange trading volume is not included.
Pagination:
This endpoint returns prices for up to 200 tokens in a single request.
Supported Chains
Authorizations
Body
application/json · PayloadTokenAddress · object[]
List of token addresses to get stats for.
Response
200
application/json
Successful Response
The response is of type object
.