funding_rate_arbitrage

$0.01 USDC per call

Cross-exchange funding rate arbitrage detector. Scans Binance, Bybit, OKX, and Hyperliquid perp markets in real time to find funding rate spreads. Returns ranked arbitrage opportunities with annualized yield, profit estimates, risk notes, and direction (which exchange to long/short). Use for delta-neutral carry trade discovery.

Parameters
NameTypeRequiredDescription
symbols string optional Filter to specific symbols (e.g., ['BTC', 'ETH', 'SOL']). Omit to scan all.
minSpreadBps string optional Minimum spread in basis points to flag (default: 1 bps = 0.01%)
limit string optional Max opportunities to return (default: 20)
Example Call
// MCP tool call
{
  "name": "funding_rate_arbitrage",
  "arguments": {
    "symbols": "",
    "minSpreadBps": "",
    "limit": ""
}
}
Connect
// Add to your MCP config — this tool is immediately available
{
  "mcpServers": {
    "toolbooth": { "url": "https://toolbooth.io/mcp" }
  }
}
Related Tools

Try it live in the playground