Skip to main content
GET
/
networks
/
{network}
/
pools
/
filter
Advanced pool filtering.
curl --request GET \
  --url https://api.dexpaprika.com/networks/{network}/pools/filter
This endpoint was removed and now returns 410 Gone. Use GET /networks/{network}/pools/search instead. It supports the same filters plus working volume_7d, volume_30d, and liquidity_usd ranges.

Migration

Parameter and response changes from the old filter endpoint:
OldNew
path /networks/{network}/pools/filter/networks/{network}/pools/search
volume_24h_minvolume_usd_24h_min
sort_byorder_by (e.g. volume_usd_24h)
sort_dirsort (asc / desc)
pagecursor (pass next_cursor from the previous response)
response page_infohas_next_page + next_cursor
curl "https://api.dexpaprika.com/networks/ethereum/pools/search?volume_usd_24h_min=500000&order_by=volume_usd_24h&sort=desc&limit=5"
See the pool filtering tutorial for full examples.

Path Parameters

network
string
required

Network slug or ID (e.g., 'solana'). You can find the list of supported networks with their IDs here: /networks.

Response

410

Removed. Use /networks/{network}/pools/search instead.