get https://api.amberdata.com/market/metrics//implied-yield/latest
Retrieves the implied yield of all available non-perpetual contracts for an asset on an exchange.
*Note: Implied yield is only calculated for instruments which have not expired yet.
RESPONSE DATA
Field | Type | Description |
---|---|---|
instrument | string | The name of the instrument for the specified asset. |
settlement | string | The timestamp of the settlement of the contract |
price | string | The current price of the instrument. |
spot | string | The current spot price of the underlying asset. |
basis | string | price - spot |
apr | number | The current basis APR for the instrument |
daysToExpiration | number | How many days from today until the instrument settles. |