isNFTOwner
Confirms whether an address owns an NFT. Also provides relevant block number for context and confirms the NFT standard (ERC-721 / ERC-1155).
Request
Endpoint
Headers
Key
Value
Authorization
Token { YOUR-API-KEY }
Parameters
Parameter
Description
contractAddress
Hexadecimal address that defines the NFT collection.
tokenId
Unique identifier that specifies the NFT within the contract address.
ownerAddress
Hexadecimal public user address.
Example
Response
Request Status Code
Response
Interpretation
200
Success! Check JSON results for ownership confirmation and contextual information.
401
User authentication details failed.
Body
Interpretation
Last updated