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.
Get Current Funding Rate
Applicable for checking the current funding rate of a specified contract
Request URL
GET https://cloud-api.wooxpro.com/contract/public/funding-rate
Request Limit
See Detailed Rate LimitRequest Parameter
Request
| Field | Type | Required? | Description |
|---|---|---|---|
| symbol | String | Yes | Symbol of the contract(like BTCUSDT) |
Response Data
Response
| Field | Type | Description |
|---|---|---|
| timestamp | Long | Timestamp |
| symbol | String | Symbol of the contract |
| rate_value | String | Funding rate of the previous period |
| expected_rate | String | Funding rate for the next period |
| funding_time | Long | Next funding settlement time |
| funding_upper_limit | Long | Upper limit of funding rate for this trading pair |
| funding_lower_limit | Long | Lower limit of funding rate for this trading pair |