Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.75 KB

Ticker.md

File metadata and controls

28 lines (24 loc) · 1.75 KB

Io.Gate.GateApi.Model.Ticker

Properties

Name Type Description Notes
CurrencyPair string Currency pair [optional]
Last string Last trading price [optional]
LowestAsk string Recent lowest ask [optional]
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]
HighestBid string Recent highest bid [optional]
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]
ChangePercentage string Change percentage in the last 24h [optional]
ChangeUtc0 string utc0 timezone, the percentage change in the last 24 hours [optional]
ChangeUtc8 string utc8 timezone, the percentage change in the last 24 hours [optional]
BaseVolume string Base currency trade volume in the last 24h [optional]
QuoteVolume string Quote currency trade volume in the last 24h [optional]
High24h string Highest price in 24h [optional]
Low24h string Lowest price in 24h [optional]
EtfNetValue string ETF net value [optional]
EtfPreNetValue string ETF previous net value at re-balancing time [optional]
EtfPreTimestamp long? ETF previous re-balancing time [optional]
EtfLeverage string ETF current leverage [optional]

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