C
CoinPaprika
/getCoinOHLCVLatest
getCoinOHLCVLatest
Get the latest full-day OHLC candle (open, high, low, close and volume) for a coin. Use for 'yesterday's candle for BTC'. For the live spot price use getTickers
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 /getCoinOHLCVLatest for me.
Input
| Field | Type | Description |
|---|---|---|
| coinId* | string | Canonical CoinPaprika coin slug in 'symbol-name' format, e.g. 'btc-bitcoin', 'eth-ethereum |
| quote | string | 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":"/getCoinOHLCVLatest","input":{"coinId":"...","quote":"usd","rationale":"..."}}'cli
npx cracked-ai run -p mcp-com-coinpaprika-coinpaprika -e /getCoinOHLCVLatest -i '{"coinId":"...","quote":"usd","rationale":"..."}'mcp
run_tool({ provider: "mcp-com-coinpaprika-coinpaprika", endpoint: "/getCoinOHLCVLatest", input: {"coinId":"...","quote":"usd","rationale":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.