Screen a transaction
screen_transactionScreen one transaction by hash: what moved, who took part, a label and AML risk for every participant, and an overall verdict. Pass focus_address (e.g. your own deposit address) to get the verdict from that wallet's point of view. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | Blockchain: bitcoin, ethereum, bsc or tron. | |
| tx_hash | Yes | Transaction hash (0x-prefixed on EVM chains, bare hex txid on bitcoin). | |
| block_number | No | Optional. Looked up automatically on ethereum and bsc. | |
| focus_address | No | Optional. The wallet you are screening for, to scope the verdict to it. |