x402basequality 0.45

Tron large-deposit intelligence via x402 micropayment on Base (USDC) or Tron (USDT)

Price
per_call
Protocol
x402
Verified
no

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

tron-large-deposit-monitoringcrypto-data-intelligencex402-payment-gatedusdc-base-paymentusdt-tron-paymentblockchain-address-lookupjson-api

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

Transporthttp
Protocolx402
Pay to0x6961b88476a9b89C4ed97A4aF4D190754d5e70A1
CurrencyUSD COIN

Quality

0.45/ 1.00

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

Provenance

Indexed fromx402_bazaar
Enriched2026-04-22 01:37:21Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-22

Agent access