Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 2.02 KB

FuturesTicker.md

File metadata and controls

30 lines (26 loc) · 2.02 KB

FuturesTicker

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 [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]
highest_bid str Recent highest bid [optional]

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