CoinGecko
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
$0.0020
per call
plus $0.001 platform fee per run
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run coingecko /simple-price for me.

Input

FieldTypeDescription
ids*stringComma-separated CoinGecko ids, e.g. 'bitcoin,ethereum,solana'
vsstringFiat 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.