Get the list of NFT collections
QUERY PARAMS
range
number
Days range
sort_order
string
Sort order
sort_by
string
Field to sort by
page
number
Page number for pagination
page_size
number
Number of items per page
collection
string
Collection ID, if not provided, will return all collections
RESPONSES
200
OK
Response Body (application/json)
success
boolean
Request status
collection_id
string
Collection Address
name
string
Collection Name
symbol
string
Collection Symbol
floor_price
number
Floor Price
items
number
Items
marketplaces
array of string
Marketplaces
volumes
number
Volumes
total_vol_prev_24h
number
Total Volume Previous 24h
400
Bad Request
Response Body (application/json)
401
Authentication failed
Response Body (application/json)
429
Too Many Requests
Response Body (application/json)
500
Internal Server Error
Response Body (application/json)