Skip to main content
GET
/
networks
/
{network}
/
pools
Get top pools on a network.
curl --request GET \
  --url https://api.dexpaprika.com/networks/{network}/pools

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.