GET
/
market
/
query
/
token
curl --request GET \
  --url https://api.mobula.io/api/1/market/query/token
{
  "data": [
    {
      "blockchains": [
        "Ethereum"
      ],
      "id": 100000871,
      "name": "Arc",
      "symbol": "ARC"
    }
  ]
}

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[]