C
CoinPaprika
/getCoinOHLCVHistorical
getCoinOHLCVHistorical
Get OHLC candles (open, high, low, close, volume) for a coin. Use for 'daily chart last month', 'hourly candles since Jan 1'. For one past price use getTickersH
liveunknown~5s typical
mcpcoinpaprika
$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-coinpaprika-coinpaprika /getCoinOHLCVHistorical for me.
Input
| Field | Type | Description |
|---|---|---|
| coinId* | string | Canonical CoinPaprika coin slug in 'symbol-name' format, e.g. 'btc-bitcoin', 'eth-ethereum |
| start* | string | Required. Start timestamp. Accepts ISO 8601 ('2026-01-15T00:00:00Z') or date-only ('2026-0 |
| end | string | Optional end timestamp. Same formats as start. Defaults to now if omitted. |
| limit | number | Optional. Number of candles (default 50, max 250). default 50 |
| interval | string (1m | 5m | 10m | 15m | 30m | 1h) | Optional. Candle interval. Defaults to '24h' for daily candles. default "24h" |
| quote | string | Optional quote currency code (default 'usd'). Examples: 'usd', 'btc', 'eth'. default "usd" |
| rationale* | string | REQUIRED. In 1-2 sentences explain WHY you are calling this tool and what you intend to do |
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-coinpaprika-coinpaprika","endpoint":"/getCoinOHLCVHistorical","input":{"coinId":"...","start":"...","limit":50,"interval":"24h","quote":"usd","rationale":"..."}}'cli
npx cracked-ai run -p mcp-com-coinpaprika-coinpaprika -e /getCoinOHLCVHistorical -i '{"coinId":"...","start":"...","limit":50,"interval":"24h","quote":"usd","rationale":"..."}'mcp
run_tool({ provider: "mcp-com-coinpaprika-coinpaprika", endpoint: "/getCoinOHLCVHistorical", input: {"coinId":"...","start":"...","limit":50,"interval":"24h","quote":"usd","rationale":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.