GET
/
market
/
query
/
token

Market query endpoint allows you to run SQL-like queries against the market data on tokens.

Query Parameters

filters
string

List of filters to apply. Available filters include: volume_24h

sortBy
string

List of fields to sort by. Available fields include: volume_24h, listed_at

sortOrder
string

Sort order. Available values include: asc, desc

offset
integer

The offset of the results

limit
integer
default: 20

The limit of the results

unlistedAssets
boolean
default: true
blockchain
string
blockchains
string

Response

200 - application/json
data
object[]