post
http://localhost:3080/api/v2//wallet//iswalletaddress
This endpoint verifies whether a given address belongs to the specified wallet. It performs cryptographic verification, checking address derivation against wallet keychains and configuration.
Returns true if the address belongs to the wallet.
Throws an error if verification fails or parameters are invalid.
To verify a baseAddress, set baseAddress and address to the base address of the wallet.
Due to architecture limitations, forwarder version 0 addresses cannot be verified and will return true without verification.
Verifying custodial wallet addresses is not supported.