qn_verifyNFTsOwner (v2) RPC Method - Token and NFT API
Please note that this RPC method requires the Token and NFT API v2 bundle add-on enabled on your Quicknode endpoint.
Parameters
object
object
REQUIRED
Loading...
wallet
string
REQUIRED
Loading...
contracts
array
REQUIRED
Loading...
Returns
object
Loading...
owner
Loading...
assets
Loading...
Request
1curl -X POST "https://docs-demo.quiknode.pro/" \2-H "Content-Type: application/json" \3-d '{4"jsonrpc": "2.0",5"method": "qn_verifyNFTsOwner",6"params": [7{8"wallet": "0x91b51c173a4bdaa1a60e234fc3f705a16d228740",9"contracts": [10"0x2106c00ac7da0a3430ae667879139e832307aeaa:3643",11"0xd07dc4262bcdbf85190c01c996b4c06a461d2430:133803"12]13}14],15"id": 116}'
1curl -X POST "https://docs-demo.quiknode.pro/" \2-H "Content-Type: application/json" \3-d '{4"jsonrpc": "2.0",5"method": "qn_verifyNFTsOwner",6"params": [7{8"wallet": "0x91b51c173a4bdaa1a60e234fc3f705a16d228740",9"contracts": [10"0x2106c00ac7da0a3430ae667879139e832307aeaa:3643",11"0xd07dc4262bcdbf85190c01c996b4c06a461d2430:133803"12]13}14],15"id": 116}'
Response
1{2"jsonrpc": "2.0",3"id": 67,4"result": {5"owner": "0x91b51c173a4bdaa1a60e234fc3f705a16d228740",6"assets": [7"0x2106c00ac7da0a3430ae667879139e832307aeaa:3643",8"0xd07dc4262bcdbf85190c01c996b4c06a461d2430:133803"9]10}11}
1{2"jsonrpc": "2.0",3"id": 67,4"result": {5"owner": "0x91b51c173a4bdaa1a60e234fc3f705a16d228740",6"assets": [7"0x2106c00ac7da0a3430ae667879139e832307aeaa:3643",8"0xd07dc4262bcdbf85190c01c996b4c06a461d2430:133803"9]10}11}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free