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
List of filters to apply. Available filters include: liquidity, market_cap, volume, price, price_change_24h, price_change_1h, price_change_7d
List of fields to sort by. Available fields include: liquidity, market_cap, volume, price, price_change_24h, price_change_1h, price_change_7d
Sort order. Available values include: asc, desc
The offset of the results
The limit of the results
Response
200 - application/json