Documentation Index
Fetch the complete documentation index at: https://developer.wooxpro.com/llms.txt
Use this file to discover all available pages before exploring further.
查询当前资金费率
适用于查询指定合约当前资金费率
请求URL
GET https://cloud-api.wooxpro.com/contract/public/funding-rate
请求限制
参见 速率限制详细请求参数
请求
| 参数 | 类型 | 是否必填 | 描述 |
|---|---|---|---|
| symbol | String | 必填 | 合约交易对(如BTCUSDT) |
响应详情
响应
| 字段 | 类型 | 描述 |
|---|---|---|
| timestamp | Long | 时间戳 |
| symbol | String | 合约名称 |
| rate_value | String | 上一期的资金费率 |
| expected_rate | String | 下一期的资金费率 |
| funding_time | Long | 下次结算时间 |
| funding_upper_limit | Long | 该交易对的资金费率上限 |
| funding_lower_limit | Long | 该交易对的资金费率下限 |