validate_address
Validate a Xahau or XRPL address offline, returning its type, account ID, embedded destination tag, and network.
Instructions
Validate a Xahau/XRPL address (classic r-address or X-address) → type, account-id, embedded destination tag, network. Offline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | ||
| type | No | ||
| error | No | ||
| valid | No | ||
| reason | No | ||
| network | No | ||
| accountId | No | ||
| classicAddress | No |