MarketQuote
interface MarketQuote {
base_ticker: string;
base_ticker_display: string;
closing_price: string;
highest_price: string;
last_price: string;
lowest_price: string;
opening_price: string;
price_change: string;
price_change_percent: string;
quote_ticker: string;
quote_ticker_display: string;
symbol: string;
total_trade_base_amount: string;
total_trade_quote_amount: string;
}Properties
Last updated