Type/to search
Built-in Functions
Structures
Trade
Ticker
Record
Order
Condition
OrderBook
Depth
Account
Asset
Position
Market
Funding
OtherStruct
HttpQuery-options
HttpQuery-return
LogStatus-table
LogStatus-btnTypeOne
LogStatus-btnTypeTwo
Chart-options
KLineChart-options
SetData-data
EventLoop-return
DBExec-return
Thread.join-return
Built-in Variables

Data structure for trading instrument funding rate information, only cryptocurrency perpetual contracts support funding rate functionality.

Attributes

NameTypeDescription

Info

object

Raw data object returned from cryptocurrency futures exchange funding rate API calls.

Symbol

string

The Symbol field is the standardized trading instrument code defined by the FMZ platform.

Interval

number

Funding rate settlement interval period, unit: milliseconds. For example, 28800000 represents an 8-hour interval.

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.