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
array
array
Loading...
object
Loading...
wallet
string
Loading...
contracts
string
Loading...
Returns
object
Loading...
owner
Loading...
assets
Loading...
Request
1curl https://docs-demo.quiknode.pro/ \2--header 'Content-Type: application/json' \3--data '{4"id":67,5"jsonrpc":"2.0",6"method":"qn_verifyNFTsOwner",7"params": [{8"wallet": "0x91b51c173a4bdaa1a60e234fc3f705a16d228740",9"contracts": [10"0x2106c00ac7da0a3430ae667879139e832307aeaa:3643",11"0xd07dc4262bcdbf85190c01c996b4c06a461d2430:133803"12]13}]14}'15
1curl https://docs-demo.quiknode.pro/ \2--header 'Content-Type: application/json' \3--data '{4"id":67,5"jsonrpc":"2.0",6"method":"qn_verifyNFTsOwner",7"params": [{8"wallet": "0x91b51c173a4bdaa1a60e234fc3f705a16d228740",9"contracts": [10"0x2106c00ac7da0a3430ae667879139e832307aeaa:3643",11"0xd07dc4262bcdbf85190c01c996b4c06a461d2430:133803"12]13}]14}'15
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