Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 2.26 KB

File metadata and controls

32 lines (28 loc) · 2.26 KB

DeliveryTicker

Properties

Name Type Description Notes
contract str Futures contract. [optional]
last str Last trading price. [optional]
change_percentage str Change percentage. [optional]
total_size str Contract total size. [optional]
low_24h str Lowest trading price in recent 24h. [optional]
high_24h str Highest trading price in recent 24h. [optional]
volume_24h str Trade size in recent 24h. [optional]
volume_24h_btc str Trade volumes in recent 24h in BTC(deprecated, use `volume_24h_base`, `volume_24h_quote`, `volume_24h_settle` instead) [optional]
volume_24h_usd str Trade volumes in recent 24h in USD(deprecated, use `volume_24h_base`, `volume_24h_quote`, `volume_24h_settle` instead) [optional]
volume_24h_base str Trade volume in recent 24h, in base currency. [optional]
volume_24h_quote str Trade volume in recent 24h, in quote currency. [optional]
volume_24h_settle str Trade volume in recent 24h, 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]