Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.85 KB

FuturesTicker.md

File metadata and controls

25 lines (22 loc) · 1.85 KB

# FuturesTicker

Properties

Name Type Description Notes
contract string Futures contract [optional]
last string Last trading price [optional]
change_percentage string Change percentage. [optional]
total_size string Contract total size [optional]
low_24h string Lowest trading price in recent 24h [optional]
high_24h string Highest trading price in recent 24h [optional]
volume_24h string Trade size in recent 24h [optional]
volume_24h_btc string Trade volumes in recent 24h in BTC(deprecated, use `volume_24h_base`, `volume_24h_quote`, `volume_24h_settle` instead) [optional]
volume_24h_usd string Trade volumes in recent 24h in USD(deprecated, use `volume_24h_base`, `volume_24h_quote`, `volume_24h_settle` instead) [optional]
volume_24h_base string Trade volume in recent 24h, in base currency [optional]
volume_24h_quote string Trade volume in recent 24h, in quote currency [optional]
volume_24h_settle string Trade volume in recent 24h, in settle currency [optional]
mark_price string Recent mark price [optional]
funding_rate string Funding rate [optional]
funding_rate_indicative string Indicative Funding rate in next period [optional]
index_price string Index price [optional]
quanto_base_rate string Exchange rate of base currency and settlement currency in Quanto contract. Not existed in contract of other types [optional]

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