Tron large-deposit intelligence via x402 micropayment on Base (USDC) or Tron (USDT)
What it does
This endpoint, operated by Erudite Intelligence LLC, provides crypto data intelligence focused on large deposits on the Tron blockchain. Callers POST a JSON body containing a blockchain network identifier and a Tron address (T-prefix base58), and receive structured JSON indicating whether the query succeeded along with a data payload. The endpoint is gated by the x402 protocol (version 2) and accepts payment of 0.01 USDC on Base (eip155:8453) or 0.01 USDT on Tron (tron:728126428) per request.
Payment is facilitated through the EruditePay x402 Bridge, which supports 20 blockchains and settles payments on-chain. The facilitator for the Base/USDC option is Coinbase CDP. The Tron/USDT option settles natively on Tron. Both payment channels require exact-scheme payments with a 300-second timeout.
Documentation beyond the x402 challenge metadata and the landing page of the EruditePay Bridge is sparse. The Bazaar extension in the 402 challenge provides an input/output schema and a sample request body, but the actual structure of the returned `data` object is not documented — the example shows an empty object. Callers should expect a JSON response with a `success` boolean and a `data` field, but the precise fields within `data` are unknown.
Capabilities
Use cases
- —Monitoring large deposits to Tron exchange addresses for compliance or trading signals
- —Detecting whale movements on the Tron network in real time
- —Integrating Tron deposit intelligence into automated trading or alerting pipelines
- —Compliance screening of Tron addresses for large inbound transfers
Fit
Best for
- —Crypto analytics platforms needing Tron large-deposit data
- —Trading bots monitoring whale deposit activity on Tron
- —Compliance teams screening Tron addresses for unusual deposit patterns
Not for
- —General-purpose blockchain explorers covering all transaction types
- —Non-Tron blockchain deposit monitoring
- —Users who cannot pay via USDC on Base or USDT on Tron
Quick start
curl -X POST https://bridge.eruditepay.com/v1/tron/exchange/large-deposits \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_header>" \
-d '{"chain": "base", "address": "T9yD14Nj9j7xAB4dbGeiX9h8unkKHxuWwb"}'Example
Request
{
"chain": "base",
"address": "T9yD14Nj9j7xAB4dbGeiX9h8unkKHxuWwb"
}Response
{
"data": {},
"success": true
}Endpoint
Quality
The endpoint is live (402 challenge captured) with a clear input schema and payment options, but the output data structure is entirely undocumented (example shows empty object). No external docs are available (/docs returns 404). The purpose ('Crypto data intelligence') is vague and the response payload is unknown.
Warnings
- —Output data structure is undocumented — the example response contains an empty data object
- —No dedicated API documentation exists (docs.eruditepay.com referenced but /docs on the bridge returns 404)
- —The 'chain' field in the request body is ambiguous — unclear whether it refers to the payment chain or the monitored chain
- —Exact contents and meaning of the returned data payload must be discovered empirically
Citations
- —Endpoint returns x402 v2 challenge with USDC on Base and USDT on Tron payment optionshttps://bridge.eruditepay.com/v1/tron/exchange/large-deposits
- —USDC amount is 10000 base units (0.01 USDC, 6 decimals) on Base eip155:8453https://bridge.eruditepay.com/v1/tron/exchange/large-deposits
- —USDT amount is 10000 base units (0.01 USDT, 6 decimals) on Tron tron:728126428https://bridge.eruditepay.com/v1/tron/exchange/large-deposits
- —Operator is Erudite Intelligence LLC, FinCEN MSB registeredhttps://bridge.eruditepay.com
- —EruditePay Bridge supports 20 blockchains and charges 0.5% per settlementhttps://bridge.eruditepay.com
- —Bazaar extension provides input schema with chain and address fields and output example with success and datahttps://bridge.eruditepay.com/v1/tron/exchange/large-deposits