View Source BitpandaApi.Api.Public.Assets (Bitpanda API v0.1.0)
Get assets API requests
Link to this section Summary
Functions
Collect all assets on Bitpanda by asset class
Collect all assets on Bitpanda by asset class; raising an exception on error
Link to this section Functions
@spec get_by_class(BitpandaApi.Entity.Asset.class()) :: {:ok, [BitpandaApi.Entity.Asset.t()]} | {:error, BitpandaApi.Api.Error.t()}
Collect all assets on Bitpanda by asset class
@spec get_by_class!(BitpandaApi.Entity.Asset.class()) :: [ BitpandaApi.Entity.Asset.t() ]
Collect all assets on Bitpanda by asset class; raising an exception on error