x402basequality 0.45

Query USDT flow intelligence for any Tron address via x402 micropayment.

Price
per_call
Protocol
x402
Verified
no

What it does

The `/api/tron/usdt-flows` endpoint from Erudite Intelligence LLC provides on-chain intelligence about USDT (Tether) transaction flows for a given Tron address. You POST a JSON body containing a Tron address (T-prefix base58 format) and receive structured data about that address's USDT activity on the Tron network.

The endpoint is gated by the x402 protocol (v2) and accepts payment in two ways: USDC on Base (network eip155:8453) or USDT on Tron (network tron:728126428), both at a cost of $0.05 per request (50,000 base units with 6 decimals). Payments are facilitated through the EruditePay Bridge, which supports 20 blockchains and is operated by Erudite Intelligence LLC, a FinCEN-registered MSB (BSA ID 31000324258137). The facilitator endpoint for Base USDC settlement is Coinbase CDP.

Documentation is sparse — the endpoint description in the x402 challenge is simply "Tron intelligence" and the example output shows only `{"success": true, "data": {}}` without detailing the structure of the `data` field. The exact fields returned (e.g., inflow/outflow volumes, counterparty addresses, transaction counts) are not documented in the probe or crawl material. The provider's landing page focuses on the EruditePay Bridge facilitator service rather than this specific intelligence endpoint.

Capabilities

tron-usdt-flow-analysisblockchain-address-intelligencex402-payment-gatedmulti-chain-paymenttron-networkusdc-base-paymentusdt-tron-payment

Use cases

  • Investigate USDT flow patterns for a specific Tron wallet address
  • Perform compliance or AML screening on Tron USDT counterparties
  • Build automated dashboards tracking USDT movement on Tron
  • Agent-driven on-chain due diligence for Tron-based USDT transfers

Fit

Best for

  • Agents needing programmatic Tron USDT flow data with pay-per-call pricing
  • Compliance teams investigating Tron USDT transaction patterns
  • Developers building blockchain analytics tools for the Tron ecosystem

Not for

  • Querying non-Tron blockchains or non-USDT tokens (endpoint is Tron USDT-specific)
  • Free or high-volume bulk data extraction (each call costs $0.05)
  • Users without crypto wallets on Base or Tron to pay the x402 fee

Quick start

curl -X POST https://bridge.eruditepay.com/api/tron/usdt-flows \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-header>" \
  -d '{"address": "T9yD14Nj9j7xAB4dbGeiX9h8unkKHxuWwb"}'

Example

Request

{
  "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 terms, but the output schema is essentially empty (example data is `{}`), there are no docs beyond the landing page, and the actual intelligence fields returned are undocumented. Pricing and payment options are well-specified.

Warnings

  • Output data structure is undocumented — the example response shows only an empty object in the 'data' field
  • No dedicated API documentation exists (docs.eruditepay.com referenced on landing page but /docs returns 404)
  • Exact fields and coverage of 'Tron intelligence' are unknown; callers should test with a known address first

Citations

Provenance

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

Agent access