{
  "x402Version": 2,
  "id": 5197,
  "slug": "5197",
  "resource": "https://x402.agentutility.ai/honeypot-check",
  "description": "Honeypot.is buy/sell simulation for any Base or Ethereum ERC-20. Returns is_honeypot verdict, buy/sell/transfer tax %, simulation success flag, and a reason string when a honeypot is detected. Use before every swap to detect sell-blocking risk.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x6c0752c09e7F6fA6526fCDf40e456a159ebB5621",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "50000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "FJqAJ4dXkFbrp3EEo8E9x98iaBGUQwaU8Srz5ePfUXLH",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "50000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "discoverable": true,
      "info": {
        "input": {
          "body": {
            "chain": "base",
            "token_address": "0x4200000000000000000000000000000000000006"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "chain": "base",
            "contract": {
              "has_owner": false,
              "has_proxy": false,
              "has_renounced_ownership": true
            },
            "risk": {
              "level": "low",
              "reasons": []
            },
            "simulation": {
              "buy_tax_pct": 0,
              "is_honeypot": false,
              "max_buy_amount": "1000000000000000000000",
              "max_sell_amount": "1000000000000000000000",
              "sell_tax_pct": 0,
              "transfer_tax_pct": 0
            },
            "source": "https://api.honeypot.is",
            "token": {
              "address": "0x4200000000000000000000000000000000000006",
              "decimals": 18,
              "name": "Wrapped Ether",
              "symbol": "WETH"
            }
          },
          "type": "json"
        }
      },
      "related": [
        "/swap-preflight-check"
      ],
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "chain": {
                    "description": "EVM chain. Default 'base'.",
                    "enum": [
                      "base",
                      "ethereum",
                      "bsc"
                    ],
                    "type": "string"
                  },
                  "token_address": {
                    "description": "0x-prefixed 20-byte EVM token contract address.",
                    "type": "string"
                  }
                },
                "required": [
                  "token_address"
                ]
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "chain": {
                    "type": "string"
                  },
                  "contract": {
                    "properties": {
                      "has_owner": {
                        "type": "boolean"
                      },
                      "has_proxy": {
                        "type": "boolean"
                      },
                      "has_renounced_ownership": {
                        "type": "boolean"
                      }
                    },
                    "type": "object"
                  },
                  "risk": {
                    "properties": {
                      "level": {
                        "type": "string"
                      },
                      "reasons": {
                        "type": "array"
                      }
                    },
                    "type": "object"
                  },
                  "simulation": {
                    "properties": {
                      "buy_tax_pct": {
                        "type": "integer"
                      },
                      "is_honeypot": {
                        "type": "boolean"
                      },
                      "max_buy_amount": {
                        "type": "string"
                      },
                      "max_sell_amount": {
                        "type": "string"
                      },
                      "sell_tax_pct": {
                        "type": "integer"
                      },
                      "transfer_tax_pct": {
                        "type": "integer"
                      }
                    },
                    "type": "object"
                  },
                  "source": {
                    "type": "string"
                  },
                  "token": {
                    "properties": {
                      "address": {
                        "type": "string"
                      },
                      "decimals": {
                        "type": "integer"
                      },
                      "name": {
                        "type": "string"
                      },
                      "symbol": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    },
    "builder-code": {
      "info": {
        "a": "bc_awpbwsy3"
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "additionalProperties": false,
        "properties": {
          "a": {
            "description": "App builder code",
            "pattern": "^[a-z0-9_]{1,32}$",
            "type": "string"
          },
          "s": {
            "description": "Service builder codes",
            "items": {
              "pattern": "^[a-z0-9_]{1,32}$",
              "type": "string"
            },
            "type": "array"
          },
          "w": {
            "description": "Wallet builder code",
            "pattern": "^[a-z0-9_]{1,32}$",
            "type": "string"
          }
        },
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar",
    "builder-code"
  ],
  "sourceHost": "x402.agentutility.ai",
  "lastUpdated": "2026-08-31T05:01:09.967Z",
  "quality": {
    "calls30d": 4,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-31T05:01:08.947Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "x402.agentutility.ai",
    "manifest_name": "x402.agentutility.ai",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}