platform.validates RPC Method
To use the platform.validates method on the P-Chain, ensure that the end of your URL includes ext/bc/P.
Parameters
subnetID
string
Loading...
Returns
blockchainIDs
array
Loading...
Request
1curl -X POST "https://docs-demo.flare-mainnet.quiknode.pro/ext/bc/C/rpc/" \2-H "Content-Type: application/json" \3-d '{4"jsonrpc": "2.0",5"method": "platform.validates",6"params": {7"subnetID": "11111111111111111111111111111111LpoYY"8},9"id": 110}'
1curl -X POST "https://docs-demo.flare-mainnet.quiknode.pro/ext/bc/C/rpc/" \2-H "Content-Type: application/json" \3-d '{4"jsonrpc": "2.0",5"method": "platform.validates",6"params": {7"subnetID": "11111111111111111111111111111111LpoYY"8},9"id": 110}'
Response
1{2"jsonrpc": "2.0",3"result": {4"blockchainIDs": [5"umkbhSrjVw5nUvy1eo25AdrjRkPBdtzAMewuxA2rqEx4YMo4c",6"fK5e6T3EniMqagBkxXjAug9EbhFDZbEzPPr4f22uwMoP5i2cJ"7]8},9"id": 110}
1{2"jsonrpc": "2.0",3"result": {4"blockchainIDs": [5"umkbhSrjVw5nUvy1eo25AdrjRkPBdtzAMewuxA2rqEx4YMo4c",6"fK5e6T3EniMqagBkxXjAug9EbhFDZbEzPPr4f22uwMoP5i2cJ"7]8},9"id": 110}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free