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

Hi Pemaju,

Currently not, these are the only assets where this endpoint is used.
We might incorporate more in the future but currently I do not have an ETA for that.

Thank you,

Thanks for clarification,
So in the mainnet also can’t validate all kind of currencies ?