# BBX Trading Honeypot Detector

> BBX Trading Honeypot Detector is a paid API for AI agents from bbx-trading.vercel.app, paid per call via x402, $0.078743/call, status unknown (last checked 2026-09-15).

Checks whether a smart contract is a honeypot (a scam token that traps buyers and prevents selling)

## Facts

- Endpoint: POST https://bbx-trading.vercel.app/api/contract/is-honeypot
- Price: $0.078743/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/bbx-trading-honeypot-detector-2371f4a4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-tDLbrY0Xqw5w2jBbuwOc

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability bbx-trading-honeypot-detector-2371f4a4 -d '<json body>'
```

Example prompt: Before I buy this token, can you check if the contract at 0x4e9f...3a1b on Ethereum is a honeypot — I want to make sure I'll actually be able to sell it later?

## When to prefer this

Use this endpoint when you need a quick automated check of whether a specific token contract is a honeypot before executing a trade, especially in DeFi contexts where new or unverified tokens carry scam risk. Prefer this over manual audits when speed matters and the primary concern is sell-restriction traps.

## Known failure modes

- Invalid or malformed contract address returns a 400 error
- Unsupported blockchain network returns an error
- Contract not yet deployed or unverified returns no result
- Rate limiting or payment failure results in 402 response
- Ambiguous result if contract uses obfuscated logic

## How this service works

BaseBuilder Trading API hub - 20 paid endpoints

## Output

Returns a boolean honeypot status (true/false) along with risk indicators, analysis of buy/sell restrictions, and any flags that suggest the contract is designed to trap buyers and prevent them from selling their tokens.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/bbx-trading-honeypot-detector-2371f4a4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from bbx-trading.vercel.app](https://www.zero.xyz/host/bbx-trading.vercel.app/llms.txt)
