spraay_classify_address
Analyze on-chain activity to classify Ethereum/Base addresses as whale, retail, MEV bot, exchange, bridge, or contract, with risk score, confidence, and behavioral signals.
Instructions
AI-powered wallet classification with risk scoring. Analyzes on-chain activity to classify addresses as whale, retail, MEV bot, exchange, bridge, or contract. Returns risk score, classification, confidence, and behavioral signals. Costs $0.008 USDC.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Ethereum/Base address to classify (e.g. '0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | True when the gateway call succeeded; false when it returned an error. | |
| data | No | The gateway response payload on success. The exact shape depends on the tool (see the tool description and the JSON in the text content block). | |
| error | No | Human-readable error message, present only when ok is false. |