Funding
Data structure for trading instrument funding rate information, only cryptocurrency perpetual contracts support funding rate functionality.
Attributes
| Name | Type | Description |
Info | object | Raw data object returned from cryptocurrency futures exchange funding rate API calls. |
Symbol | string | The |
Interval | number | Funding rate settlement interval period, unit: milliseconds. For example, |
Time | number | Timestamp of the next funding rate period start time (current period settlement time), unit: milliseconds. |
Rate | number | Funding rate value to be applied at the current period settlement. |
See Also
Remarks
Different futures exchanges use different calculation methods and mechanisms for perpetual contract funding rates, with settlement periods including 1 hour, 4 hours, 8 hours, 24 hours, etc.
The current funding rate for futures exchange perpetual contracts may be a fixed value or a real-time calculated floating value.
The Rate field is the funding rate value without the % symbol. To convert to percentage format, multiply the value by 100 and add the % symbol.