whale-insights
W
whale-insights
/funding_rates_history

funding rates history

Funding rates history (daily snapshots) — Returns the daily historical perpetual futures funding rate for a single token over the last N days (default 30, max 1

liveverifiedunknown~5s typical
mcpprobedwhale-insights
$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-cryptowhaleinsights-whale-insights /funding_rates_history for me.

Input

FieldTypeDescription
symbolstringToken symbol to look up (BTC, ETH, SOL, BNB, XRP, DOGE, ADA, AVAX, LINK, DOT). Case-insens default "BTC"
daysintegerNumber of recent days to return (1–180, default 30). default 30

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-cryptowhaleinsights-whale-insights","endpoint":"/funding_rates_history","input":{"symbol":"BTC","days":30}}'
cli
npx cracked-ai run -p mcp-com-cryptowhaleinsights-whale-insights -e /funding_rates_history -i '{"symbol":"BTC","days":30}'
mcp
run_tool({ provider: "mcp-com-cryptowhaleinsights-whale-insights", endpoint: "/funding_rates_history", input: {"symbol":"BTC","days":30} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.