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).
The cryptographic scheme to be used in order to convert the AccountId to an SS58 address. It can take one of three values [sr25519, ed25519, ecdsa]. The default scheme that is used is sr25519
(if it is not set in the query parameter).
sr25519
The address prefix which can be one of the values found in the SS58-registry.
42
Defines if the given value in the path parameter is a Public Key (hex) or not (hence AccountId).
true