Octopus - Market API
Query Asset Data
GET
/
market
/
query
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: 20The limit of the results
blockchain
string
category
string
Response
200 - application/json
data
object[]