x402basequality 0.45

Tron exchange net-flow data for any address, paid per-call via x402 in USDC or USDT.

Price
per_call
Protocol
x402
Verified
no

What it does

This endpoint, operated by Erudite Intelligence LLC, returns exchange net-flow data for a given Tron (TRC-20) address. It accepts a POST request with a JSON body containing a Tron address (T-prefix base58) and returns a JSON object indicating success along with a data payload. The endpoint is described by the provider as "Crypto data intelligence."

Payment is handled via the x402 protocol (version 2). Two payment options are accepted: USDC on Base (eip155:8453) at 0.01 USDC per call, or USDT on Tron (tron:728126428) at 0.01 USDT per call. The facilitator for the Base/USDC option is Coinbase CDP; the Tron/USDT option is facilitated directly by the provider. The maximum payment timeout is 300 seconds for both options.

The endpoint is live and returned a proper 402 challenge when probed. However, documentation is extremely sparse — the provider's /docs, /api, and /README paths all return 404 errors. The output schema example shows only `{"success": true, "data": {}}` with no detail on what fields appear inside `data`. Without documentation or a real response sample, the exact structure and richness of the net-flow data cannot be confirmed. Users should expect to experiment or contact the provider for details on the response payload.

Capabilities

tron-exchange-net-flowcrypto-data-intelligencex402-paymentusdc-baseusdt-tronblockchain-analyticsaddress-analysis

Use cases

  • Analyze net inflows and outflows of a Tron address across exchanges
  • Monitor whale or institutional Tron wallet activity on exchanges
  • Build dashboards tracking exchange deposit/withdrawal trends on Tron
  • Feed Tron exchange flow signals into trading bots or alert systems

Fit

Best for

  • Developers building Tron blockchain analytics tools
  • Traders monitoring exchange flow for Tron-based assets
  • On-chain intelligence platforms needing per-address exchange flow data

Not for

  • Non-Tron blockchain analysis (endpoint is Tron-specific)
  • Users who need detailed documentation or guaranteed SLA before integrating
  • Free-tier or high-volume bulk data needs (each call costs 0.01 USD)

Quick start

curl -X POST https://bridge.eruditepay.com/v1/tron/exchange/net-flow \
  -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 and returns a valid x402 challenge with clear pricing and a basic input schema. However, documentation is entirely absent (all doc paths return 404), the output example is an empty stub, and there is no description of what 'data' actually contains. Pricing and payment options are clear, but the lack of output detail significantly limits usefulness.

Warnings

  • No documentation available — /docs, /api, and /README all return 404.
  • Output example is a stub with an empty 'data' object; actual response fields are unknown.
  • Provider description is generic ('Crypto data intelligence') with no specifics about the net-flow metric.

Citations

Provenance

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

Agent access