This endpoint is used to validate whether the format of a wallet address is correct for a specific chain.
public static VyTask<VyValidateWalletResultDto> ValidateWallet(eVyChain chain, string walletAddress)
Parameters
chain
eVyChain
The blockchain of the wallet
walletAddress
string
The public wallet address of the wallet
Returns
VyTask<VyValidateWalletResultDto> Wallet address format validated successfully.
Last updated 5 months ago