coinglass_long_short_ratio

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

Long/short ratio for BTC (global account long vs short percentage and ratio on an exchange). Example: coinglass_long_short_ratio({ symbol: “BTC”, exchange: “Binance”, _apiKey: “your-key” })

Parameters

NameTypeRequiredDescription
symbolstringyesCoin symbol, e.g. “BTC” (auto-expanded to the “BTCUSDT” trading pair)
exchangestringnoOptional — exchange name, e.g. “Binance”, “OKX”, “Bybit” (default “Binance”)
intervalstringnoOptional — aggregation window: 1m,3m,5m,15m,30m,1h,4h,6h,8h,12h,1d,1w (default “1d”)
_apiKeystringyesCoinGlass API key

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_long_short_ratio","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