C
CoinGecko
/markets
Top coins by market cap
Ranked list of coins with price, market cap, volume and 24h change.
liveverifieddegraded · 166ms
cryptomarket capranking
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run coingecko /markets for me.
Input
| Field | Type | Description |
|---|---|---|
| vs | string | Fiat currency default "usd" |
| limit | number | Number of coins (max 250) default 25 |
| page | number | Page default 1 |
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":"/markets","input":{"vs":"usd","limit":25,"page":1}}'cli
npx cracked-ai run -p coingecko -e /markets -i '{"vs":"usd","limit":25,"page":1}'mcp
run_tool({ provider: "coingecko", endpoint: "/markets", input: {"vs":"usd","limit":25,"page":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.