Bittrex v3.0.0 Bittrex.Market View Source
A Bittrex Market.
Link to this section Summary
Types
name: unique name for this market.base_currency_symbol: unique symbol for base currency.base_currency_name: long name for base currency.quote_currency_symbol: unique symbol for quote currency.quote_currency_name: long name for quote currency.min_trade_size: minimum trade size.status: true if this market is currently active.is_international: true if this market is restricted to international users.created_at: timestamp in UTC when this market was created.notice: notice or alert info.logo_url: logo URL
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %Bittrex.Market{
base_currency_name: String.t(),
base_currency_symbol: String.t(),
created_at: NaiveDateTime.t(),
is_international: boolean(),
logo_url: String.t(),
min_trade_size: number(),
name: String.t(),
notice: String.t(),
quote_currency_name: String.t(),
quote_currency_symbol: String.t(),
status: String.t()
}
t() :: %Bittrex.Market{
base_currency_name: String.t(),
base_currency_symbol: String.t(),
created_at: NaiveDateTime.t(),
is_international: boolean(),
logo_url: String.t(),
min_trade_size: number(),
name: String.t(),
notice: String.t(),
quote_currency_name: String.t(),
quote_currency_symbol: String.t(),
status: String.t()
}
name: unique name for this market.base_currency_symbol: unique symbol for base currency.base_currency_name: long name for base currency.quote_currency_symbol: unique symbol for quote currency.quote_currency_name: long name for quote currency.min_trade_size: minimum trade size.status: true if this market is currently active.is_international: true if this market is restricted to international users.created_at: timestamp in UTC when this market was created.notice: notice or alert info.logo_url: logo URL.