get https://api.amberdata.com/market/options/tickers//latest
Retrieves the latest tickers for the specified instrument and exchange(s).
Deprecation Notice
This endpoint is now considered a legacy version and will be deprecated on September 30, 2024. We strongly encourage all users to migrate to the new version of this endpoint for improved performance, enhanced features, and better support. The new version can be found here.
We recommend updating your applications at the earliest convenience to ensure uninterrupted service and access to the latest functionalities.
For any questions or assistance during migration, please contact our support team at [email protected].
RESPONSE DATA
Field | Type | Description |
---|---|---|
exchange | string | The name of the exchange. |
timestamp | number or string | The timestamp. |
bid | number | null | The bid of the market pair. |
ask | number | null | The ask of the market pair. |
mid | number | null | The mid of the market pair. |
last | number | null | The last of the market pair. |
baseVolume | number | null | |
quoteVolume | number | null | |
bidVolume | number | null | It represents the requested order size of all best bids. |
askVolume | number | null | It represents the requested order size of all best asks. |
sequence | number | null | The sequence number (equal to null if it is not provided by the exchange). |
metadata | object | null | |
underlyingPrice | string | null | Underlying price for implied volatility calculations. |
underlyingIndex | string | null | Name of the underlying future, or indexPrice . |
stats | object | null | |
stats.high | number | null | Highest price during 24h. |
stats.low | number | null | Lowest price during 24h. |
stats.volume | number | null | Volume during last 24h in base currency. |
stats.price_change | number | null | 24-hour price change expressed as a percentage, null if there weren't any trades. |
state | string | null | The state of the order book. Possible values are open and closed . |
settlementPrice | number | null | The settlement price for the instrument. Only when state = open . |
openInterest | number | null | The total amount of outstanding contracts in the corresponding amount units. For perpetual and futures the amount is in USD units, for options it is amount of corresponding cryptocurrency contracts, e.g., BTC or ETH. |
minPrice | number | null | The minimum price for the future. Any sell orders you submit lower than this price will be clamped to this minimum. |
maxPrice | number | null | The maximum price for the future. Any buy orders you submit higher than this price, will be clamped to this maximum. |
markPrice | number | null | The mark price for the instrument. |
markIv | number | null | Implied volatility for mark price. |
interestRate | number | null | Interest rate used in implied volatility calculations. |
indexPrice | number | null | Current index price. |
greeks | object | null | |
greeks.delta | number | null | The delta value for the option. |
greeks.gamma | number | null | The gamma value for the option. |
greeks.rho | number | null | The rho value for the option. |
greeks.theta | number | null | The theta value for the option. |
greeks.vega | number | null | The vega value for the option. |
estimatedDeliveryPrice | number | null | Estimated delivery price for the market. |
bidIv | number | null | Implied volatility for best bid. |
askIv | number | null | Implied volatility for best ask. |