Get Multiple
List Assets
Retrieve a list of all available crypto assets with their key metadata
GET
List Assets
Overview
This endpoint returns a paginated list of crypto assets supported by the API. Each asset includes its identifier, symbol, slug, description, and other metadata used across API endpoints. Use this endpoint to discover assets before querying metrics, prices, or other detailed data.Example Request
Example Response
A successful response returns a paginated list of assets.Supported Options
| Name | Type | Details |
|---|---|---|
expand | query | The fields to expand. See Expand Options for more details. |
limit | query | The number of assets to return. |
page | query | The page number to return. |
Response Fields
| Field | Type | Description |
|---|---|---|
category | string | Asset category (e.g., Infrastructure, DeFi) |
code | string | Asset ticker symbol (e.g., BTC, ETH) |
description | string | Detailed asset description |
id | number | Unique asset identifier |
image_url | string | URL to asset logo/image |
sector | string | Sector of the asset |
slug | string | URL-friendly identifier |
tag_line | string | Short description or tagline |
title | string | Full asset name |
type | string | Asset type classification |
updated_at | number | Unix timestamp of last update |
Notes
- Results are paginated — use
limitandpagequery parameters to navigate. - Asset identifiers returned here can be used as
projectorassetparameters in other API endpoints.
Related Endpoints
Authorizations
Query Parameters
Required range:
1 <= x <= 2147483647Required range:
1 <= x <= 1000Maximum string length:
20Maximum string length:
100Available options:
addresses, chains, addresses.chain, markets, market_cap, ohlcv_last_24_h, price, reference, sector, supply Maximum string length:
65535Available options:
code, slug, market_cap.rank, market_cap.percent_change_usd_1_h, market_cap.percent_change_usd_24_h, market_cap.usd, markets.volume_24_h, price.usd, sector.title, supply.total Available options:
asc, desc