Get contract package NFTs

Get NFT contract package tokens by its hash

GET /contract-packages/{contract_package_hash}/nft-tokens

Query params

Query param
Description

from_block_height

From block height range

to_block_height

To block height range

is_burned

Filters tokens by their is_burned status: false to get active NFTs, true to get the burned ones. By default all tokens are returned.

Sorting

Property
Description

token_id

Sort tokens by token_id

timestamp

Sort tokens by timestamp

Default sorting is timestamp DESC

Optional properties

Property
Type
Description

owner_public_key

string(68)

Owner public key if it's an account

owner_account_info

Account info provided by the token owner account

owner_centralized_account_info

Account information available for known accounts provided by CSPR.cloud team

owner_cspr_name

string

Primary CSPR.name of the owner account

cspr_name_resolutions

Associated CSPR.name token resolutions (in case NFT is a CSPR.name token)

Response

PaginatedResponse<NFTToken>

Example

Last updated