Validate Address method not working

We are using this method createVaultAsset for address generation, Address generation is fine, but generated address is valid or not to check using this method

const validAddess = await fireblocks.validateAddress(currency, address);

but it returns “Unsupported asset”

currency = ETH_TEST5
address = fireblock generated address

Guide me

Hi Pemaju,

This endpoint only works for assets: XRP, DOT, XLM, and EOS.
It is not supported for ETH.

Hi,

So, if any other methods available for validate address, we need to check all kind of currencies