Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.35 KB

Ticker.md

File metadata and controls

24 lines (20 loc) · 1.35 KB

Ticker

Properties

Name Type Description Notes
currency_pair str Currency pair [optional]
last str Last trading price [optional]
lowest_ask str Recent lowest ask [optional]
highest_bid str Recent highest bid [optional]
change_percentage str Change percentage in the last 24h [optional]
change_utc0 str utc0 timezone, the percentage change in the last 24 hours [optional]
change_utc8 str utc8 timezone, the percentage change in the last 24 hours [optional]
base_volume str Base currency trade volume in the last 24h [optional]
quote_volume str Quote currency trade volume in the last 24h [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]