Tron exchange net-flow data for any address, paid per-call via x402 in USDC or USDT.
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
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
Quality
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
- —Endpoint returns x402 v2 challenge with USDC on Base (0.01 USDC) and USDT on Tron (0.01 USDT) payment optionshttps://bridge.eruditepay.com/v1/tron/exchange/net-flow
- —Provider is Erudite Intelligence LLC, FinCEN MSB registeredhttps://bridge.eruditepay.com
- —Input schema requires a Tron address (T-prefix base58) in a POST JSON bodyhttps://bridge.eruditepay.com/v1/tron/exchange/net-flow
- —USDC on Base uses 6 decimals; amount 10000 = $0.01https://bridge.eruditepay.com