Top Collections by Volume
This endpoint provides the top collections by sales volume for different time periods, along with collections' metadata & market data.
get
Get top collections by volume.
Authorizations
Query parameters
timePeriodstring · enumOptionalDefault:
24h- trailing 24 hours' volume, ending at the start of the prior hour (default)trailing7d- trailing 7 days' volume, ending at the start of the prior hourtrailing30d- trailing 30 days' volume, ending at the start of the prior hour1d- prior day's volume, ending at midnight GMT7d- prior seven days' volume, ending at midnight GMT30d- prior 30 days' volume, ending at midnight GMT
24hPossible values: offsetnumberOptionalDefault:
0limitnumber · max: 100OptionalDefault:
10Responses
200
Default Response
application/json
400
Invalid input
application/json
401
Unauthorized
application/json
404
Not found
application/json
429
Rate limit exceeded
application/json
500
Internal server error
application/json
get
/v1/ordinals/stats/collections/top-by-volumeGET /v1/ordinals/stats/collections/top-by-volume HTTP/1.1
Host: api.secretkeylabs.io
x-api-key: YOUR_API_KEY
Accept: */*
{
"total": 1,
"offset": 1,
"limit": 1,
"timePeriod": "text",
"collections": [
{
"collectionId": "text",
"tradingVolumeSats": "text",
"name": "text",
"logo": "text",
"floorPrice": {
"valueInSats": "text",
"valueInUsd": "text",
"percentageChange24h": {
"valueInSats": "text",
"valueInUsd": "text"
}
}
}
]
}Last updated