Skip to main content

Ordering

If you need a custom ordering of the return of API, we provide a couple of ways for you to that.

1. Order by

Orders the response by a specific value.

Query: ?order_by={string}

Accepted values:

  • collection_id
  • token_id
  • owner
  • ranking
  • rank_score
  • meta_score
  • rarity_score
  • popularity
  • total_supply
  • collection_name
  • token_name
  • acronym

2. Order direction

Direction to order the response.

Query: ?order_direction={string}

Accepted values:

  • ascending
  • asc
  • descending
  • desc