Last updated 11 months ago
Was this helpful?
Get the IDs of the blockchains a Subnet validates.
This method will use 20 .
20
subnetID - string - the blockchain’s ID.
subnetID
blockchainIDs - []string - Each element is the ID of a blockchain the Subnet validates.
blockchainIDs
// Result { "jsonrpc": "2.0", "result": { "blockchainIDs": [ "KDYHHKjM4yTJTT8H8qPs5KXzE6gQH5TZrmP1qVr1P6qECj3XN", "2TtHFqEAAJ6b33dromYMqfgavGPF3iCpdG3hwNMiart2aB5QHi" ] }, "id": 1 }
curl https://mainnet.avalanche.validationcloud.io/v1/<YOUR_API_KEY_HERE>/ext/bc/P \ -X POST \ -H "Content-Type: application/json" \ -d '{ "jsonrpc": "2.0", "method": "platform.validates", "params": { "subnetID":"2bRCr6B4MiEfSjidDwxDpdCyviwnfUVqB2HGwhm947w9YYqb7r" }, "id": 1 }'
curl https://fuji.avalanche.validationcloud.io/v1/<YOUR_API_KEY_HERE>/ext/bc/P \ -X POST \ -H "Content-Type: application/json" \ -d '{ "jsonrpc": "2.0", "method": "platform.validates", "params": { "subnetID":"2bRCr6B4MiEfSjidDwxDpdCyviwnfUVqB2HGwhm947w9YYqb7r" }, "id": 1 }'