mirrored listing x402 eip155:8453solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp

Honeypot

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.

Do you run x402.agentutility.ai? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
50000 (raw units)
price
4
calls / 30d
1
unique payers
2026-08-31
updated

Provider

x402.agentutility.ai · discovered, not yet claimed by its owner

Payment (x402 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
  }
]

Output schema

{
  "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"
    }
  }
}

Use it

curl

curl "https://x402.agentutility.ai/honeypot-check"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://x402.agentutility.ai/honeypot-check");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://x402.agentutility.ai/honeypot-check")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/5197.json, and this resource appears in /discovery/resources and /discovery/search.