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 items

get

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

Get the list of items of a NFT collection

QUERY PARAMS

collection

string

required

Collection ID

sort_by

string

Field to sort by

page

number

Page number for pagination

page_size

number

Number of items per page

RESPONSES

200

OK

Response Body (application/json)

success

boolean

Request status

trade_time

number

Trade Time

signature

string

Signature

market_id

string

Market ID

type

string

Type

price

string

Price

currency_token

string

Currency token

currency_decimals

number

Currency Decimals

seller

string

Seller

buyer

string

Buyer

address

string

NFT Address

token_name

string

Token Name

token_symbol

string

Token Symbol

collection_id

string

Collection Id

name

string

Name

symbol

string

Symbol

uri

string

URI

sellerFeeBasisPoints

number

Seller Fee Basis Points

address

string

Address

verified

number

Verified

share

number

Share

id

number

Id

image

string

Image

tokenId

number

Token identity

name

string

Name

symbol

string

Symbol

description

string

Description

external_url

string

External URL

name

string

Collection Name

family

string

Collection Family

seller_fee_basis_points

number

Seller Fee Basis Points

edition

number

Edition

trait_type

string

Trait Type

value

string

Value

uri

string

URI

type

string

Type

category

string

Category

retried

number

Retried

mint_tx

string

Mint Tx

created_time

number

Created Time

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