Bittrex v3.0.0 Bittrex.Balance View Source

A Bittrex Balance.

Link to this section Summary

Types

t()
  • total: total amount.
  • currency_symbol: unique ID for the currency this balance is associated with.
  • available: available amount

Link to this section Types

Link to this type

t() View Source
t() :: %Bittrex.Balance{
  available: number(),
  currency_symbol: String.t(),
  total: number()
}

  • total: total amount.
  • currency_symbol: unique ID for the currency this balance is associated with.
  • available: available amount.