Skip to main content
Glama

DexPaprika (CoinPaprika)

Official

getPoolOHLCV

Retrieve historical OHLCV data for a specific pool using network and pool address. Analyze price trends, backtest strategies, and visualize market activity with customizable intervals and timeframes.

Instructions

Get historical price data (OHLCV) for a pool - essential for price analysis, backtesting, and visualization. Requires network and pool address.

Input Schema

NameRequiredDescriptionDefault
endNoEnd time for historical data (max 1 year from start)
intervalNoInterval granularity: 1m, 5m, 10m, 15m, 30m, 1h, 6h, 12h, 24h24h
inversedNoWhether to invert the price ratio for alternative pair perspective (e.g., ETH/USDC vs USDC/ETH)
limitNoNumber of data points to retrieve (max 366) - adjust for different analysis needs
networkYesNetwork ID from getNetworks (e.g., "ethereum", "solana")
poolAddressYesPool address or identifier
startYesStart time for historical data (Unix timestamp, RFC3339 timestamp, or yyyy-mm-dd format)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "end": { "description": "End time for historical data (max 1 year from start)", "type": "string" }, "interval": { "default": "24h", "description": "Interval granularity: 1m, 5m, 10m, 15m, 30m, 1h, 6h, 12h, 24h", "type": "string" }, "inversed": { "default": false, "description": "Whether to invert the price ratio for alternative pair perspective (e.g., ETH/USDC vs USDC/ETH)", "type": "boolean" }, "limit": { "default": 1, "description": "Number of data points to retrieve (max 366) - adjust for different analysis needs", "type": "number" }, "network": { "description": "Network ID from getNetworks (e.g., \"ethereum\", \"solana\")", "type": "string" }, "poolAddress": { "description": "Pool address or identifier", "type": "string" }, "start": { "description": "Start time for historical data (Unix timestamp, RFC3339 timestamp, or yyyy-mm-dd format)", "type": "string" } }, "required": [ "network", "poolAddress", "start" ], "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