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
| Name | Type | Required | Description |
|---|---|---|---|
symbol | string | yes | Coin symbol, e.g. “BTC” (auto-expanded to the “BTCUSDT” trading pair) |
exchange | string | no | Optional — exchange name, e.g. “Binance”, “OKX”, “Bybit” (default “Binance”) |
interval | string | no | Optional — aggregation window: 1m,3m,5m,15m,30m,1h,4h,6h,8h,12h,1d,1w (default “1d”) |
_apiKey | string | yes | CoinGlass 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.