getAccountPublicKey
Get the public key associated with an account ID.
Request:
requestType is getAccountPublicKey
account is the account ID
Response:
(S) publicKey is the 32-byte public key associated with the account, returned as a hex string
(N) requestProcessingTime is the API request processing time (in millisec)
Example:
Request:
http://localhost:801/BEAM?requestType=getAccountPublicKey&account=BEAM-7X92-29W5-7LQA-4V8CH
{
“publicKey”: “f22d8aa787eddbf69caf6f5960f5972a4b73247eb3a9479ddddeda40224aca60”, “requestProcessingTime”: 1 }
Last updated