Assets

Get a list of all assets

Use this endpoint to retrieve a list of all assets that are available on the API.

get/v2/assets

Query parameters

asset_idsstring[]

List of asset IDs to filter by.

Allows you to select one or more assets. When including multiple assets, separate each one with a comma. Example: usdc,usdt.

asset_typesstring[]

List of asset types to filter by.

Allows you to filter assets by their type. When including multiple types, separate each one with a comma.

market_sectorsstring[]

List of market sector IDs to filter assets by.

Allows you to select one or more market sectors to filter the results. Only assets belonging to any of the specified market sectors will be included. When including multiple market sectors, separate each one with a comma. Example: blockchains-l1,lending.

The full list of available market sectors can be retrieved from the /v2/market-sectors endpoint.

limitinteger

Maximum number of assets to return.

offsetinteger

Number of assets to skip for pagination.

Response

OK

Changes

No recorded changes to this endpoint across all 1 revision of this API.