Tron address statistics via x402-paid crypto data intelligence endpoint
What it does
This endpoint, operated by Erudite Intelligence LLC, provides on-chain statistics for Tron wallet or contract addresses. It accepts a POST request with a JSON body containing an `address` field and returns structured data about that address. The endpoint is described as "Crypto data intelligence" in its x402 challenge.
Payment is required via the x402 protocol (HTTP 402 challenge). The endpoint accepts two payment options: USDC on Base (network eip155:8453) at 0.01 USDC per call, or USDT on Tron (network tron:728126428) at 0.01 USDT per call. Both amounts are 10,000 base units with 6 decimal places, equaling $0.01 per request. Payments are facilitated through the EruditePay Bridge, which supports 20 blockchains and is operated by a FinCEN MSB-registered entity.
Documentation is sparse — the endpoint's output schema only shows a generic `{"success": true, "data": {}}` example without detailing what fields are returned in the `data` object. There is no dedicated API documentation page (the /docs path returns a 404). The exact statistics returned for a given Tron address are not documented in the available materials, so users should expect to discover the response shape empirically.
Capabilities
Use cases
- —Retrieve on-chain statistics for a Tron wallet address before executing a transaction
- —Analyze Tron contract addresses for due diligence or compliance screening
- —Build dashboards that display Tron address activity and metrics
- —Agent-driven crypto portfolio analysis that needs Tron address data
Fit
Best for
- —Developers needing Tron address analytics via a pay-per-call model
- —AI agents that need on-chain Tron data without API key management
- —Applications requiring micro-payment-gated blockchain intelligence
Not for
- —Bulk historical Tron transaction data exports (no batch endpoint documented)
- —Non-Tron blockchain address lookups (this endpoint is Tron-specific)
- —Users who need detailed documentation before integrating (output schema is undocumented)
Quick start
curl -X POST https://bridge.eruditepay.com/v1/tron/address/stats \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>" \
-d '{"address": "TTikV9JD3xTfk5TDv8HMEvpWmNQS8Fm6Pw"}'Example
Request
{
"address": "TTikV9JD3xTfk5TDv8HMEvpWmNQS8Fm6Pw"
}Response
{
"data": {},
"success": true
}Endpoint
Quality
The endpoint is live and returns a valid x402 challenge with clear pricing and payment options. However, the output schema is essentially empty (generic example with no documented fields), there is no API documentation available, and the actual data returned is unknown. The Bazaar schema provides input structure but output is opaque.
Warnings
- —Output schema is undocumented — the example response only shows {"success": true, "data": {}} with no field definitions
- —No dedicated API documentation exists (docs.eruditepay.com referenced but /docs returns 404 on the bridge domain)
- —The exact statistics returned for a Tron address are not specified in any available material
Citations
- —Endpoint is described as 'Crypto data intelligence' and accepts POST with an address fieldhttps://bridge.eruditepay.com/v1/tron/address/stats
- —Payment accepts USDC on Base (10000 base units = $0.01) or USDT on Tron (10000 base units = $0.01)https://bridge.eruditepay.com/v1/tron/address/stats
- —Operated by Erudite Intelligence LLC, FinCEN MSB registered with BSA ID 31000324258137https://bridge.eruditepay.com
- —EruditePay Bridge supports 20 blockchains and implements x402 v2.0https://bridge.eruditepay.com