improved

Multiple Improvements: Onchain Pools Page Limit, Trades Token Filter

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:

  1. Search Pools
  2. Top Pools by Token Address
  3. Trending Pools List
  4. Trending Pools by Network
  5. New Pools by Network
  6. New Pools List
  7. Top Pools by Network
  8. 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