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.
【Public】Funding Rate Channel
Return funding Rate dataPushing Rules
- No user login required
- After subscribing, the current data will be returned directly, and updates will be pushed every minute.
Request
Subscribe Request
Funding rate data Request
{"action": "<op>", "args": ["<channel:symbol>"]}
- op:
subscribe=Subscribe, You will receive a message that the subscription is successful, and then you will receive funding rate data pushed every minute.request=Single request for the latest funding rate data, You will receive a funding rate data immediately. - channel:Channel name, such as
futures/fundingRate - symbol: Trading pair, such as
BTCUSDT
Response
Funding rate data
| Field | Type | Description |
|---|---|---|
| symbol | String | Symbol of the contract (like BTCUSDT) |
| fundingRate | String | Current funding rate |
| fundingTime | Long | Funding time of the upcoming settlement, Unix timestamp format in milliseconds |
| nextFundingRate | String | Forecasted funding rate for the next period |
| nextFundingTime | Long | Forecasted funding time for the next period, Unix timestamp format in milliseconds |
| funding_upper_limit | String | The upper limit of the predicted funding rate of the next cycle |
| funding_lower_limit | String | The lower limit of the predicted funding rate of the next cycle |
| ts | Long | Data return time, Unix timestamp format in milliseconds |