Interface ExchangeId

interface ExchangeId {
    alert_notice: string;
    centralized: boolean;
    country: null;
    description: string;
    facebook_url: string;
    has_trading_incentive: boolean;
    image: string;
    name: string;
    other_url_1: string;
    other_url_2: string;
    public_notice: string;
    reddit_url: string;
    slack_url: string;
    status_updates: any[];
    telegram_url: string;
    tickers: Ticker[];
    trade_volume_24h_btc: number;
    trade_volume_24h_btc_normalized: number;
    trust_score: null;
    trust_score_rank: number;
    twitter_handle: string;
    url: string;
    year_established: number;
}

Properties

alert_notice: string
centralized: boolean
country
description: string
facebook_url: string
has_trading_incentive: boolean
image: string
name: string
other_url_1: string
other_url_2: string
public_notice: string
reddit_url: string
slack_url: string
status_updates: any[]
telegram_url: string
tickers: Ticker[]
trade_volume_24h_btc: number
trade_volume_24h_btc_normalized: number
trust_score
trust_score_rank: number
twitter_handle: string
url: string
year_established: number