D
DexPaprika
/getNetworkPoolsFilter
getNetworkPoolsFilter
Get pools on one network filtered by numeric thresholds, returned under 'results' with has_next_page and next_cursor. Read-only and keyless. Choose this over ge
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 /getNetworkPoolsFilter for me.
Input
| Field | Type | Description |
|---|---|---|
| network* | string | REQUIRED: Network ID from getNetworks (e.g., 'ethereum', 'solana') |
| limit | number | OPTIONAL: Items per page (default: 50, max: 100) default 50 |
| cursor | string | OPTIONAL: Pagination cursor. Pass `next_cursor` from a previous response to fetch the next |
| volume_24h_min | number | OPTIONAL: Minimum 24h volume in USD |
| volume_24h_max | number | OPTIONAL: Maximum 24h volume in USD |
| volume_7d_min | number | OPTIONAL: Minimum 7d volume in USD |
| volume_7d_max | number | OPTIONAL: Maximum 7d volume in USD |
| liquidity_usd_min | number | OPTIONAL: Minimum pool liquidity in USD |
| liquidity_usd_max | number | OPTIONAL: Maximum pool liquidity in USD |
| txns_24h_min | number | OPTIONAL: Minimum transactions in 24h |
| created_after | number | OPTIONAL: Only pools created after this UNIX timestamp |
| created_before | number | OPTIONAL: Only pools created before this UNIX timestamp |
| 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 |
| 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 |
| 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":"/getNetworkPoolsFilter","input":{"network":"...","limit":50,"rationale":"..."}}'cli
npx cracked-ai run -p mcp-com-dexpaprika-dexpaprika -e /getNetworkPoolsFilter -i '{"network":"...","limit":50,"rationale":"..."}'mcp
run_tool({ provider: "mcp-com-dexpaprika-dexpaprika", endpoint: "/getNetworkPoolsFilter", input: {"network":"...","limit":50,"rationale":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.