improved
Multiple Improvements: Onchain Pools Page Limit, Trades Token Filter
January 27th, 2025
Onchain Pools Data: Supported more than 10 pages of data
Previously: There was a limitation of a maximum of 10 pages for accessing pools data in the related endpoints.
Now: All paid plan subscribers (Analyst & above) can access more than 10 pages of pools data for the endpoints below.
Improved Endpoints:
- Search Pools
- Top Pools by Token Address
- Trending Pools List
- Trending Pools by Network
- New Pools by Network
- New Pools List
- Top Pools by Network
- Top Pools by Dex
Onchain Trades: Added Token Filter
Endpoint: Past 24 Hour Trades by Pool Address
Previously: There was no way to filter trades data by base or quote token.
Now: A new optional parameter has been added to allow filtering by base or quote token of a pool.
- Parameter:
token
- Value options:
base
quote
{token_address}
Example:
?token=base // get the trades data of base token
?token=quote // get the trades data of quote token
?token=8FqXr6dw5NHA2TtwFeDz6q9p7y9uWyoEdZmpXqqUpump // get the trades data of specific token based on address