Confirm Wallet Ownership
confirm_wallet_ownershipComplete wallet ownership verification using the XRPL AccountSet transaction you broadcast.
Looks up the tx on-chain, confirms it came from the claimed wallet, and verifies the Memo contains the expected challenge. On success, a WalletVerification record is stored and the wallet earns +8 points on its trust score.
Returns: verified (bool), wallet, method, tx_hash, message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tx_hash | Yes | The XRPL transaction hash of the AccountSet tx you submitted with the challenge in a Memo. | |
| issuer_id | No | If you are verifying ownership for an NFT issuer registry entry, provide its ID to mark it verified. | |
| wallet_address | Yes | The XRPL wallet address (r...) you are verifying. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||