v1
latestOpenAPI 3.0.42026-07-26432241.7 KBTokens
Get monthly price, volume and liquidity for all tokens
get/tokens/monthly
Headers
x-api-keystring required
API key for authentication. The demo api key provided is globally rate limited. Do not use in production.
Response
Successful response
Example response
[
{
"timestampSeconds": 1697677200,
"tokenId": "0.0.731861",
"price": "36334886",
"liquidity": "5971792596548121",
"volume": "100169644699152"
}
]