Skip to main content

Get Next Funding Time

Frequency limit: 20 times/1s (IP)

Description

Get the next settlement time of the contract and the settlement period of the contract

HTTP Request

  • GET /api/v2/mix/market/funding-time
Request Example
curl "https://api.bitget.com/api/v2/mix/market/funding-time?symbol=BTCUSDT&productType=usdt-futures"

Request Parameters

ParameterTypeRequiredDescription
symbolStringYesTrading pair
productTypeStringYesProduct type
USDT-FUTURES USDT-M Futures
COIN-FUTURES Coin-M Futures
USDC-FUTURES USDC-M Futures
SUSDT-FUTURES USDT-M Futures Demo
SCOIN-FUTURES Coin-M Futures Demo
SUSDC-FUTURES USDC-M Futures Demo
Response Example
{
"code": "00000",
"msg": "success",
"requestTime": 1695796425096,
"data": [
{
"symbol": "BTCUSDT",
"nextFundingTime": "1695801600000",
"ratePeriod": "8"
}
]
}

Response Parameters

ParameterTypeDescription
> symbolStringTrading pair name
> nextFundingTimeStringNext settlement time(ms)
> ratePeriodStringRate settlement cycle
The unit is hour.

How was your Reading Experience with us?