NFT | Ownership Verification
NFT ownership verification
You can use this API to verify if an account is the real owner of an NFT.
API Doc
Curl call example
Path parameters:
chain
: [string] chain to work with. Either ASTAR, MOONBEAM, UNIQUE, OPAL.contract
: [string] smart contract address.
Query parameters:
account
: [string] owner of the NFT.tokenId
: [string] token id of the NFT
Example:
NFT ownership verification within a collection
We use this API to verify that an account has a NFT within a particular collection.
API Doc
Curl call example
Path parameters:
chain
: [string] chain to work with. Either ASTAR, MOONBEAM, UNIQUE, OPAL.contract
: [string] smart contract address.
Query parameters:
account
: [string] owner of the NFT.
Example:
NFT ownership verification with traits
You can use this API to verify if an account is the real owner of an NFT existed in Polkadot blockchain with NFT property verification.
API Doc
Curl call example
Path parameters:
chain
: [string] chain to work with. Either ASTAR, MOONBEAM, UNIQUE, OPAL.contract
: [string] smart contract address.
Query parameters:
account
: [string] owner of the NFT.tokenId
: [string] token id of the NFTtraitType
: [string] name of the property you want to verifytokenId
: [string] value of the property you want to verify
Example:
Last updated