Check Wallet KYC Status
check_wallet_kycCheck and register the Xaman KYC verification status for a wallet operator.
Queries Xaman (the official XRPL wallet app) to see if the wallet holder has completed identity verification. If verified, the status is cached and the wallet immediately unlocks escrows up to $10,000 (vs. the default $3,000 cap for unverified wallets).
Call this after completing KYC in the Xaman app (xaman.app/detect/xapp/xumm/kyc) to register the result with AgentTrust. Safe to call multiple times — returns cached result if already verified.
Returns: wallet_address, kyc_verified (bool), method, and xaman_kyc_url if not yet verified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wallet_address | Yes | The XRPL wallet address (r...) to check KYC status for. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||