rsConvert
Get both the Reed-Solomon account address and the account number given an account ID.
Request:
requestType is rsConvert
account is the account ID (either RS address or number)
Response:
(S) accountRS is the Reed-Solomon address of the account
(N) requestProcessingTime is the API request processing time (in millisec)
(S) account is the account number
Example:
Request:
http://localhost:801/BEAM?requestType=rsConvert&account=16922903237994405232
Response:
{ “accountRS”: “BEAM-7X92-29W5-MY9A-GUKQP”, “requestProcessingTime”: 0, “account”: “16922903237994405232” }
Last updated