Verify Address

Verify whether an address is correctly b58-encoded.

Parameters

Required ParamPurposeRequirements

address

The address on which to perform this action.

Example

{
  "method": "verify_address",
  "params": {
    "address": "CaE5bdbQxLG2BqAYAz84mhND79iBSs13ycQqN8oZKZtHdr6KNr1DzoX93c6LQWYHEi5b7YLiJXcTRzqhDFB563Kr1uxD6iwERFbw7KLWA6",
  },
  "jsonrpc": "2.0",
  "id": 1
}

Last updated