coinglass_open_interest
Pack: coinglass · Endpoint: https://gateway.pipeworx.io/coinglass/mcp
Open interest for BTC across exchanges (perpetual futures). Returns per-exchange open interest in USD plus 24h change for a coin symbol. Example: coinglass_open_interest({ symbol: “BTC”, _apiKey: “your-key” })
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
symbol | string | yes | Coin symbol, e.g. “BTC”, “ETH”, “SOL” |
exchange | string | no | Optional — filter to a single exchange, e.g. “Binance”, “OKX”, “Bybit” |
_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_open_interest","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.