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.

Request

Query Parameters

    filter_asset_id string

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

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