# CryptoPulse Token Risk & Honeypot Scanner

> CryptoPulse Token Risk & Honeypot Scanner is a paid API for AI agents from cryptopulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Scans token contracts and wallet addresses on-chain to detect honeypots, rugpulls, mint/tax traps, and sanctioned addresses across ETH, BSC, Base, Polygon, and Arbitrum via GoPlus.

## Facts

- Endpoint: GET https://cryptopulse.theaslangroupllc.com/api/security
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cryptopulse-token-risk-honeypot-scanner-bf0a14ba
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8fp4euAAO3wZJuGlLF0G9

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 cryptopulse-token-risk-honeypot-scanner-bf0a14ba
```

Example prompt: Before I buy, can you run a honeypot and rugpull safety scan on this token contract 0xabc123... on Ethereum — I want to know if there are any mint traps, suspicious tax settings, or if any associated wallets are sanctioned?

## When to prefer this

Choose this endpoint when you need pre-trade smart contract safety validation across major EVM chains (ETH, BSC, Base, Polygon, Arbitrum), especially for honeypot detection and sanctioned address checks powered by GoPlus. Prefer it over generic blockchain explorers when you need structured, agent-ready risk flags rather than raw chain data.

## Known failure modes

- Invalid or unrecognized contract address returns error or empty result
- Unsupported chain returns an error indicating the network is not covered
- Rate limiting or payment failure returns 402 or 429 error
- GoPlus upstream outage may cause delayed or failed response
- Contract too new or unindexed may return incomplete risk data

## How this service works

Token risk & honeypot scanner — detect honeypot contracts, rugpull, mint/tax traps and malicious or sanctioned wallet addresses on-chain via GoPlus (ETH/BSC/Base/Polygon/Arbitrum). Plus self-custody, seed and multisig setup guidance. For pre-trade safety and crypto security agents.

## Output

Returns a structured security report including honeypot detection result, rugpull risk indicators, mint/burn trap flags, buy/sell tax analysis, and sanctioned or malicious wallet address flags — powered by GoPlus — for the queried token or wallet on the specified chain.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "chain": {
       "type": "string",
       "description": "ethereum | bsc | base | polygon | arbitrum | optimism | avalanche"
      },
      "setup": {
       "type": "string",
       "description": "exchange-only | software-wallet | hardware-wallet | multisig | institutional"
      },
      "token": {
       "type": "string",
       "description": "optional contract address to risk-scan (honeypot/tax/mint)"
      },
      "address": {
       "type": "string",
       "description": "optional wallet address to screen (sanctions/phishing/mixer)"
      },
      "value_tier": {
       "type": "string",
       "description": "under1k | 1k-10k | 10k-100k | over100k"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "primary": "Ledger Flex ($249) or Trezor Safe 5 ($169)",
  "red_flags": [
   "Storing seed phrase in cloud",
   "Using exchange as long-term storage"
  ],
  "seed_phrase": "Store on steel plate — never digital",
  "recommended_setup": "hardware-wallet"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cryptopulse-token-risk-honeypot-scanner-bf0a14ba/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from cryptopulse.theaslangroupllc.com](https://www.zero.xyz/host/cryptopulse.theaslangroupllc.com/llms.txt)
