coinglass_funding_rate

Pack: coinglass · Endpoint: https://gateway.pipeworx.io/coinglass/mcp

Funding rates for BTC across exchanges (perpetual futures). Returns per-exchange current funding rate, interval, and next funding time for a coin symbol. Example: coinglass_funding_rate({ symbol: “BTC”, _apiKey: “your-key” })

Parameters

NameTypeRequiredDescription
symbolstringyesCoin symbol, e.g. “BTC”, “ETH”, “SOL”
exchangestringnoOptional — filter to a single exchange, e.g. “Binance”, “OKX”, “Bybit”
_apiKeystringyesCoinGlass API key (get one at coinglass.com — Hobbyist plan ~$29/mo)

Example call

curl -X POST https://gateway.pipeworx.io/coinglass/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"coinglass_funding_rate","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "coinglass": {
      "url": "https://gateway.pipeworx.io/coinglass/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 4, 2026