Get Current Funding Rate
Frequency limit: 20 times/1s (IP)
Description
Get the current funding rate of the contract
HTTP Request
- GET /api/v2/mix/market/current-fund-rate
Request Example
curl "https://api.bitget.com/api/v2/mix/market/current-fund-rate?symbol=BTCUSDT&productType=usdt-futures"
Request Parameters
Parameter | Type | Required | Description |
---|---|---|---|
symbol | String | Yes | Trading pair |
productType | String | Yes | Product typeUSDT-FUTURES USDT professional futuresCOIN-FUTURES Mixed futuresUSDC-FUTURES USDC professional futuresSUSDT-FUTURES USDT professional futures demoSCOIN-FUTURES Mixed futures demoSUSDC-FUTURES USDC professional futures demo |
Response Example
{
"code": "00000",
"msg": "success",
"requestTime": 1695796725656,
"data": [
{
"symbol": "BTCUSDT",
"fundingRate": "0.0005"
}
]
}
Response Parameters
Parameter | Type | Description |
---|---|---|
>symbol | String | Trading pair name |
>fundingRate | String | Current funding rates |