Skip to main content

platform.validates RPC Method

Get the IDs of the blockchains a Subnet validates. The API credit value for this method is 20.

Updated on
Dec 04, 2024

platform.validates RPC Method

Parameters

subnetID
string
The blockchain IDs

Returns

blockchainIDs
array
Each element is the ID of a blockchain the Subnet validates
Request
1
curl --location --request POST https://docs-demo.flare-mainnet.quiknode.pro/ext/bc/P \
2
--header 'Content-Type: application/json' \
3
--data-raw '{
4
"jsonrpc": "2.0",
5
"method": "platform.validates",
6
"params": {
7
"subnetID":"11111111111111111111111111111111LpoYY"
8
},
9
"id": 1
10
}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free