Non-Fungible Token holdings
Retrieves the list of Non-Fungible Tokens owned by the given principal (STX address or Smart Contract ID). Results can be filtered by one or more asset identifiers and can include metadata about the transaction that made the principal own each token.
More information on Non-Fungible Tokens on the Stacks blockchain can be found here.
| Query Parameters | 
|---|
| principalstring —  REQUIREDtoken owner's STX address or Smart Contract ID Example: SPNWZ5V2TPWGQGVDR6T7B6RQ4XMGZ4PXTEE0VQ0S.marketplace-v3 | 
| asset_identifiersstring[]identifiers of the token asset classes to filter for Example: SPQZF23W7SEYBFG5JQ496NMY0G7379SRYEDREMSV.Candy::candy | 
| limitintegermax number of tokens to fetch | 
| offsetintegerindex of first tokens to fetch Example: 42000 | 
| unanchoredbooleanwhether or not to include tokens from unconfirmed transactions Example: true | 
| tx_metadatabooleanwhether or not to include the complete transaction metadata instead of just  | 
| Responses | |||||
|---|---|---|---|---|---|
| 200List of Non-Fungible Token holdings 
 |