mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-10 16:58:08 +00:00
14 lines
1.2 KiB
Markdown
14 lines
1.2 KiB
Markdown
!!! info "[ApiFundingRateResponse](/../../schemas/api_funding_rate_response)"
|
|
|Name<br>`Lite`|Type|Required<br>`Default`| Description |
|
|
|-|-|-|-|
|
|
|result<br>`r` |[FundingRate]|True|The funding rate result set for given interval|
|
|
|next<br>`n` |string|False<br>`''`|The cursor to indicate when to start the next query from|
|
|
??? info "[FundingRate](/../../schemas/funding_rate)"
|
|
|Name<br>`Lite`|Type|Required<br>`Default`| Description |
|
|
|-|-|-|-|
|
|
|instrument<br>`i` |string|True|The readable instrument name:<ul><li>Perpetual: `ETH_USDT_Perp`</li><li>Future: `BTC_USDT_Fut_20Oct23`</li><li>Call: `ETH_USDT_Call_20Oct23_2800`</li><li>Put: `ETH_USDT_Put_20Oct23_2800`</li></ul>|
|
|
|funding_rate<br>`fr` |string|True|The funding rate of the instrument, expressed in percentage points|
|
|
|funding_time<br>`ft` |string|True|The funding timestamp of the funding rate, expressed in unix nanoseconds|
|
|
|mark_price<br>`mp` |string|True|The mark price of the instrument at funding timestamp, expressed in `9` decimals|
|
|
|funding_rate_8_h_avg<br>`fr1` |string|True|The 8h average funding rate of the instrument, expressed in percentage points|
|