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.
查询下线用户的合约 gross 交易量,数据来源于每日快照。
GET https://cloud-api.wooxpro.com/contract/affiliate/private/futuresNetTradingVolume
请求
curl -H 'X-API-KEY:{{AccessKey}}' 'https://cloud-api.wooxpro.com/contract/affiliate/private/futuresNetTradingVolume?page=1&pageSize=20'
响应
{ "code": 1000, "trace": "0cc6f4c48b8c42538e908d3195aa109c", "message": "Ok", "data": [ { "uid": "123456", "futuresNetTradingVolume": "1000.50" } ], "total": 1 }