cURL
curl --request POST \ --url https://devnet-router.magicblock.app/getIdentity \ --header 'Content-Type: application/json' \ --data ' { "jsonrpc": "2.0", "id": 1, "method": "getIdentity" } '
{ "jsonrpc": "2.0", "id": 1, "result": { "identity": "MAS1Dt9qreoRMQ14YQuhg8UTZMMzDdKhmkZMECCzk57", "fqdn": "https://devnet-as.magicblock.app/" } }
Get the identity information of the current ER Validator
2.0
getIdentity
Successful response
Show child attributes
The public key identity of the ER node
The fully qualified domain name of the ER node
Was this page helpful?