Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 2.44 KB

BookSummary.md

File metadata and controls

32 lines (24 loc) · 2.44 KB

BookSummary

Properties

Name Type Description Notes
underlyingIndex String Name of the underlying future, or `'index_price'` (options only) [optional]
volume BigDecimal The total 24h traded volume (in base currency)
volumeUsd BigDecimal Volume in usd (futures only) [optional]
underlyingPrice BigDecimal underlying price for implied volatility calculations (options only) [optional]
bidPrice BigDecimal The current best bid price, `null` if there aren't any bids
openInterest BigDecimal 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.
quoteCurrency String Quote currency
high BigDecimal Price of the 24h highest trade
estimatedDeliveryPrice BigDecimal Estimated delivery price, in USD (futures only). For more details, see Documentation > General > Expiration Price [optional]
last BigDecimal The price of the latest trade, `null` if there weren't any trades
midPrice BigDecimal The average of the best bid and ask, `null` if there aren't any asks or bids
interestRate BigDecimal Interest rate used in implied volatility calculations (options only) [optional]
funding8h BigDecimal Funding 8h (perpetual only) [optional]
markPrice BigDecimal The current instrument market price
askPrice BigDecimal The current best ask price, `null` if there aren't any asks
instrumentName String Unique instrument identifier
low BigDecimal Price of the 24h lowest trade, `null` if there weren't any trades
baseCurrency String Base currency [optional]
creationTimestamp Integer The timestamp (seconds since the Unix epoch, with millisecond precision)
currentFunding BigDecimal Current funding (perpetual only) [optional]