Batch Wallet Screen
wallet_ofac_batchScreen 1-100 crypto wallet addresses against OFAC SDN digital currency designations before payout, onboarding, or treasury movement, returning per-wallet results plus a batch-level proceed-or-pause decision. Use this instead of wallet_ofac_screen for multiple addresses; use compliance_edd_report when a formal memo is needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset | No | Optional asset or network ticker filter such as ETH, USDC, XBT, TRX, ARB, or BSC. | |
| addresses | Yes | Crypto wallet addresses to screen against OFAC SDN digital currency address designations. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Primary structured result payload for the tool. | |
| error | No | Machine-readable error code or message when the tool fails. | |
| output | No | Nested renderer output when a workflow bundles an artifact render. | |
| report | No | Report-shaped payload when available; null for status-only retrieval responses. | |
| source | No | Source label, route, dataset, or execution metadata for the result. | |
| message | No | Human-readable error or status message. | |
| success | No | Whether the tool completed successfully. | |
| artifact | No | Inline generated file artifact. The service does not persist a hosted download URL. | |
| artifacts | No | Artifact rendering hints keyed by format. | |
| artifact_summary | No | Delivery and rendering metadata for an inline generated artifact. |