# MERX TRON Watch - Wallet Transaction Monitor

> MERX TRON Watch - Wallet Transaction Monitor is a paid API for AI agents from merx.exchange, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Monitors a TRON wallet address for incoming transactions and detects new activity in under 3 seconds

## Facts

- Endpoint: POST https://merx.exchange/x402/tron/watch
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/merx-tron-watch-wallet-transaction-monitor-a27e981d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_evD96Bl7xNusutmZxDXdv

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 merx-tron-watch-wallet-transaction-monitor-a27e981d -d '<json body>'
```

Example prompt: Watch TRON wallet TUxxxxxx...xxxxxx for any incoming USDT payments and let me know within seconds when something arrives.

## When to prefer this

Use this endpoint when an AI agent needs to confirm receipt of a TRON USDT payment in near real-time (under 3 seconds), particularly in x402-style payment flows where an agent is waiting to verify that a counterparty has paid before proceeding. Prefer over generic blockchain explorers when low-latency detection and AI-agent-native design (x402 protocol) are required.

## Known failure modes

- Invalid or malformed TRON wallet address returns validation error
- Network congestion on TRON blockchain may delay detection beyond 3s SLA
- No activity detected returns empty or polling timeout response
- Payment of $0.01 USDC not included causes 402 Payment Required rejection
- Callback URL unreachable causes missed notification delivery

## How this service works

TRON payment infrastructure for AI agents. Send and receive USDT with automatic energy, monitor wallets with less than 3s detection, access real-time blockchain data. TRON x402 facilitator (first in coinbase/x402 ecosystem registry).

## Output

Returns transaction event data including USDT transfer amount, sender address, transaction hash, block number, and timestamp when a new incoming transaction is detected on the monitored TRON wallet, with detection latency under 3 seconds.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/merx-tron-watch-wallet-transaction-monitor-a27e981d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from merx.exchange](https://www.zero.xyz/host/merx.exchange/llms.txt)
