Daily analytics stats for any Tron address, paid per-call via x402 (USDC on Base or USDT on Tron).
What it does
This endpoint provides daily analytics statistics for Tron blockchain addresses. It is operated by Erudite Intelligence LLC under the brand "EruditePay" and described in the x402 challenge as "Crypto data intelligence." You POST a JSON body containing a Tron address (T-prefix base58 format) and receive analytics data in return.
Payment is handled via the x402 protocol (version 2). The endpoint accepts two payment options: USDC on Base (network eip155:8453) at 10,000 base units ($0.01) per call, or USDT on Tron (network tron:728126428) at 10,000 base units ($0.01) per call. The Coinbase CDP facilitator is listed for the Base payment path. The maximum payment timeout is 300 seconds for both options.
Documentation is sparse — the crawled docs URL returns a 404, and the only schema information comes from the x402 challenge's bazaar extension. The example output shown in the challenge is a generic `{"success": true, "data": {}}` stub, so the exact shape and richness of the returned analytics data is unknown. The endpoint is confirmed live (returns HTTP 402 with a well-formed x402 v2 challenge). The provider is FinCEN MSB registered (BSA ID 31000324258137) and operates a non-custodial settlement model.
Capabilities
Use cases
- —Retrieve daily on-chain activity statistics for a specific Tron wallet address
- —Monitor Tron address behavior over time for compliance or research purposes
- —Feed Tron analytics data into automated trading or risk-scoring agents
- —Integrate Tron address intelligence into dashboards or reporting tools
Fit
Best for
- —Developers building Tron-focused analytics dashboards
- —Agents needing per-call Tron address intelligence without subscriptions
- —Compliance teams monitoring Tron wallet activity
Not for
- —Multi-chain analytics across non-Tron networks (endpoint is Tron-specific)
- —Free or high-volume bulk data extraction (every call costs $0.01)
- —Users who need detailed documentation or guaranteed response schemas before integrating
Quick start
curl -X POST https://bridge.eruditepay.com/v1/tron/analytics/daily-stats \
-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 well-formed x402 v2 challenge with clear pricing and a bazaar schema extension. However, documentation is effectively absent (docs URL returns 404), the example output is a stub with an empty data object, and the actual analytics fields returned are unknown. Pricing and input schema are clear, but output is not.
Warnings
- —Documentation URL (https://docs.eruditepay.com/) was not crawled and /docs on the bridge returns 404.
- —The example output in the bazaar extension is a stub ({"success": true, "data": {}}) — actual response fields are unknown.
- —No OpenAPI spec or detailed schema for the response body is available.
Citations
- —Endpoint returns x402 v2 challenge with price of 10,000 base units USDC on Base or 10,000 base units USDT on Tronhttps://bridge.eruditepay.com/v1/tron/analytics/daily-stats
- —Provider is Erudite Intelligence LLC, FinCEN MSB registered with BSA ID 31000324258137https://bridge.eruditepay.com
- —USDC on Base uses 6 decimals, so 10,000 base units = $0.01https://bridge.eruditepay.com
- —Input requires a Tron address in T-prefix base58 formathttps://bridge.eruditepay.com/v1/tron/analytics/daily-stats
- —Coinbase CDP facilitator is used for Base payment pathhttps://bridge.eruditepay.com/v1/tron/analytics/daily-stats