CD
CryptoPulse Data API
/price
price
[$0.002 USDC per call via x402] Spot prices for one or more cryptocurrencies in any fiat/crypto quote currency. Comma-separated CoinGecko ids.
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 /price for me.
Input
| Field | Type | Description |
|---|---|---|
| ids* | string | Comma-separated CoinGecko coin ids, e.g. bitcoin,ethereum,solana |
| vs | string | Quote currency (default usd), e.g. usd, eur, btc |
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":"/price","input":{"ids":"..."}}'cli
npx cracked-ai run -p mcp-ai-saascloud-cryptopulse -e /price -i '{"ids":"..."}'mcp
run_tool({ provider: "mcp-ai-saascloud-cryptopulse", endpoint: "/price", input: {"ids":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.