Get Wallet Verification Challenge
get_wallet_verification_challengeRequest a one-time verification challenge to prove ownership of an XRPL wallet.
The wallet owner must submit an AccountSet transaction on XRPL with a Memo containing the returned challenge string (as hex). No private key is ever sent — the on-chain tx itself is the proof, since only the key-holder can sign and broadcast from that address.
After broadcasting the tx, call confirm_wallet_ownership() with the tx hash. Challenge expires in 30 minutes.
Returns: wallet, challenge, memo_hex, expires_at, instructions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wallet_address | Yes | The XRPL wallet address (r...) whose ownership you want to prove. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||