Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
适用于查询指定合约当前持仓量和持仓总价值
GET https://cloud-api.wooxpro.com/contract/public/open-interest
请求
curl https://cloud-api.wooxpro.com/contract/public/open-interest?symbol=BTCUSDT
响应
{ "code": 1000, "trace": "0cc6f4c4-8b8c-4253-8e90-8d3195aa109c", "message": "Ok", "data": { "timestamp": 1661239541734, "symbol": "BTCUSDT", "open_interest": "4134180870", "open_interest_value": "94100888927.0433258" } }