Get account NFTs
Get account NFTs by its identifier (public key or account hash)
GET /accounts/{account_identifier}/nft-tokensQuery 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_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
Example
Last updated
