ToolAssay

GoPlus/Honeypot.is-backed token security check

GoPlus/Honeypot.is-backed token security check - honeypot flag, buy/sell tax, mintability, and ownership renouncement for a given contract address, so a bot can decide before it buys.

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.02listed 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://alphapipeline-eu.onrender.com/v1/security/token-risk

CategoryMarket data
Provider hostalphapipeline-eu.onrender.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_id": 8453,
    "contract_address": "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",
            "HEAD",
            "DELETE"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "chain_id": {
              "description": "EVM chain id, e.g. 8453 for Base.",
              "type": "integer"
            },
            "contract_address": {
              "description": "Token contract address (0x...).",
              "type": "string"
            }
          },
          "required": [
            "chain_id",
            "contract_address"
          ],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "buy_tax_pct": {
              "anyOf": [
                {
                  "type": "number"
                },
                {
                  "type": "null"
                }
              ],
              "default": null,
              "title": "Buy Tax Pct"
            },
            "chain_id": {
              "title": "Chain Id",
              "type": "integer"
            },
            "contract_address": {
              "title": "Contract Address",
              "type": "string"
            },
            "data_source": {
              "title": "Data Source",
              "type": "string"
            },
            "generated_at": {
              "properties": {
                "kst": {
                  "title": "Kst",
                  "type": "string"
                },
                "utc": {
                  "title": "Utc",
                  "type": "string"
                }
              },
              "required": [
                "utc",
                "kst"
              ],
              "title": "TimestampPair",
              "type": "object"
            },
            "holder_count": {
              "anyOf": [
                {
                  "type": "integer"
                },
                {
                  "type": "null"
                }
              ],
              "default": null,
              "title": "Holder Count"
            },
            "is_honeypot": {
              "anyOf": [
                {
                  "type": "boolean"
                },
                {
                  "type": "null"
                }
              ],
              "default": null,
              "title": "Is Honeypot"
            },
            "is_in_dex": {
              "anyOf": [
                {
                  "type": "boolean"
                },
                {
                  "type": "null"
                }
              ],
              "default": null,
              "title": "Is In Dex"
            },
            "is_mintable": {
              "anyOf": [
                {
                  "type": "boolean"
                },
                {
                  "type": "null"
                }
              ],
              "default": null,
              "title": "Is Mintable"
            },
            "is_open_source": {
              "anyOf": [
                {
                  "type": "boolean"
                },
                {
                  "type": "null"
                }
              ],
              "default": null,
              "title": "Is Open Source"
            },
            "notice": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ],
              "default": null,
              "title": "Notice"
            },
            "owner_address": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ],
              "default": null,
              "title": "Owner Address"
            },
            "owner_renounced": {
              "anyOf": [
                {
                  "type": "boolean"
                },
                {
                  "type": "null"
                }
              ],
              "default": null,
              "title": "Owner Renounced"
            },
            "risk_flags": {
              "default": [],
              "items": {
                "type": "string"
              },
              "title": "Risk Flags",
              "type": "array"
            },
            "risk_level": {
              "title": "Risk Level",
              "type": "string"
            },
            "sell_tax_pct": {
              "anyOf": [
                {
                  "type": "number"
                },
                {
                  "type": "null"
                }
              ],
              "default": null,
              "title": "Sell Tax Pct"
            },
            "token_name": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ],
              "default": null,
              "title": "Token Name"
            },
            "token_symbol": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ],
              "default": null,
              "title": "Token Symbol"
            }
          },
          "required": [
            "generated_at",
            "chain_id",
            "contract_address",
            "risk_level",
            "data_source"
          ],
          "title": "TokenRiskResponse",
          "type": "objec

This page as JSON