Get wallets by any NFT
Last updated
Last updated
Use this API when you want to know who (a wallet) owns a specific NFT. As a result, you will get all the wallet addresses that own this NFT.
Note that the result can be a list. This is the case for fungible tokens. A fungible token can be distributed across multiple owners. A "true" non-fungible token can only be owned by one wallet. In the latter case, only one result will be returned.
In the response, you will also find the tokenBalance
. This is the number of tokens that the respective wallet holds of the requested (N)FT. Note that this can only be greater than 0 for a fungible token.
HTTP
{secretType}
Path
Blockchain to filter by
String
✅
{contractAddress}
Path
The contract address of the specific NFT
String
✅
{tokenId}
Path
The token ID
of the NFT
String
✅
JSON