Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 2.25 KB

File metadata and controls

32 lines (28 loc) · 2.25 KB

DeliveryTicker

Properties

Name Type Description Notes
contract str Futures contract [optional]
last str Last trading price [optional]
change_percentage str Price change percentage. Negative values indicate price decrease, e.g. -7.45 [optional]
total_size str Contract total size [optional]
low_24h str 24-hour lowest price [optional]
high_24h str 24-hour highest price [optional]
volume_24h str 24-hour trading volume [optional]
volume_24h_btc str 24-hour trading volume in BTC (deprecated, use `volume_24h_base`, `volume_24h_quote`, `volume_24h_settle` instead) [optional]
volume_24h_usd str 24-hour trading volume in USD (deprecated, use `volume_24h_base`, `volume_24h_quote`, `volume_24h_settle` instead) [optional]
volume_24h_base str 24-hour trading volume in base currency [optional]
volume_24h_quote str 24-hour trading volume in quote currency [optional]
volume_24h_settle str 24-hour trading volume in settle currency [optional]
mark_price str Recent mark price [optional]
funding_rate str Funding rate [optional]
funding_rate_indicative str Indicative Funding rate in next period. (deprecated. use `funding_rate`) [optional]
index_price str Index price [optional]
quanto_base_rate str Exchange rate of base currency and settlement currency in Quanto contract. Does not exists in contracts of other types [optional]
basis_rate str Basis rate [optional]
basis_value str Basis value [optional]
lowest_ask str Recent lowest ask [optional]
lowest_size str The latest seller's lowest price order quantity [optional]
highest_bid str Recent highest bid [optional]
highest_size str The latest buyer's highest price order volume [optional]

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