The structure of the funding rate information of the trading product. Only cryptocurrency perpetual contracts support funding rates.
The raw data returned when the cryptocurrency futures exchange funding rate interface is called.
Info
object
The Symbol
field is the trading product code defined by the FMZ platform.
Symbol
string
Funding rate interval, in milliseconds. 28800000
means 8 hours interval.
Interval
number
The timestamp of the start time of the next funding rate period (the settlement time of this period), in milliseconds.
Time
number
The funding rate that will be used for this period’s settlement.
Rate
number
The perpetual contract funding rates of different futures exchanges have different calculation methods and mechanisms, and the settlement cycles are 1 hour, 4 hours, 8 hours, and one day.
The current funding rate of perpetual contracts on futures exchanges has a fixed value and a floating value calculated in real time.
The Rate
field is the funding rate value without %
. If you want to convert it to a value with %
, you can multiply it by 100 and add the %
at the end.
{@fun/Futures/exchange.GetFundings exchange.GetFundings}
Market OtherStruct