Skip to content

Get futures information

GET
/v1/public/futures/info

Returns the futures contracts information for all available perpetual futures pairs on the platform.

Funding Rate

Every hour, each perpetual contract has a funding payment where longs pay shorts if the contract is trading at a premium to the index, and shorts pay longs if the contract is trading at a discount to the index.

Funding payments are made in the quote currency of perpetual pairs and are added to/deducted from the account's balance each hour.

Positive funding rates denote cases where longs are expected to pay shorts, while negative funding rates denote cases where shorts are expected to pay longs.

Responses

Futures information retrieved successfully

application/json
JSON
[
{
"currencyPair": "BTCUSDTPERP",
"estimatedFundingRate": "-0.000001",
"openInterest": "1.8401",
"nextFundingRun": 1750165200000,
"nextPnlRun": 1750176000000
},
{
"currencyPair": "ETHUSDTPERP",
"estimatedFundingRate": "0.000072",
"openInterest": "69.857",
"nextFundingRun": 1750165200000,
"nextPnlRun": 1750176000000
}
]

Playground

Samples