post https://api-sdk.lmnl.dev/api/wallet//verify-addresses
This API is a request to validate whether an address or a list of addresses follow the correct wallet cryptocurrency address format or not. For example, ETH must have the prefix 0x
. For BTC address formats, see Addresses.
This API is accessible starting from Liminal Express version v1.1.0.
Tip
- If you integrate this API into your exchange or dApp, you can validate the format of addresses that your customers whitelist or use for sending transactions.
Note
- This API doesn't verify whether an address is associated with a wallet.
- For Stellar, Ripple, and Cosmos chain wallets, the API response will also indicate whether an address requires a memo/destination tag for transferring assets to that address.
- This API supports all the Liminal supported chains.