DexPaprika
D
DexPaprika
/getNetworkDexes

getNetworkDexes

List the DEXes (exchanges) operating on one network, such as Uniswap on ethereum or Raydium on solana, returned under 'dexes' with page_info (page, total_pages)

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 /getNetworkDexes for me.

Input

FieldTypeDescription
network*stringREQUIRED: Network ID from getNetworks (e.g., 'ethereum', 'solana')
pagenumberOPTIONAL: Page number, 1-indexed. Server accepts page=0 (treated as page=1) for backward c default 1
limitnumberOPTIONAL: Number of items per page (default: 10, max: 100) default 10
sort_dirstring (asc | desc)OPTIONAL: Sort direction (asc/desc). Canonical parameter name. Defaults to 'desc' if neith
sortstring (asc | desc)OPTIONAL: alias of sort_dir; both are accepted. Not deprecated at the REST layer: api.dexp
sort_bystring (pool)OPTIONAL: Sort field. Canonical parameter name; older tools used order_by. The REST API ca
order_bystring (pool)OPTIONAL: alias of sort_by; both are accepted. Not deprecated at the REST layer: api.dexpa
rationale*stringREQUIRED. 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":"/getNetworkDexes","input":{"network":"...","page":1,"limit":10,"rationale":"..."}}'
cli
npx cracked-ai run -p mcp-com-dexpaprika-dexpaprika -e /getNetworkDexes -i '{"network":"...","page":1,"limit":10,"rationale":"..."}'
mcp
run_tool({ provider: "mcp-com-dexpaprika-dexpaprika", endpoint: "/getNetworkDexes", input: {"network":"...","page":1,"limit":10,"rationale":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.