D
DexPaprika
/getTokenPools
getTokenPools
Get the liquidity pools that contain a specific token on one network, returned under 'results' with has_next_page and next_cursor. Read-only and keyless. Use fo
liveunknown~5s typical
mcpdexpaprika
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-dexpaprika-dexpaprika /getTokenPools for me.
Input
| Field | Type | Description |
|---|---|---|
| network* | string | REQUIRED: Network ID from getNetworks (e.g., 'ethereum', 'solana') |
| token_address* | string | REQUIRED: Token contract address |
| limit | number | OPTIONAL: Number of items per page (default: 10, max: 100) default 10 |
| cursor | string | OPTIONAL: Pagination cursor. Pass `next_cursor` from a previous response to fetch the next |
| sort_dir | string (asc | desc) | OPTIONAL: Sort direction (asc/desc). Canonical parameter name. Defaults to 'desc' if neith |
| sort | string (asc | desc) | OPTIONAL: alias of sort_dir; both are accepted. Not deprecated at the REST layer: api.dexp |
| sort_by | string | OPTIONAL: Sort field. Canonical parameter name. Defaults to 'volume_usd_24h'. Prefer the c |
| order_by | string | OPTIONAL: alias of sort_by; both are accepted. Not deprecated at the REST layer: api.dexpa |
| inversed | boolean | REMOVED: the pair-perspective flip is no longer supported by the API; the pools/search rep |
| reorder | boolean | REMOVED alias for inversed. No longer supported by the API; supplying true returns an erro |
| paired_token_address | string | REMOVED: the second-token pair filter is no longer supported by the API. Supplying it retu |
| address | string | REMOVED alias for paired_token_address. No longer supported by the API; supplying it retur |
| rationale* | string | REQUIRED. 1-2 sentence rationale for this call (e.g. "User asked for X; calling Y to fetch |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-dexpaprika-dexpaprika","endpoint":"/getTokenPools","input":{"network":"...","token_address":"...","limit":10,"rationale":"..."}}'cli
npx cracked-ai run -p mcp-com-dexpaprika-dexpaprika -e /getTokenPools -i '{"network":"...","token_address":"...","limit":10,"rationale":"..."}'mcp
run_tool({ provider: "mcp-com-dexpaprika-dexpaprika", endpoint: "/getTokenPools", input: {"network":"...","token_address":"...","limit":10,"rationale":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.