v1

latestOpenAPI 3.1.02026-07-241653251.3 MB
Withdrawals

Validate address

Checks whether a withdrawal address is valid for a given asset. For tag-based assets (e.g. XRP, XLM, EOS), also validates whether a destination tag or memo is required.

get/withdrawals/validate_address

Query parameters

assetstring required

The asset symbol

addressstring required

The address to validate

destination_tagstring

Used for tag based assets

Headers

X-SCX-SIGNEDstring required

HMAC-SHA256 signature of the request, base64-encoded. See the Authentication guide for the exact signing formula.

X-SCX-TIMESTAMPstring required
Example:1678901234

Current Unix timestamp in seconds. Must be within 60 seconds of server time or the request is rejected.

Response

Successfully retrieved address validation result. with a message string indicating whether the address is valid for the given asset.

OR

Example response

{
  "message": "the address is valid"
}