C
Coinfuty
/get_funding_rates
Funding Rates by Exchange
Current and accumulated funding rates for one coin on every exchange that lists it: current rate (% per settlement interval, stablecoin- and token-margined), ac
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_funding_rates 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_funding_rates","input":{"symbol":"..."}}'cli
npx cracked-ai run -p mcp-com-coinfuty-coinfuty -e /get_funding_rates -i '{"symbol":"..."}'mcp
run_tool({ provider: "mcp-com-coinfuty-coinfuty", endpoint: "/get_funding_rates", input: {"symbol":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.