Interface Ticker

Hierarchy

  • Ticker

Properties

base?: string
bid_ask_spread_percentage?: number
coin_id?: string
converted_last?: {
    [key: string]: number;
}

Type declaration

  • [key: string]: number
converted_volume?: {
    [key: string]: number;
}

Type declaration

  • [key: string]: number
is_anomaly?: boolean
is_stale?: boolean
last?: number
last_fetch_at?: Date
last_traded_at?: Date
market?: Market
target?: string
target_coin_id?: string
timestamp?: Date
token_info_url?: null
trade_url?: string
trust_score?: string
volume?: number

Generated using TypeDoc