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/funding-rate
请求
curl https://cloud-api.wooxpro.com/contract/public/funding-rate?symbol=BTCUSDT
响应
{ "code": 1000, "message": "Ok", "data": { "timestamp": 1662518172178, "symbol": "BTCUSDT", "rate_value": "0.000164", "expected_rate": "0.000164", "funding_time": 1709971200000, "funding_upper_limit": "0.0375", "funding_lower_limit": "-0.0375" }, "trace": "13f7fda9-9543-4e11-a0ba-cbe117989988" }