Get NFTs for a Wallet

GET {{baseUrl}}/wallets/:id/nfts?includeAll=True

Fetches the info for all NFTs stored in a single developer-controlled wallet, using the wallets unique identifier.

https://developers.circle.com/w3s/reference/listwalletnfts-1

Request Params

KeyDatatypeRequiredDescription
includeAllstring

RESPONSES

status: OK

{"data":{"nfts":[{"nftTokenId":"20","token":{"id":"1aa94f4b-99c3-58e1-983f-0108199bae1a","blockchain":"ETH-GOERLI","tokenAddress":"0xa20687c31af8f548467f2469e0978614500eb716","standard":"ERC721","name":"MinNFT","symbol":"Min-NFT","decimals":0,"isNative":false,"updateDate":"2023-10-18T19:53:53Z","createDate":"2023-10-18T19:53:53Z"},"amount":"1","metadata":"QmQbstgH371fd7Kk1HM16uxDMtztUP3CKQJBYQNPrvpVJZ","updateDate":"2024-01-26T17:21:05Z"}]}}