Bittrex v3.0.0 Bittrex.Currency View Source

A Bittrex Currency.

Link to this section Summary

Types

t()
  • symbol: unique symbol for this currency.
  • name: long name of this currency.
  • base_address: base address of this currency.
  • coin_type: coin type of this currency.
  • status: currency status (online, offline, etc.)
  • is_international: true if this market is restricted to international users.
  • min_confirmations: minimum number of confirmations.
  • notice: news or alerts regarding this currency.
  • tx_fee: transaction fee for this currency

Link to this section Types

Link to this type

t() View Source
t() :: %Bittrex.Currency{
  base_address: String.t(),
  coin_type: String.t(),
  is_international: boolean(),
  min_confirmations: integer(),
  name: String.t(),
  notice: String.t(),
  status: String.t(),
  symbol: String.t(),
  tx_fee: number()
}

  • symbol: unique symbol for this currency.
  • name: long name of this currency.
  • base_address: base address of this currency.
  • coin_type: coin type of this currency.
  • status: currency status (online, offline, etc.)
  • is_international: true if this market is restricted to international users.
  • min_confirmations: minimum number of confirmations.
  • notice: news or alerts regarding this currency.
  • tx_fee: transaction fee for this currency.