Global collection statistics by ID
OK
Bad Request
Internal Server Error
{- "id": "ETHEREUM:0xb66a603f4cfe17e3d27b87a8bfcad319856518b8",
- "listed": 0,
- "items": 0,
- "owners": 0,
- "floor": {
- "currency": "string",
- "value": 0,
- "valueUsd": 0
}, - "volume": {
- "currency": "string",
- "value": 0,
- "valueUsd": 0
}
}
Global collection statistics by IDs
Collection id
OK
Bad Request
Internal Server Error
[- "ETHEREUM:0xb66a603f4cfe17e3d27b87a8bfcad319856518b8"
]
[- {
- "id": "ETHEREUM:0xb66a603f4cfe17e3d27b87a8bfcad319856518b8",
- "listed": 0,
- "items": 0,
- "owners": 0,
- "floor": {
- "currency": "string",
- "value": 0,
- "valueUsd": 0
}, - "volume": {
- "currency": "string",
- "value": 0,
- "valueUsd": 0
}
}
]
Period-based collection statistics by ID
OK
Bad Request
Internal Server Error
{- "id": "ETHEREUM:0xb66a603f4cfe17e3d27b87a8bfcad319856518b8",
- "period": "MIN5",
- "volume": {
- "currency": "string",
- "value": 0,
- "valueUsd": 0
}, - "floorChangePercent": 0
}
Period-based collection statistics by IDs
OK
Bad Request
Internal Server Error
{- "collectionIds": [
- "string"
], - "period": "MIN5"
}
[- {
- "id": "ETHEREUM:0xb66a603f4cfe17e3d27b87a8bfcad319856518b8",
- "period": "MIN5",
- "volume": {
- "currency": "string",
- "value": 0,
- "valueUsd": 0
}, - "floorChangePercent": 0
}
]
Returns list of owners of items in the collection along with the number of owned items
OK
Bad Request
Not found
Internal Server Error
{- "owners": [
- {
- "owner": "ETHEREUM:0x4765273c477c2dc484da4f1984639e943adccfeb",
- "ownedItems": 0
}
], - "continuation": "string"
}
Returns list of bid prices with number of bids and bidders
OK
Bad Request
Not found
Internal Server Error
{- "maxVolumeNative": 0,
- "prices": [
- {
- "price": 0,
- "bidsCount": 0,
- "volumeNative": 0,
- "buyersCount": 0,
- "buyer": "ETHEREUM:0x4765273c477c2dc484da4f1984639e943adccfeb"
}
], - "continuation": "string"
}