Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.09 KB

Ticker.md

File metadata and controls

22 lines (18 loc) · 1.09 KB

Ticker

Properties

Name Type Description Notes
currency_pair str Currency pair [optional]
last str Last trading price [optional]
lowest_ask str Lowest ask [optional]
highest_bid str Highest bid [optional]
change_percentage str Change percentage. [optional]
base_volume str Base currency trade volume [optional]
quote_volume str Quote currency trade volume [optional]
high_24h str Highest price in 24h [optional]
low_24h str Lowest price in 24h [optional]
etf_net_value str ETF net value [optional]
etf_pre_net_value str ETF previous net value at re-balancing time [optional]
etf_pre_timestamp int ETF previous re-balancing time [optional]
etf_leverage str ETF current leverage [optional]

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