Skip to main content
GET
List ETF Providers

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: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,
aum-usd,
flow-usd,
num-products,
weighted-aum-expense-ratio,
bitcoin-aum-perc,
spot-aum-perc,
rolling-30d-flow-usd,
aum-30d-change-perc
Example:

"aum-usd"

order
enum<string>
default:desc

Sort direction

Available options:
asc,
desc
Example:

"desc"

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

Example:

"blackrock"

Response

OK

data
object
required
error
string