ToolAssay

Batch Base token safety, honeypot, rug-check and swap-preflight verdicts for up

Batch Base token safety, honeypot, rug-check and swap-preflight verdicts for up to 5 EVM contracts before a buyer agent signs or routes a swap. Returns PROCEED/CAUTION/REJECT actions, safety scores, evidence, warnings, aggregate counts, and a non-breaking 0.50 USDC bundled-risk-pack payable tier. Free single-token preview: /token-safety/free. Search keywords: rug check, honeypot check, token risk, swap preflight, rug pull, scam token, and is this token safe.

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.03listed price per call
n/aprice it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://x402.fiasignals.com/token-safety/batch

CategoryMarket data
Provider hostx402.fiasignals.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

We never call tools that send, buy, move money or file anything, not even without paying.

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "chain": "base",
    "token_addresses": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913,0x4200000000000000000000000000000000000006"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET",
            "POST"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "chain": {
              "default": "base",
              "type": "string"
            },
            "token_addresses": {
              "description": "Comma-separated EVM token addresses, maximum 5.",
              "type": "string"
            }
          },
          "required": [
            "token_addresses"
          ],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "queryParams"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "chain": {
          "type": "string"
        },
        "count": {
          "maximum": 5,
          "minimum": 1,
          "type": "integer"
        },
        "limit": {
          "const": 5,
          "type": "integer"
        },
        "results": {
          "items": {
            "properties": {
              "action": {
                "type": "string"
              },
              "confidence": {
                "type": "string"
              },
              "raw_checks": {
                "type": "object"
              },
              "reasons": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "safety_score": {
                "maximum": 100,
                "minimum": 0,
                "type": "integer"
              },
              "sources": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "verdict": {
                "enum": [
                  "safe",
                  "risky",
                  "blocked",
                  "error"
                ],
                "type": "string"
              },
              "warnings": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              }
            },
            "type": "object"
          },
          "type": "array"
        },
        "summary": {
          "properties": {
            "blocked": {
              "type": "integer"
            },
            "error": {
              "type": "integer"
            },
            "risky": {
              "type": "integer"
            },
            "safe": {
              "type": "integer"
            }
          },
          "type": "object"
        }
      },
      "required": [
        "type",
        "example"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON