D
DexPaprika
/getPoolOHLCV
getPoolOHLCV
Get historical OHLCV candles (open, high, low, close, volume) for one pool over a time range, returned as a time-series array. Read-only and keyless. Use for 'p
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 /getPoolOHLCV for me.
Input
| Field | Type | Description |
|---|---|---|
| network* | string | REQUIRED: Network ID from getNetworks (e.g., 'ethereum', 'solana') |
| pool_address* | string | REQUIRED: Pool address or identifier |
| start* | string | REQUIRED: Start time. RFC3339 recommended (e.g. '2024-01-01T00:00:00Z'). Also accepts Unix |
| end | string | OPTIONAL: End time for historical data (max 1 year from start) |
| limit | number | OPTIONAL: Number of OHLCV data points to retrieve (default: 100, max: 366). One row per `i default 100 |
| interval | string (1m | 5m | 10m | 15m | 30m | 1h) | OPTIONAL: Interval granularity (default: '24h') default "24h" |
| inversed | boolean | OPTIONAL: Whether to invert the price ratio for alternative pair perspective (default: fal default false |
| rationale* | string | REQUIRED. 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":"/getPoolOHLCV","input":{"network":"...","pool_address":"...","start":"...","limit":100,"interval":"24h","inversed":false,"rationale":"..."}}'cli
npx cracked-ai run -p mcp-com-dexpaprika-dexpaprika -e /getPoolOHLCV -i '{"network":"...","pool_address":"...","start":"...","limit":100,"interval":"24h","inversed":false,"rationale":"..."}'mcp
run_tool({ provider: "mcp-com-dexpaprika-dexpaprika", endpoint: "/getPoolOHLCV", input: {"network":"...","pool_address":"...","start":"...","limit":100,"interval":"24h","inversed":false,"rationale":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.