Skip to main content

List all assets

GET /v1/assets

Retrieves all assets.

info

Our asset identifiers are aligned with the ISO 4217 currency codes standard only for fiat money (government or law regulated currency).

info

Properties of the output are providing aggregated information from across all symbols related to the specific asset. If you need to calculate your aggregation (e.g., limiting only the particular type of symbols), you should use /v1/symbols endpoint as a data source.

Query Parameters
  • filter_asset_id string

    Comma or semicolon delimited asset identifiers used to filter response. (optional, eg. BTC;ETH).

  • include_supply boolean

    Flag indicating whether to include supply information.

Responses

successful operation

Schema
  • Array [
  • asset_id string nullable

    Gets or sets the asset ID.

  • name string nullable

    Gets or sets the name of the asset.

  • type_is_crypto int32

    Gets or sets a value indicating whether the asset is a cryptocurrency.

  • data_quote_start date-time nullable

    Gets or sets the start date of quote data.

  • data_quote_end date-time nullable

    Gets or sets the end date of quote data.

  • data_orderbook_start date-time nullable

    Gets or sets the start date of order book data.

  • data_orderbook_end date-time nullable

    Gets or sets the end date of order book data.

  • data_trade_start date-time nullable

    Gets or sets the start date of trade data.

  • data_trade_end date-time nullable

    Gets or sets the end date of trade data.

  • data_symbols_count int64 nullable

    Gets or sets the number of symbols.

  • volume_1hrs_usd double nullable

    Gets or sets the USD volume in the last 1 hour.

  • volume_1day_usd double nullable

    Gets or sets the USD volume in the last 1 day.

  • volume_1mth_usd double nullable

    Gets or sets the USD volume in the last 1 month.

  • price_usd double nullable

    Gets or sets the USD price of the asset.

  • id_icon uuid nullable

    Gets or sets the ID of the icon for the asset.

  • supply_current double nullable

    Gets or sets the current supply of the asset.

  • supply_total double nullable

    Gets or sets the total supply of the asset.

  • supply_max double nullable

    Gets or sets the maximum supply of the asset.

  • chain_addresses object[] nullable
  • Array [
  • chain_id string nullable

    Gets or sets chain id

  • network_id string nullable

    Gets or sets network id

  • address string nullable

    Gets or sets chain address

  • ]
  • data_start string nullable
  • data_end string nullable
  • ]
Loading...