v2

latestOpenAPI 3.0.4MIT License2026-08-015029332.0 KB
Metadata

List all 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. :::

get/v1/assets

Query parameters

filter_asset_idstring

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

filter_asset_typestring

Optional asset type filter. Allowed values: FIAT, STABLECOIN, CRYPTO, COMMODITY, STOCK.

Response

successful operation

asset_idstring nullable

Gets or sets the asset ID.

namestring nullable

Gets or sets the name of the asset.

type_is_cryptointeger

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

data_quote_startstring date-time nullable

Gets or sets the start date of quote data.

data_quote_endstring date-time nullable

Gets or sets the end date of quote data.

data_orderbook_startstring date-time nullable

Gets or sets the start date of order book data.

data_orderbook_endstring date-time nullable

Gets or sets the end date of order book data.

data_trade_startstring date-time nullable

Gets or sets the start date of trade data.

data_trade_endstring date-time nullable

Gets or sets the end date of trade data.

data_symbols_countinteger nullable

Gets or sets the number of symbols.

volume_1hrs_usdnumber double nullable

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

volume_1day_usdnumber double nullable

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

volume_1mth_usdnumber double nullable

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

price_usdnumber double nullable

Gets or sets the USD price of the asset.

id_iconstring uuid nullable

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

supply_currentnumber double nullable

Gets or sets the current supply of the asset.

supply_totalnumber double nullable

Gets or sets the total supply of the asset.

supply_maxnumber double nullable

Gets or sets the maximum supply of the asset.

asset_typestring nullable

Asset type classification. Possible values: FIAT, STABLECOIN, CRYPTO, COMMODITY, STOCK.

data_startstring nullable
data_endstring nullable