C
CoinGecko
/simple-price
Coin price
Spot price of one or more coins in a fiat currency, with 24h change and market cap.
liveverifiedstable · 142ms
cryptopricebitcoinethereum
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run coingecko /simple-price for me.
Input
| Field | Type | Description |
|---|---|---|
| ids* | string | Comma-separated CoinGecko ids, e.g. 'bitcoin,ethereum,solana' |
| vs | string | Fiat 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":"coingecko","endpoint":"/simple-price","input":{"ids":"...","vs":"usd"}}'cli
npx cracked-ai run -p coingecko -e /simple-price -i '{"ids":"...","vs":"usd"}'mcp
run_tool({ provider: "coingecko", endpoint: "/simple-price", input: {"ids":"...","vs":"usd"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.