chain/isValidPublicAddress
Checks whether a given public address is valid
A valid public address is one that is well formed, not one that is guaranteed to belong to a wallet.
Request
{
address: string
}
Response
{
valid: boolean;
}
Checks whether a given public address is valid
A valid public address is one that is well formed, not one that is guaranteed to belong to a wallet.
{
address: string
}
{
valid: boolean;
}
Join our newsletter and stay up to date with privacy and crypto.
Discover our impactful presence — read our blog.
Developers