Returns the identity pubkey for the current node
Last updated 4 months ago
Was this helpful?
The JSON-RPC protocol version.
2.0
A unique identifier for the request.
1
The name of the RPC method to invoke.
getIdentity
POST / HTTP/1.1 Host: mainnet.helius-rpc.com Content-Type: application/json Accept: */* Content-Length: 49 { "jsonrpc": "2.0", "id": "1", "method": "getIdentity" }
Successfully retrieved the identity of the node.
{ "jsonrpc": "2.0", "id": "1", "result": { "identity": "2r1F4iWqVcb8M1DbAjQuFpebkQHY9hcVU4WuW2DJBppN" } }