Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Latest commit

 

History

History
29 lines (25 loc) · 2.27 KB

BookSummary.md

File metadata and controls

29 lines (25 loc) · 2.27 KB

BookSummary

Properties

Name Type Description Notes
underlying_index str Name of the underlying future, or `'index_price'` (options only) [optional]
volume float The total 24h traded volume (in base currency)
volume_usd float Volume in usd (futures only) [optional]
underlying_price float underlying price for implied volatility calculations (options only) [optional]
bid_price float The current best bid price, `null` if there aren't any bids
open_interest float 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.
quote_currency str Quote currency
high float Price of the 24h highest trade
estimated_delivery_price float Estimated delivery price, in USD (futures only). For more details, see Documentation > General > Expiration Price [optional]
last float The price of the latest trade, `null` if there weren't any trades
mid_price float The average of the best bid and ask, `null` if there aren't any asks or bids
interest_rate float Interest rate used in implied volatility calculations (options only) [optional]
funding_8h float Funding 8h (perpetual only) [optional]
mark_price float The current instrument market price
ask_price float The current best ask price, `null` if there aren't any asks
instrument_name str Unique instrument identifier
low float Price of the 24h lowest trade, `null` if there weren't any trades
base_currency str Base currency [optional]
creation_timestamp int The timestamp (seconds since the Unix epoch, with millisecond precision)
current_funding float Current funding (perpetual only) [optional]

[Back to Model list] [Back to API list] [Back to README]