DexPaprika
D
DexPaprika
/getTokenMultiPrices

getTokenMultiPrices

Get current USD prices for up to 10 tokens on the same network in one batched call, returned as a prices array plus a missing_tokens list. Read-only and keyless

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

Input

FieldTypeDescription
network*stringREQUIRED: Network ID from getNetworks
tokens*arrayREQUIRED: Up to 10 token contract addresses on the same network.
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":"/getTokenMultiPrices","input":{"network":"...","tokens":[],"rationale":"..."}}'
cli
npx cracked-ai run -p mcp-com-dexpaprika-dexpaprika -e /getTokenMultiPrices -i '{"network":"...","tokens":[],"rationale":"..."}'
mcp
run_tool({ provider: "mcp-com-dexpaprika-dexpaprika", endpoint: "/getTokenMultiPrices", input: {"network":"...","tokens":[],"rationale":"..."} })

Try it

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