Heurist Logo
Back to Library
Funding Rate Agent

Funding Rate Agent

Verified

Fetches Binance USDⓈ‑M funding & open interest, summarizes OI trends, and computes APR from funding intervals.

ArbitrageFundingOpen Interest

Pricing

0.001 USDC/use

Tools

4 callable

Author

0x7d9d...405D
Get a key
Syncing keys…
local-only
  • get_all_funding_rates

    no params · 0.1 credits

    Get current funding rates for major Binance perpetual symbols: BTC, ETH, SOL, BNB, XRP. Useful to identify overall perp market situation.

  • get_symbol_funding_rates

    1 param · 0.1 credits

    Get the latest funding rate and APR for a specific Binance perp symbol

  • get_symbol_oi_and_funding

    1 param · 0.1 credits

    Get 7d 4h Open Interest trend summary + latest funding rate and APR for a symbol on Binance perp.

  • find_spot_futures_opportunities

    1 param · 0.1 credits

    Find Binance future markets with positive funding rates above a threshold. Useful for identifying funding rate arbitrage opportunities.

MCP Server Configdrop into your client
{
"mcpServers": {
"heurist-agent": {
"url": "https://mesh.heurist.xyz/mcp/agents/FundingRateAgent/",
"headers": {
"X-HEURIST-API-KEY": "your-api-key-here"
}
}
}
}