market_open_interest
Retrieve the current open interest for a trading pair like BTCUSDT. Use this data to gauge market sentiment and confirm trend strength by analyzing cumulative contract positions.
Instructions
获取当前未平仓合约数量(openInterest)。代表全市场累计持仓合约数,配合价格方向判断趋势强度
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | 交易对符号 如 BTCUSDT |