cURL
curl --request GET \ --url https://api.dexpaprika.com/networks/{network}/dexes
{ "dexes": [ { "id": "uniswap_v2", "name": "Uniswap V2" } ], "page_info": { "limit": 100, "page": 1, "total_items": 30, "total_pages": 1 } }
Network slug or ID (e.g., 'solana'). You can find the list of supported networks with their IDs here: /networks.
Zero-based page index for paginated results.
0 <= x <= 1000
Number of items to return per page (max 100).
1 <= x <= 100
Sort order for the requested data (ascending or descending).
asc
desc
How to order the returned data.
pool
successful operation
A paginated response containing a list of DEX objects.
An array of decentralized exchanges.
Show child attributes
Internal or human-readable name of the DEX.
The blockchain network this DEX resides on.
Protocol or underlying technology of the DEX.
Information about the current page in a paginated result set.
Number of items returned per page.
Current page index.
Total number of items matching the query.
Total number of pages available.
Was this page helpful?