DexPaprika
D
DexPaprika
/getPoolTransactions

getPoolTransactions

Get one pool's recent individual swap transactions, newest first, returned under 'transactions' (paginate with page, or a cursor). Read-only and keyless. These

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

Input

FieldTypeDescription
network*stringREQUIRED: Network ID from getNetworks (e.g., 'ethereum', 'solana')
pool_address*stringREQUIRED: Pool address or identifier
pagenumberOPTIONAL: Page number, 1-indexed. Up to 100 pages. Server accepts page=0 (treated as page= default 1
limitnumberOPTIONAL: Number of items per page (default: 10, max: 100) default 10
cursorstringOPTIONAL: Transaction ID used for cursor-based pagination
fromnumberOPTIONAL: Start of time-range filter, Unix epoch SECONDS (inclusive). Window is capped to
tonumberOPTIONAL: Filter transactions up to this UNIX timestamp (exclusive). Must be after 'from'.
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":"/getPoolTransactions","input":{"network":"...","pool_address":"...","page":1,"limit":10,"rationale":"..."}}'
cli
npx cracked-ai run -p mcp-com-dexpaprika-dexpaprika -e /getPoolTransactions -i '{"network":"...","pool_address":"...","page":1,"limit":10,"rationale":"..."}'
mcp
run_tool({ provider: "mcp-com-dexpaprika-dexpaprika", endpoint: "/getPoolTransactions", input: {"network":"...","pool_address":"...","page":1,"limit":10,"rationale":"..."} })

Try it

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