Skip to main content

List all assets by asset ID

GET 

/v1/assets/:asset_id

List all assets by asset ID

Request

Path Parameters

    asset_id stringrequired

    The asset ID.

Responses

successful operation

Schema

  • Array [

  • asset_id stringnullable

    Gets or sets the asset ID.

    name stringnullable

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

    Gets or sets the start date of quote data.

    data_quote_end date-timenullable

    Gets or sets the end date of quote data.

    data_orderbook_start date-timenullable

    Gets or sets the start date of order book data.

    data_orderbook_end date-timenullable

    Gets or sets the end date of order book data.

    data_trade_start date-timenullable

    Gets or sets the start date of trade data.

    data_trade_end date-timenullable

    Gets or sets the end date of trade data.

    data_symbols_count int64nullable

    Gets or sets the number of symbols.

    volume_1hrs_usd doublenullable

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

    volume_1day_usd doublenullable

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

    volume_1mth_usd doublenullable

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

    price_usd doublenullable

    Gets or sets the USD price of the asset.

    id_icon uuidnullable

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

    supply_current doublenullable

    Gets or sets the current supply of the asset.

    supply_total doublenullable

    Gets or sets the total supply of the asset.

    supply_max doublenullable

    Gets or sets the maximum supply of the asset.

    chain_addresses

    object[]

    nullable

  • Array [

  • chain_id stringnullable

    Gets or sets chain id

    network_id stringnullable

    Gets or sets network id

    address stringnullable

    Gets or sets chain address

  • ]

  • data_start stringnullable
    data_end stringnullable
  • ]

Loading...