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 supports all the Liminal supported chains.

For example, ETH must have the prefix 0x. For BTC address formats, see Addresses. This API supports all the Liminal-supported chains.

This API is accessible starting from the Liminal Express version v1.1.0.

📘

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.
👍

Tip

If you integrate this API into your exchange or decentralised app, you can validate the format of addresses that your customers whitelist or use for sending transactions.

Path Params
string
required

The unique identifier of the wallet.

Body Params
addresses
array of strings
required

A list of cryptocurrency wallet addresses to be verified.

addresses*
Responses

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json; charset=utf-8