Pre-trade token report (flagship)
token_reportRun pre-trade due diligence on ERC-20 tokens for Base, Ethereum, or Arbitrum: one request returns real depth at 1/2/5% impact, price consensus, and honeypot/transfer-tax result.
Instructions
The one call to make before an agent swaps into an unfamiliar ERC-20. Bundles token_depth + price_corroboration + honeypot_check in a single request that shares one pool read - cheaper and faster than the three separate calls. Returns: real tradeable depth at 1/2/5% price impact vs the headline TVL, a depth-weighted consensus price plus any dissent, and a live buy->sell honeypot / transfer-tax result. Use for pre-trade due diligence / rug check on Base, Ethereum or Arbitrum. If you need only ONE of those three signals, call that specific tool to save cost. For ERC-4626 vault shares use redeem_spread instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | base | |
| address | Yes | 0x-prefixed 20-byte token contract address |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | false when no hub pool / not resolvable | |
| data | No | analysis result; shape depends on the endpoint | |
| meta | No | ||
| chain | No | ||
| error | No | ||
| reason | No | ||
| address | No | ||
| endpoint | Yes | ||
| retryable | No |