Skip to main content
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

Response Fields

Notes

  • Results are paginated — use limit and page query parameters to navigate.
  • Asset identifiers returned here can be used as project or asset parameters in other API endpoints.

Authorizations

x-api-key
string
header
required

Query Parameters

page
integer
default:1
Required range: 1 <= x <= 2147483647
limit
integer
default:100
Required range: 1 <= x <= 1000
code
string | null
Maximum string length: 20
slug
string | null
Maximum string length: 100
category
string[]
ids_or_codes
string[]
favorites
boolean
expand
enum<string>[]
Available options:
addresses,
chains,
addresses.chain,
markets,
market_cap,
ohlcv_last_24_h,
price,
reference,
sector,
supply
query
string<json>
Maximum string length: 65535
order_by
enum<string>
Available 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
order_dir
enum<string>
default:asc
Available options:
asc,
desc

Response

page
integer
required
Required range: 1 <= x <= 2147483647
total
integer
required
Required range: 1 <= x <= 100
data
object[]
required