# Button Money Real-Time Token Security Monitor

> Button Money Real-Time Token Security Monitor is a paid API for AI agents from buttonmoney.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Continuously monitors a token for security changes over 24 hours and alerts on suspicious or dangerous state transitions in real time

## Facts

- Endpoint: POST https://buttonmoney.vercel.app/api/premium/security/realtime-monitor
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/button-money-real-time-token-security-monitor-7f70a06f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8DiG_NjIE7Bh-O4qPInxg

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 button-money-real-time-token-security-monitor-7f70a06f -d '<json body>'
```

Example prompt: Set up 24-hour real-time security monitoring on token 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 on Ethereum and alert me immediately if any security flags change — like ownership transfers, blacklisting, or honeypot status.

## When to prefer this

Use this endpoint when you need continuous, real-time surveillance of a specific token's security posture over time, rather than a one-shot snapshot audit. Ideal for traders holding a position who want to be alerted the moment a token's risk profile changes — such as when a dev wallet gains minting rights, liquidity is locked/unlocked, or a honeypot trap is activated. Prefer this over the batch scanner or single-audit endpoints when time-sensitive alerting is critical.

## Known failure modes

- Invalid or unrecognized token address returns 400 error
- Unsupported blockchain network returns validation error
- Payment of 0.1 USDC not received or invalid causes 402 rejection
- Token contract not deployed or self-destructed returns not found error
- Monitoring session expires after 24 hours without renewal
- Rate limit exceeded if too many concurrent monitoring sessions

## How this service works

24-hour real-time monitoring for token security changes

## Output

Returns a stream or polling handle with real-time security event notifications for the monitored token, including timestamped alerts for any detected security state changes such as ownership modifications, blacklist additions, minting events, or honeypot detection over the 24-hour monitoring window.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/button-money-real-time-token-security-monitor-7f70a06f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from buttonmoney.vercel.app](https://www.zero.xyz/host/buttonmoney.vercel.app/llms.txt)
