cURL
curl --request POST \ --url https://devnet-as.magicblock.app/ \ --header 'Content-Type: application/json' \ --data ' { "jsonrpc": "2.0", "id": 1, "method": "getIdentity", "params": [] } '
{ "jsonrpc": "2.0", "id": 1, "result": null, "error": null }
Solana JSON-RPC method getIdentity.
2.0
getIdentity
Method-specific parameters. See Solana RPC docs for exact shape.
Successful response
Method-specific result payload.
Was this page helpful?