Search
Describes an asset listed on Bitpanda
Describes the asset class
An asset in Bitpanda
@type class() :: :commodity | :cryptocurrency | :etf | :metal | :stock
@type t() :: %BitpandaApi.Entity.Asset{ id: String.t(), name: String.t(), symbol: String.t(), type: class() }