C
Coinfuty
/get_coin_summary
Coin Derivatives Summary
Full derivatives snapshot for one coin: price and market cap, open interest with 1h/4h/12h/24h change, volume, liquidations (total/long/short), long/short ratio
liveverifiedunknown~5s typical
mcpprobedcoinfuty
$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-com-coinfuty-coinfuty /get_coin_summary for me.
Input
| Field | Type | Description |
|---|---|---|
| symbol* | string | Coin ticker, e.g. 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-com-coinfuty-coinfuty","endpoint":"/get_coin_summary","input":{"symbol":"..."}}'cli
npx cracked-ai run -p mcp-com-coinfuty-coinfuty -e /get_coin_summary -i '{"symbol":"..."}'mcp
run_tool({ provider: "mcp-com-coinfuty-coinfuty", endpoint: "/get_coin_summary", input: {"symbol":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.