Get account NFTs

Get account NFTs by its identifier (public key or account hash)

GET /accounts/{account_identifier}/nft-tokens

Query params

None

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

contract_package

NFT contract package

owner_public_key

string(68)

Owner public key if it's an account

Response

PaginatedResponse<NFTToken>

Example

Last updated