Use this endpoint to retrieve a list of all assets that are available on the API.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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.
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.
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.
Maximum number of assets to return.
1 <= x <= 1000Number of assets to skip for pagination.
x >= 0OK