v1

latestOpenAPI 3.0.3raw.githubusercontent.com2025-06-1883262329.3 KB
Collection Statistics

Get distribution of the number of bids by price

Returns list of bid prices with number of bids and bidders

get/v2.0/data/collections/{id}/bidsByPrice

Path parameters

idstring required

Collection id

Example:ETHEREUM:0xb66a603f4cfe17e3d27b87a8bfcad319856518b8

Collection ID

Query parameters

continuationstring

Continuation token from the previous response

sizeinteger

The number of results to return

sort'PRICE' | 'VOLUME_NATIVE'

Result sorting

Response

OK

maxVolumeNativenumber required
continuationstring

Continuation token to paginate result

Example response

{
  "prices": [
    {
      "buyer": "ETHEREUM:0x4765273c477c2dc484da4f1984639e943adccfeb"
    }
  ]
}