Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.94 KB

Ticker.md

File metadata and controls

24 lines (21 loc) · 1.94 KB

Ticker

Properties

Name Type Description Notes
currencyPair string Currency pair [optional] [default to undefined]
last string Last trading price [optional] [default to undefined]
lowestAsk string Recent lowest ask [optional] [default to undefined]
lowestSize string The latest seller's lowest price quantity; does not exist for batch query; exists for single query, and is empty if there is no data [optional] [default to undefined]
highestBid string Recent highest bid [optional] [default to undefined]
highestSize string The latest buyer's highest price quantity; does not exist for batch query; exists for single query, and is empty if there is no data [optional] [default to undefined]
changePercentage string Change percentage in the last 24h [optional] [default to undefined]
changeUtc0 string utc0 timezone, the percentage change in the last 24 hours [optional] [default to undefined]
changeUtc8 string utc8 timezone, the percentage change in the last 24 hours [optional] [default to undefined]
baseVolume string Base currency trade volume in the last 24h [optional] [default to undefined]
quoteVolume string Quote currency trade volume in the last 24h [optional] [default to undefined]
high24h string Highest price in 24h [optional] [default to undefined]
low24h string Lowest price in 24h [optional] [default to undefined]
etfNetValue string ETF net value [optional] [default to undefined]
etfPreNetValue string ETF previous net value at re-balancing time [optional] [default to undefined]
etfPreTimestamp number ETF previous re-balancing time [optional] [default to undefined]
etfLeverage string ETF current leverage [optional] [default to undefined]