Skip to main content

List all assets by asset ID

GET /v1/assets/:asset_id

List all assets by asset ID

Path Parameters
  • asset_id string required

    The asset ID.

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...