Skip to main content
GET
/
pools
Get top pools.
curl --request GET \
  --url https://api.dexpaprika.com/pools
This endpoint was removed and now returns 410 Gone. Use GET /pools/search instead. It searches pools across networks; pass a chains filter to scope it (for example chains=ethereum,base).

Migration

OldNew
path /pools/pools/search
(per-network only)optional chains=ethereum,base,...
order_by=volume_usdorder_by=volume_usd_24h
pagecursor (pass next_cursor from the previous response)
response pools + page_inforesults + has_next_page + next_cursor
curl "https://api.dexpaprika.com/pools/search?chains=ethereum,base&order_by=volume_usd_24h&sort=desc&limit=10"
For a single network, use GET /networks/{network}/pools/search.

Response

410

Removed. Use /pools/search instead.