Monitor whale-sized TRON transactions via pay-per-call x402 endpoint
What it does
This endpoint at bridge.eruditepay.com provides crypto data intelligence focused on monitoring whale moves on the TRON blockchain. It is an x402-enabled POST endpoint operated by Erudite Intelligence LLC. Callers send a JSON body specifying a blockchain network and a TRON address (T-prefix base58), and receive whale movement data in return.
Payment is required per call via the x402 protocol (version 2). The endpoint accepts two payment options: USDC on Base (eip155:8453) at 0.01 USDC per call, or USDT on TRON (tron:728126428) at 0.01 USDT per call. Both use the "exact" payment scheme with a 300-second timeout. The facilitator for Base payments is Coinbase CDP; the TRON payment path is handled directly by the provider.
Documentation is sparse — the provider's /docs path returns a 404, and the Bazaar extension in the 402 challenge provides only a minimal example with an empty data object in the response. The input schema indicates two fields: "chain" (the blockchain network to monitor) and "address" (a TRON T-prefix base58 address). The actual structure and richness of the whale-move data returned is not documented. The endpoint is live and responding with a proper x402 challenge.
Capabilities
Use cases
- —Detect large TRON token transfers for a specific address in real time
- —Monitor whale wallet activity to inform trading decisions
- —Build alerts for significant on-chain movements on TRON
Fit
Best for
- —Agents or bots that need programmatic whale-move data on TRON
- —Crypto trading systems that react to large transfers
- —On-chain analytics dashboards tracking TRON whale activity
Not for
- —Monitoring non-TRON blockchains (endpoint is TRON-specific)
- —Free or high-volume bulk historical data extraction (each call costs 0.01 USD)
- —Users who need detailed documentation or guaranteed response schemas before integrating
Quick start
curl -X POST https://bridge.eruditepay.com/v1/tron/monitor/whale-moves \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_header>" \
-d '{"chain": "tron", "address": "T9yD14Nj9j7xAB4dbGeiX9h8unkKHxuWwb"}'Example
Request
{
"chain": "tron",
"address": "T9yD14Nj9j7xAB4dbGeiX9h8unkKHxuWwb"
}Response
{
"data": {},
"success": true
}Endpoint
Quality
The endpoint is live and returns a valid x402 challenge with clear pricing and payment options. However, documentation is effectively absent (/docs returns 404), the response example is an empty object, and the actual data schema for whale moves is undocumented. Capabilities must be largely inferred from the URL path and minimal Bazaar extension metadata.
Warnings
- —No dedicated documentation available — /docs returns 404
- —Response data schema is unknown; the only example shows an empty data object
- —The Bazaar example input uses 'chain: base' with a TRON address, which is contradictory — actual valid parameter combinations are unclear
- —No OpenAPI spec or detailed API reference found
Citations
- —Endpoint is operated by Erudite Intelligence LLChttps://bridge.eruditepay.com
- —Accepts USDC on Base (amount 10000 = $0.01) and USDT on TRON (amount 10000 = $0.01)https://bridge.eruditepay.com/v1/tron/monitor/whale-moves
- —x402 facilitator for Base payments is Coinbase CDPhttps://bridge.eruditepay.com/v1/tron/monitor/whale-moves
- —Provider is FinCEN MSB registered with BSA ID 31000324258137https://bridge.eruditepay.com
- —Bridge supports 20 blockchains and charges 0.5% per settlementhttps://bridge.eruditepay.com