/results
endpoints to organize query results in a specified order. This sorting functionality enables users to retrieve data in a manner that best suits their needs, whether ascending or descending. The feature is designed to work in a similar fashion to a SQL ORDER BY
clause and is available for the following endpoints:
Sorting can be effectively combined with pagination, filtering and sampling to optimize data retrieval.
sort_by
string
ORDER BY
clause.<column_name> asc|desc
. For example, block_time desc
."special,column" asc
.amount_usd desc, block_time
.asc
or desc
to define the sorting order.Example sorted response