CD
CryptoPulse Data API
/ohlc
ohlc
[$0.005 USDC per call via x402] OHLC candlestick data for any CoinGecko coin id (1, 7, 14, 30, 90, 180, 365 days).
liveunknown~5s typical
mcpcryptopulsedataapi
$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-ai-saascloud-cryptopulse /ohlc for me.
Input
| Field | Type | Description |
|---|---|---|
| id* | string | CoinGecko coin id, e.g. bitcoin |
| days | string | 1 | 7 | 14 | 30 | 90 | 180 | 365 |
| vs | string | Quote currency (default usd) |
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-ai-saascloud-cryptopulse","endpoint":"/ohlc","input":{"id":"..."}}'cli
npx cracked-ai run -p mcp-ai-saascloud-cryptopulse -e /ohlc -i '{"id":"..."}'mcp
run_tool({ provider: "mcp-ai-saascloud-cryptopulse", endpoint: "/ohlc", input: {"id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.