Verify Wallet Domain
verify_wallet_domainVerify that an XRPL wallet is owned by a specific domain via the XRPL Foundation xrp-ledger.toml standard.
The domain must publish an xrp-ledger.toml file at /.well-known/xrp-ledger.toml listing the wallet address under [ACCOUNTS]. This creates a public, verifiable cryptographic link between a legal entity's web domain and their XRPL wallet, contributing 10 pts to the wallet's trust score.
Returns: verified (bool), domain, wallet, and the toml source checked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | The domain you claim to own, e.g. 'example.com'. Must have an xrp-ledger.toml listing this wallet. | |
| wallet_address | Yes | The XRPL wallet address (r...) to verify domain ownership for. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||