Skip to main content
The Networks API gives you a complete picture of every blockchain DexUtils Pro supports. Use it to discover network IDs you’ll pass to other endpoints, enumerate the DEX protocols available on each chain, and build network-selector UIs that stay in sync with DexUtils coverage automatically.

List All Networks

Returns an array of every supported blockchain network. No authentication parameters are required beyond your API key header.

Code Examples

Response Fields

array
required
Array of network objects, one per supported blockchain.

Example Response

Example Response

List DEXes on a Network

Returns every DEX protocol indexed on a specific network. Use the network IDs returned by GET /networks to build this path.

Path Parameters

string
required
The network ID to query (e.g. ethereum, solana). Retrieve the full list of valid IDs from GET /networks.

Code Examples

Response Fields

array
required
Array of DEX objects available on the requested network.

Example Response

Example Response
Pool counts are updated every 60 seconds. Newly deployed pools may take up to two minutes to appear in the pool_count total.