Retrieve NFTs by Wallet Address
A user might need all the NFTs associated with a particular wallet address. This endpoint helps to get all the details of the NFTs that belong to the specific wallet address.
Endpoint: GET /api/wallets/{walletAddress}/nfts
The response will be all the NFTs, meaning metadata and contact details of all NFTs that belong to that wallet address.
Last updated