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

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

Query Parameters

filters
string

List of filters to apply. Available filters include: liquidity, market_cap, volume, price, price_change_24h, price_change_1h, price_change_7d

sortBy
string

List of fields to sort by. Available fields include: liquidity, market_cap, volume, price, price_change_24h, price_change_1h, price_change_7d

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

blockchain
string

Response

200 - application/json
data
object[]