Real-time market data for options trading.
Param | Type | Description |
---|---|---|
instrument | string | The asset instrument. |
exchange | string | The exchange for which to retrieve asset instruments. |
period | string | ’minutely’ ‘hourly’ ‘daily’ |
Field | Type | Description |
---|---|---|
exchange | string | The exchange. |
timestamp | number | The time at which the liquidation took place. |
originalQuantity | number | The original quantity before the liquidation occurred. |
price | number | The price of the instrument at the time of the liquidation. |
side | string | The direction of the trade. |
status | string | The status of the liquidation. |
type | string | The type of liquidation. |
timeInForce | string | How long the order is to remain active before it is executed or expires, for example: IOC: immediate-or-cancel, FOK: fill-or-kill, GTC: good-‘till-canceled, etc |
action | string | The type of action taken during the liquidation process (for example: delete, insert, update, etc). |
orderId | string | The order identifier. |
Param | Type | Description |
---|---|---|
instrument | string | The asset instrument. |
exchange | string | The exchange for which to retrieve asset instruments. |
Field | Type | Description |
---|---|---|
exchange | string | The exchange name. |
instrument | string | The instrument name. |
timestamp | number | The time at which the event took place. |
open | number | The price at which the first trade occurred during the specified period. |
high | number | The highest price at which a trade took place during the period. |
low | number | The lowest price at which a trade occurred during the period. |
close | number | The price at which the last trade occurred during the specified period. |
volume | number | The total quantity traded during the period. |
Param | Type | Description |
---|---|---|
instrument | string | The asset instrument. (OPTIONAL) |
exchange | string | The exchange for which to retrieve asset instruments. (OPTIONAL) |
Field | Type | Description |
---|---|---|
exchange | string | The exchange name. |
instrument | string | The instrument name. |
timestamp | number | The timestamp associated with this record in UTC. |
value | number | The total open interest for the specified instrument. |
Param | Type | Description |
---|---|---|
instrument | string | The asset instrument. |
exchange | string | The exchange for which to retrieve asset instruments. |
Field | Type | Description |
---|---|---|
exchange | string | The exchange. |
instrument | string | The instrument. |
timestamp | number | The time at which the order book event took place. |
exchangeTimestamp | number | Timestamp that the exchange returned. |
exchangeTimestampNanoseconds | number | Nanoseconds part of exchangeTimestamp . |
receivedTimestamp | number | Timestamp when Amberdata received order book event. |
receivedTimestampNanoseconds | number | Nanoseconds part of receivedTimestamp . |
isBid | boolean | true if the order is a bid, false otherwise. |
sequence | number | null | A unique identifier for the order book event. |
data[0] | number | The price level of the order(s). |
data[1] | number | The quantity of the contract(s) at that price level. |
data[2] | number | null | The number of individual orders at the specified price level. |
Param | Type | Description |
---|---|---|
instrument | string | The asset instrument. (REQUIRED) |
exchange | string | The exchange for which to retrieve asset instruments. (OPTIONAL) |
Field | Type | Description |
---|---|---|
exchange | string | The exchange. |
instrument | string | The instrument. |
timestamp | number | The time at which the order book snapshot took place. |
exchangeTimestamp | number | null | Timestamp that the exchange returned. |
exchangeTimestampNanoseconds | number | null | Nanoseconds part of exchangeTimestamp . |
underlyingPrice | number | 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.price_change | number | null | 24-hour price change expressed as a percentage, null if there weren’t any trades. |
stats.volume | number | null | Volume during last 24h in base currency. |
stats.volume_usd | number | null | |
state | string | null | The state of the order book. Possible values are open and closed . |
openInterest | number | null | The 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. |
lastPrice | number | null | The price for the last trade. |
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 | The settlement price for the instrument. Only when state = open . |
bids | array of [price, amount] | List of bids. |
bidIv | number | null | Implied volatility for best bid. |
bestBidPrice | number | null | The current best bid price, null if there aren’t any bids. |
bestBidAmount | number | null | It represents the requested order size of all best bids. |
bestAskPrice | number | null | The current best ask price, null if there aren’t any asks. |
bestAskAmount | number | null | It represents the requested order size of all best asks. |
asks | array of [price, amount] | List of asks. |
askIv | number | null | Implied volatility for best ask. |
sequence | number | null | |
metadata | object | null |
Param | Type | Description |
---|---|---|
instrument | string | The asset instrument. |
exchange | string | The exchange for which to retrieve asset instruments. |
Field | Type | Description |
---|---|---|
exchange | string | The exchange. |
instrument | string | The instrument. |
exchangeTimestamp | number | null | Timestamp that the exchange returned. |
exchangeTimestampNanoseconds | number | null | Nanoseconds part of exchangeTimestamp . |
timestamp | number | null | The time at which the ticker took place. |
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 | |
metadata | number | 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. |
Param | Type | Description |
---|---|---|
instrument | string | The asset instrument. |
exchange | string | The exchange for which to retrieve asset instruments. |
Field | Type | Description |
---|---|---|
exchange | string | The exchange. |
instrument | string | |
exchangeTimestamp | number | Timestamp that the exchange returned. |
exchangeTimestampNanoseconds | number | Nanoseconds part of exchangeTimestamp . |
isBuySide | boolean | null | true if the trade is a buy, false otherwise. |
quoteSize | number | null | |
price | number | null | The price at which the instrument was traded. |
size | number | null | The total amount of the instrument that was traded. |
tradeId | string | null | The exchange provided id of the trade. |
tradeSequence | number | |
tickDirection | number | |
markPrice | number | |
iv | number | The implied volatility of the instrument. |
indexPrice | number | The price of the underlying asset. |