Skip to main content
Glama

DexPaprika MCP Server

getPoolTransactions

Retrieve recent transaction history for any liquidity pool across multiple blockchains, displaying swaps, liquidity additions, and removals to monitor pool activity and trading patterns.

Instructions

Get recent transactions for a specific pool. Shows swaps, adds, removes. Requires network and pool address.

Input Schema

NameRequiredDescriptionDefault
cursorNoTransaction ID used for cursor-based pagination
limitNoNumber of items per page (max 100)
networkYesNetwork ID from getNetworks (e.g., "ethereum", "solana")
pageNoPage number for pagination (up to 100 pages)
poolAddressYesPool address or identifier

Input Schema (JSON Schema)

{ "properties": { "cursor": { "description": "Transaction ID used for cursor-based pagination", "type": "string" }, "limit": { "default": 10, "description": "Number of items per page (max 100)", "type": "number" }, "network": { "description": "Network ID from getNetworks (e.g., \"ethereum\", \"solana\")", "type": "string" }, "page": { "default": 0, "description": "Page number for pagination (up to 100 pages)", "type": "number" }, "poolAddress": { "description": "Pool address or identifier", "type": "string" } }, "required": [ "network", "poolAddress" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/infinity-smithpl/dexpaprika-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server