mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-09 16:28:06 +00:00
1.2 KiB
1.2 KiB
!!! info "ApiFundingRateResponse"
|NameLite|Type|RequiredDefault| Description |
|-|-|-|-|
|resultr |[FundingRate]|True|The funding rate result set for given interval|
|nextn |string|False''|The cursor to indicate when to start the next query from|
??? info "FundingRate"
|NameLite|Type|RequiredDefault| Description |
|-|-|-|-|
|instrumenti |string|True|The readable instrument name:
- Perpetual:
ETH_USDT_Perp - Future:
BTC_USDT_Fut_20Oct23 - Call:
ETH_USDT_Call_20Oct23_2800 - Put:
ETH_USDT_Put_20Oct23_2800
fr |string|True|The funding rate of the instrument, expressed in percentage points|
|funding_timeft |string|True|The funding timestamp of the funding rate, expressed in unix nanoseconds|
|mark_pricemp |string|True|The mark price of the instrument at funding timestamp, expressed in 9 decimals|
|funding_rate_8_h_avgfr1 |string|True|The 8h average funding rate of the instrument, expressed in percentage points|