View Source BitpandaApi.Entity.Asset (Bitpanda API v0.1.0)

Describes an asset listed on Bitpanda

Link to this section Summary

Types

Describes the asset class

t()

An asset in Bitpanda

Link to this section Types

@type class() :: :commodity | :cryptocurrency | :etf | :metal | :stock

Describes the asset class

@type t() :: %BitpandaApi.Entity.Asset{
  id: String.t(),
  name: String.t(),
  symbol: String.t(),
  type: class()
}

An asset in Bitpanda