Skip to main content
Glama

DexPaprika (CoinPaprika)

Official

getPoolTransactions

Retrieve recent transactions for a specific liquidity pool, including swaps, adds, and removes. Input network and pool address for detailed activity insights.

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)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "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/coinpaprika/dexpaprika-mcp'

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