Skip to main content

Ordering

The Ordering enum controls the sort direction for query results across the API.

Schema Definition

enum Ordering {
ASC
DESC
}

Values

ValueDescription
ASCAscending order - sorts from lowest to highest values (e.g., oldest to newest timestamps, smallest to largest numbers, A-Z alphabetically).
DESCDescending order - sorts from highest to lowest values (e.g., newest to oldest timestamps, largest to smallest numbers, Z-A alphabetically).

Member Of

balances query ● blocks query ● contracts query ● mediaList query ● metadataList query ● tokens query ● transactions query