Get contract package NFTs
Get NFT contract package tokens by its hash
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_cspr_name
string
Primary CSPR.name of the owner account
Response
Example
Last updated