Returns the SS58 prefix, the network address format, the SS58 address, and the AccountId that was given as input parameter, the scheme that was used and if it is a public key or not (boolean).
AccountId or Public Key (hex).
successfully converted the AccountId and retrieved the address info.
SS58 prefix based on which the account ID or Public Key (hex) is converted to an SS58 address.
The network based on which the returned address is encoded. It depends on the prefix that was given as a query param.
The returned SS58 address which is the result of the conversion of the account ID or Public Key (hex).
The given account ID or Public Key (hex) that is converted to an SS58 address.
The cryptographic scheme/algorithm used to encode the given account ID or Public Key (hex).
Whether the given path parameter is a Public Key (hex) or not.