FETCH402
← Protocol index

Resource / 13305

unknown

Unnamed resource.

Screen an ERC-20/BEP-20 token contract for honeypot, mintable-supply, hidden-owner, and other rug-pull risk signals before your agent trades it. Returns risk level, specific critical/warning flags, and basic token metadata. Call before an autonomous trading agent buys or approves spending on an unfamiliar token.

Eligibility
unprobeable
Failures
0
Last quote
Last probe
Payment requirements / accepts[] 2 options
State Network Scheme Atomic amount Asset payTo / untrusted
active eip155:8453 exact 50000 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 0x002CfD89c5636F45E3C8576D6E35154748412bAc
active solana:5eykt4usfv8p8njdtrepy1vzqkqzkvdp exact 50000 EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v E64PiTT7U8ZUWFKdkrBFw1YzdD2bU1gKcuGnBRVqp7M6

All advertised payment options are stored. Base (`eip155:8453`) is the operational network for ranking and canaries; non-Base options remain visible for transparency.

Probe evidence 0 recent

No probe attempts recorded yet. Coverage runs prioritize never-probed endpoints.

Machine contract

Schemas.

InputJSON
{
  "body": {
    "chain_id": "1",
    "contract_address": "0x6982508145454ce325ddbe47a25d4ec3d2311933"
  },
  "bodyType": "json",
  "discoverable": true,
  "method": "POST",
  "type": "http"
}
OutputJSON
{
  "example": {
    "data": {
      "chain_id": "1",
      "contract_address": "0x6982508145454ce325ddbe47a25d4ec3d2311933",
      "critical_flags": [
        "honeypot"
      ],
      "holder_count": "12345",
      "raw": {},
      "risk_level": "HIGH",
      "token_name": "Example Token",
      "token_symbol": "EXT",
      "warning_flags": [
        "mintable supply"
      ]
    },
    "ok": true
  },
  "type": "json"
}