Last updated 11 months ago
Was this helpful?
Retrieve an assetID for a Subnet’s staking asset.
This method will use 140 .
140
subnetID - string - (optional) the subnet whose assetID is requested.
subnetID
assetID - string - (optional) the assetID for a subnets staking asset.
assetID
// Result { "jsonrpc": "2.0", "result": { "assetID": "2fombhL7aGPwj3KH4bfrmJwW6PVnMobf9Y2fn9GwxiAAJyFDbe" }, "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.getStakingAssetID", "params": { "subnetID": "11111111111111111111111111111111LpoYY" }, "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.getStakingAssetID", "params": { "subnetID": "11111111111111111111111111111111LpoYY" }, "id": 1 }'