Skip to main content
GET
curl

Query Parameters

country
string
required

ISO 3166-1 alpha-2 country code used to apply geo restrictions (e.g. US, GB).

Pattern: ^[A-Z]{2}$
Example:

"US"

type
enum<string>[]

Filter assets by classification. Repeat the parameter to filter on multiple types.

Maximum array length: 4
Available options:
fiat,
crypto,
stablecoin,
xstock
swap_trading
boolean

Filter to assets that are currently enabled for swap trading. Omit to ignore this dimension.

withdraw
boolean

Filter to assets that are currently enabled for withdrawal. Omit to ignore this dimension.

deposit
boolean

Filter to assets that are currently enabled for deposit. Omit to ignore this dimension.

sort
enum<string>
default:market_cap_rank

Field to sort the results by. Use sort_direction to control ascending vs descending. Defaults to market_cap_rank (largest assets first when paired with asc).

Available options:
trending_rank,
market_cap_rank,
market_cap,
price,
volume.last_24h,
price_change_percent.last_1h,
price_change_percent.last_24h,
price_change_percent.last_7d,
price_change_percent.last_30d,
price_change_percent.last_1y,
symbol,
name,
listing_date
sort_direction
enum<string>
default:asc

Direction of the sort. Use asc for natural ascending order (rank 1 first, oldest first, lowest first); desc for the inverse.

Available options:
asc,
desc
page_size
integer<int32>
default:20

Maximum number of results to return on a single page. Defaults to 20, maximum 100.

Required range: 1 <= x <= 25
page_token
string

Opaque page token returned by a previous response's next_page_token. Omit to start from the beginning.

Required string length: 1 - 256
quote_symbol
string
default:USD

Ticker symbol of the fiat quote asset to use for valuations (e.g. USD, EUR). Defaults to USD.

Required string length: 3 - 16
Example:

"USD"

quote_type
enum<string>
default:fiat

Classification of the quote asset. Currently only fiat is supported.

Available options:
fiat

Response

Response

data
object[]
required

The list of matching assets.

quote_symbol
string
required

Quote asset symbol the prices are denominated in (resolved, defaults to USD).

Example:

"USD"

quote_type
enum<string>
required

Classification of the quote asset (resolved, defaults to fiat).

Available options:
fiat
page_size
integer<int32>
required

Maximum number of results to return on a single page. Defaults to 20, maximum 100.

sort
enum<string>
required

Field the results were sorted by (resolved, defaults to market_cap_rank).

Available options:
trending_rank,
market_cap_rank,
market_cap,
price,
volume.last_24h,
price_change_percent.last_1h,
price_change_percent.last_24h,
price_change_percent.last_7d,
price_change_percent.last_30d,
price_change_percent.last_1y,
symbol,
name,
listing_date
sort_direction
enum<string>
required

Direction the results were sorted in (resolved, defaults to asc).

Available options:
asc,
desc
type
enum<string>[]

Asset classifications the listing was filtered to. Empty when no type filter was applied.

Available options:
fiat,
crypto,
stablecoin,
xstock
swap_trading
boolean

Swap-trading filter that was applied, echoed back. Absent when not filtered.

withdraw
boolean

Withdrawal filter that was applied, echoed back. Absent when not filtered.

deposit
boolean

Deposit filter that was applied, echoed back. Absent when not filtered.

next_page_token
string

Opaque token for the next page of results. Absent when there are no more pages.

Required string length: 1 - 256