C
Coinfuty
/get_exchange_breakdown
Per-Exchange Breakdown (OI, long/short, liquidation, volume)
How one coin's futures activity splits across exchanges. metric=oi returns each exchange's open interest USD with 1h/4h/12h/24h % change (window ignored); long_
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_exchange_breakdown for me.
Input
| Field | Type | Description |
|---|---|---|
| symbol* | string | Coin ticker, e.g. BTC |
| metric* | string (oi | long_short | liquidation | volume) | |
| window | string (1h | 4h | 12h | 24h) | Lookback window, default 24h (ignored for oi) |
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_exchange_breakdown","input":{"symbol":"...","metric":"oi"}}'cli
npx cracked-ai run -p mcp-com-coinfuty-coinfuty -e /get_exchange_breakdown -i '{"symbol":"...","metric":"oi"}'mcp
run_tool({ provider: "mcp-com-coinfuty-coinfuty", endpoint: "/get_exchange_breakdown", input: {"symbol":"...","metric":"oi"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.