get https://api.amberdata.com/markets/derivatives/analytics/futures-perpetuals/funding-rates
This endpoint returns funding realized/accumulated data, which refers to the payments made between traders holding long and short positions in perpetual futures contracts. Accumulated funding is the total series of payments made between selected dates.
RESPONSE DATA
Field | Type | Description |
---|---|---|
payload.metadata.api-version | string | Version of the API. |
payload.data[index].underlying | string | This is the underlying reference pair for the perpetual instrument symbol. |
payload.data[index].symbol | string | The is the instrument symbol. |
payload.data[index].exchange | string | This is the exchange for the perpetual instrument. |
payload.data[index].instrument | string | This is the instrument name. |
payload.data[index].marginType | string | This represents the type of margin. Inverse contracts as collateralized and settled in "base" currency (such as BTC) while linear contracts use stable coins. |
payload.data[index].quoteAsset | string | This represents the quote asset against the underlying base. For example a BTC_USDT instrument would have a USDT quote asset. |
payload.data[index].timestamp | timestamp | This represents the datapoint timestamp. |
payload.data[index].realizedFunding | number | This is the total funding paid during the most recent perpetual funding period. |
payload.data[index].fundingRateIntervalHours | number | This is the funding rate period over which the realized funding has occurred. |
payload.data[index].fundingRateNormalized8hr | number | This returns the funding cost in an 8hr format (the industry standard). |
payload.data[index].realizedFundingCumulated | number | This is the total funding paid since the startDate to the the most recent perpetual funding period. |