DexPaprika
D
DexPaprika
/getPoolDetails

getPoolDetails

Get the full current snapshot for one pool by address: its two tokens, current price, liquidity/TVL, 24h volume, and transaction counts, returned as a single po

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

Input

FieldTypeDescription
network*stringREQUIRED: Network ID from getNetworks (e.g., 'ethereum', 'solana')
pool_address*stringREQUIRED: Pool address or identifier (e.g., '0x88e6a0c2ddd26feeb64f039a2c41296fcb3f5640')
inversedbooleanOPTIONAL: Whether to invert the price ratio (default: false) default false
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":"/getPoolDetails","input":{"network":"...","pool_address":"...","inversed":false,"rationale":"..."}}'
cli
npx cracked-ai run -p mcp-com-dexpaprika-dexpaprika -e /getPoolDetails -i '{"network":"...","pool_address":"...","inversed":false,"rationale":"..."}'
mcp
run_tool({ provider: "mcp-com-dexpaprika-dexpaprika", endpoint: "/getPoolDetails", input: {"network":"...","pool_address":"...","inversed":false,"rationale":"..."} })

Try it

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