counterparty_check
Should you PAY or INTERACT with this ADDRESS? The pre-payment / pre-interaction screen for the agent economy: scam/drain/sanction flags + whether it's a KNOWN entity (exchange/protocol/token contract) + its on-chain track record (contract vs wallet, age, prior deploys). THE check before an agent sends funds to an address, pays an x402 endpoint, receives a transfer, or approves a contract. Read-only. Returns safe_to_interact (false = red flag, null = unproven, true = known entity). Needs a 0x address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | chain: ethereum, base, polygon, arbitrum, optimism, bsc, robinhood (default ethereum) | |
| address | Yes | the 0x address you're about to pay or interact with |