get https://api.amberdata.com/markets/derivatives/analytics/futures-perpetuals/apr-live
This endpoint returns the current quoted futures prices along with the differential to spot and the annualized apr of the spot differential.
RESPONSE DATA
Field | Type | Description |
---|---|---|
payload.metadata.api-version | string | Version of the API. |
payload.data[index].exchange | string | This is the exchange. |
payload.data[index].expirationTimestamp | timestamp | This represents the instrument expiration timestamp. |
payload.data[index].marginType | string | This represents the margin type of the instrument. |
payload.data[index].price | number | This is the instrument prices. |
payload.data[index].basis | number | This is the total US dollar differential between the spot price and the instrument price. |
payload.data[index].apr | number | This is the annualized yield calculated from the spot price and instrument price differential. |