Check Wallet Sanctions
check_wallet_sanctionsScreen an XRPL wallet address against the US Office of Foreign Assets Control (OFAC) Specially Designated Nationals (SDN) sanctions list.
Data is sourced directly from the US Treasury and cached for 24 hours. Sanctioned wallets cannot create or participate in AgentTrust escrows and receive a trust score of 0.
Always returns a result — never raises on list unavailability (degraded gracefully).
Returns: address, sanctioned (bool), list, source, note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wallet_address | Yes | The XRPL wallet address (r...) to screen against the OFAC SDN sanctions list. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||