List counterparties
list_counterpartiesList the counterparties an address has transacted with — optionally filtered by entity category (cex, mixer, gambling, bridge, ...). Set with_risk=true to attach AML risk per counterparty. Read-only: it only lists existing on-chain counterparties, it never writes anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | Blockchain: bitcoin, ethereum, bsc or tron. | |
| limit | No | Max counterparties to return. | |
| address | Yes | The wallet whose counterparties to look at. | |
| category | No | Optional. Only return counterparties of this entity type: cex, mixer, gambling, bridge, etc. Leave empty to list all significant counterparties. | |
| with_risk | No | Attach aml_score/risk_level/sanctioned to each counterparty. |