get https://api.amberdata.com/markets/derivatives/analytics/futures-perpetuals/realized-funding-rates-cumulated
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].symbol | string | This is the underlying perpetual instrument symbol. |
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].accumulatedRealizedFunding | number | This is the total funding paid since the startDate to the the most recent perpetual funding period. |