Get collection information
The GET /collections
endpoint data
field returns a Collection object if the provided address matches a collection in our database or null
if no collection matches the provided address.
Get collection information successful response schema:
{
"success": true,
"message": null,
"data": Collection | null
}
Collection object schema:
Field Name | Field Type | Description |
---|---|---|
|
| The collection address. |
|
| The collection owner. |
|
| The collection setter, if applicable. |
|
| The collection setter, if applicable. |
|
| The collection name. If none set, it will default to |
|
| The collection description. |
|
| The collection symbol. |
|
| The collection type. Can be either |
|
| The collection website URL, if set. |
|
| The collection Facebook URL, if set. |
|
| The collection Twitter URL, if set. |
|
| The collection Instagram URL, if set. |
|
| The collection Telegram URL, if set. |
|
| The collection Medium URL, if set. |
|
| The collection DiscordURL, if set. |
|
| Set to |
|
| Set to |
|
| The collection's logo image hosted on our CDN. |
|
| The collection's banner image hosted on our CDN. |
Get collection stats
The GET /collections/stats
endpoint data
field returns a CollectionStats object if the provided address matches a collection in our database or null
if no collection matches the provided address.
Get collection stats successful response schema:
{
"success": true,
"message": null,
"data": CollectionStats | null
}
CollectionStats object schema:
NOTE: All the data this endpoint provides is only related to the LooksRare marketplace.
Field Name | Field Type | Description |
---|---|---|
|
| The collection's address. |
|
| The number of wallets with at least one asset from the collection. |
|
| The total amount of assets from the collection. |
|
| The collection's floor price. |
|
| The collection's floor price percentage change in the last rolling 24 hours. |
|
| The collection's floor price percentage change in the last rolling 7 days. |
|
| The collection's floor price percentage change in the last rolling 30 days. |
|
| The collection's market cap |
|
| The collection's volume of sales in the last rolling 24 hours. |
|
| The collection's average sale price in the last rolling 24 hours. |
|
| The collection's number of sales in the last rolling 24 hours. |
|
| The collection's change in volume of sales in the last rolling 24 hours. |
|
| The collection's volume of sales in the last rolling 7 days. |
|
| The collection's average sale price in the last rolling 7 days. |
|
| The collection's number of sales in the last rolling 7 days. |
|
| The collection's change in volume of sales in the last rolling 7 days. |
|
| The collection's volume of sales in the last rolling 1 month. |
|
| The collection's average sale price in the last rolling 1 month. |
|
| The collection's number of sales in the last rolling 1 month. |
|
| The collection's change in volume of sales in the last rolling 1 month. |
|
| The collection's volume of sales in the last rolling 3 months. |
|
| The collection's average sale price in the last rolling 3 months. |
|
| The collection's number of sales in the last rolling 3 months. |
|
| The collection's change in volume of sales in the last rolling 3 months. |
|
| The collection's volume of sales in the last rolling 6 months. |
|
| The collection's average sale price in the last rolling 6 months. |
|
| The collection's number of sales in the last rolling 6 months. |
|
| The collection's change in volume of sales in the last rolling 6 months. |
|
| The collection's volume of sales in the last rolling 1 year. |
|
| The collection's average sale price in the last rolling 1 year. |
|
| The collection's number of sales in the last rolling 1 year. |
|
| The collection's change in volume of sales in the last rolling 1 year. |
|
| The collection's all time volume. |
|
| The collection's average sale price of all time. |
|
| The collection's total number of sales. |
Get top 5 listing rewards collections
The GET /collections/listing-rewards
endpoint data
field returns an array of objects, each corresponding to one of the top 5 listing rewards collections.
Get top 5 listing rewards collections successful response schema:
{
"success": true,
"message": null,
"data": ListingRewardCollection[] | null
}
ListingRewardCollection object schema:
Field Name | Field Type | Description |
---|---|---|
|
| The collection object (see Collection Schema) |
|
| The collection's OpenSea volume of sales in the last 24 hours. |
|
| The collection's listing reward points that can be earned in a snapshot. |
|
| The collection's floor price across LooksRare and OpenSea. |