v1

latestOpenAPI 3.0.3raw.githubusercontent.com2025-06-1883262329.3 KB
Collection Leader Board

Get NFT Collections leaderboard for a specific owner adresses

User collections leaderboard

get/v2.0/data/leaderboard/collections/byOwner

Query parameters

ownersUnionAddress[] required

Addresses of the owner

[
  "ETHEREUM:0x4765273c477c2dc484da4f1984639e943adccfeb"
]
blockchainsOlapBlockchain[]

Blockchain networks

period'MIN5' | 'MIN30' | 'H1' | 'H6' | 'D1' | 'D7' | 'D30' | 'D180' | 'D365' | 'ALL'

Period:

  • MIN5 - Last 5 minutes
  • MIN30 - Last 30 minutes
  • H1 - Last 1 hour
  • H6 - Last 6 hours
  • D1 - Last 1 day
  • D7 - Last 7 days
  • D30 - Last 30 days
  • D180 - Last 180 days (roughly 6 months)
  • D365 - Last 365 days (roughly 1 year)
  • ALL - For all time

Time period for aggregation

sort'VOLUME' | 'VOLUME_CHANGE' | 'FLOOR' | 'FLOOR_CHANGE' | 'SALES' | 'SALES_CHANGE' | 'LISTED' | 'OWNERS'

Collections sorting

direction'ASC' | 'DESC'

Collections sorting direction

limitinteger

Limit of records in leaderboard

continuationstring

Continuation token from the previous response

Response

OK

continuationstring