Get DEX Pools
crypto.dex.poolsRetrieve DEX liquidity pool data by network, pool name, or token. Sort results by volume, liquidity, price change, or transactions.
Instructions
Get DEX liquidity pool data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search query for pool name or token | |
| network | No | Blockchain network to query (e.g. ethereum, bsc, polygon, solana) | |
| sort_by | No | Sort order for pool results | |
| limit | No | Max number of results (1-50) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |