C
CoinPaprika
/getTickersHistoricalById
getTickersHistoricalById
Get a coin's price, market cap and volume at past times as point-in-time snapshots (not OHLC candles). Use for 'price of BTC last Tuesday', 'ETH market cap on 2
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 /getTickersHistoricalById 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 data points (default 50, max 250). default 50 |
| quote | string | Optional quote currency code (default 'usd'). Examples: 'usd', 'btc', 'eth'. default "usd" |
| interval | string | Optional. Sampling interval. Common values: '5m', '15m', '30m', '1h', '6h', '12h', '24h', default "5m" |
| 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":"/getTickersHistoricalById","input":{"coinId":"...","start":"...","limit":50,"quote":"usd","interval":"5m","rationale":"..."}}'cli
npx cracked-ai run -p mcp-com-coinpaprika-coinpaprika -e /getTickersHistoricalById -i '{"coinId":"...","start":"...","limit":50,"quote":"usd","interval":"5m","rationale":"..."}'mcp
run_tool({ provider: "mcp-com-coinpaprika-coinpaprika", endpoint: "/getTickersHistoricalById", input: {"coinId":"...","start":"...","limit":50,"quote":"usd","interval":"5m","rationale":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.