Skip to main content
GET
List ETF Assets

Authorizations

X-Messari-API-Key
string
header
required

Query Parameters

page
integer<int64>
default:1

Page number (1-indexed)

Example:

1

limit
integer<int64>
default:100

Page size limit

Example:

100

sort
enum<string>
default:type-spot-aum-usd

Column to sort by. Anything other than name or slug sorts on that metric's latest value; a row with no value for it always sorts last, in either direction.

Available options:
name,
slug,
type-spot-aum-usd,
type-spot-flow-usd,
type-spot-product-count,
type-futures-aum-usd,
type-futures-flow-usd,
type-futures-product-count,
type-spot-unitedstates-aum-usd,
type-spot-unitedstates-flow-usd,
type-spot-unitedstates-product-count,
type-spot-europe-aum-usd,
type-spot-europe-flow-usd,
type-spot-europe-product-count,
type-spot-apac-aum-usd,
type-spot-apac-flow-usd,
type-spot-apac-product-count,
strategy-deltaone-aum-usd,
strategy-deltaone-flow-usd,
strategy-deltaone-product-count,
strategy-leveraged-aum-usd,
strategy-leveraged-flow-usd,
strategy-leveraged-product-count,
total-volume-usd,
volume-unitedstates-usd,
volume-europe-usd,
volume-apac-usd
Example:

"type-spot-aum-usd"

order
enum<string>
default:desc

Sort direction

Available options:
asc,
desc
Example:

"desc"

Match against the asset's id, slug or name. Case-insensitive substring.

Example:

"bitcoin"

Response

OK

data
object
required
error
string