For the complete documentation index, see llms.txt. Markdown versions of the documentation pages are available from that index.
solscan logo
Register NowRegister Now

nft collection lists

get

https://pro-api.solscan.io/v2.0/nft/collection/lists

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)

icon

Javascript

icon

Python

icon

Shell

icon

Go

icon

C#

Authorization

Response

Click Try It! to start a request and see the response here!

Response Examples