NFT | Ownership Verification
Last updated
Was this helpful?
Last updated
Was this helpful?
You can use this API to verify if an account is the real owner of an NFT existed in Flow blockchain.
|
Path parameters:
chain
: [string] chain to work with. Either TESTNET
or MAINNET
.
contractAddress
: [string] smart contract address.
Query parameters:
account
: [string] owner of the NFT.
tokenId
: [string] token id of the NFT.
collectionPath:
[string] Collection storage/public/private path.
Example:
We use this API to verify that an account has a NFT within a particular collection.
|