coinglass_liquidations
Pack: coinglass · Endpoint: https://gateway.pipeworx.io/coinglass/mcp
Recent liquidations for BTC (aggregated long vs short liquidation USD over the latest period). Example: coinglass_liquidations({ symbol: “BTC”, _apiKey: “your-key” })
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
symbol | string | yes | Coin symbol, e.g. “BTC”, “ETH”, “SOL” |
exchange | string | no | Optional — comma-separated exchange list to aggregate, e.g. “Binance,OKX,Bybit” (default: Binance,OKX,Bybit) |
interval | string | no | Optional — aggregation window: 1m,3m,5m,15m,30m,1h,4h,6h,8h,12h,1d,1w (default “1d” for a 24h view) |
_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_liquidations","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.