ITickerInfo Interface representing ticker information for a market.
const tickerInfo: ITickerInfo = { symbol: "BTC_IRT", price: "3145737420", daily_change_price: -15.58, low: "3035557311", high: "3745700550", timestamp: 1722860054.189}; Copy
const tickerInfo: ITickerInfo = { symbol: "BTC_IRT", price: "3145737420", daily_change_price: -15.58, low: "3035557311", high: "3745700550", timestamp: 1722860054.189};
The daily change in price.
The highest price of the market for the day.
The lowest price of the market for the day.
The current price of the market.
The symbol of the market.
The timestamp of the ticker information.
ITickerInfo Interface representing ticker information for a market.
See
Example