v1
latestOpenAPI 3.0.42026-07-26432241.7 KBPools
Get monthly volume and liquidity for pools
get/pools/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
[
{
"poolId": 502,
"timestampSeconds": 1697760000,
"liquidity": "1268297620467",
"volume": "178297285042"
}
]