Tron token holder concentration analysis via x402 micropayment
What it does
This endpoint provides crypto data intelligence focused on Tron token holder concentration. You submit a token address (or symbol) via POST and receive concentration data for that token on the Tron network. The endpoint is operated by Erudite Intelligence LLC and is live behind the x402 payment protocol (v2).
Payment is required per call at a cost of $0.01 (10,000 base units of USDC on Base, or 10,000 base units of USDT on Tron — both 6-decimal stablecoins). The x402 challenge confirms two accepted payment rails: USDC on Base (eip155:8453) settled via the Coinbase CDP facilitator, and USDT on Tron (tron:728126428). The endpoint accepts POST requests with a JSON body containing a `token` field (token address or symbol).
Documentation is sparse — the provider's landing page describes EruditePay as an x402 payment facilitator/bridge service, but specific documentation for the `/v1/tron/token/concentration` data endpoint is not available. The example output schema shows `{"success": true, "data": {}}` without detailing the structure of the concentration data returned. This limits confidence in the exact response format, though the endpoint is confirmed live and responding with a valid x402 challenge.
Capabilities
Use cases
- —Analyze holder concentration for a Tron-based token to assess decentralization
- —Detect whale dominance in a Tron token's holder base
- —Screen Tron tokens for concentration risk before trading or investing
- —Integrate Tron token analytics into an automated trading or research agent
Fit
Best for
- —Crypto analysts evaluating Tron token holder distributions
- —Trading bots needing on-demand token concentration metrics
- —DeFi researchers assessing token decentralization on Tron
Not for
- —Non-Tron blockchains (this endpoint is Tron-specific)
- —Free or unauthenticated bulk data scraping (each call costs $0.01 via x402)
- —Detailed transaction-level or historical holder analysis (response schema unclear)
Quick start
curl -X POST https://bridge.eruditepay.com/v1/tron/token/concentration \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_header>" \
-d '{"token": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t"}'Example
Request
{
"token": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t"
}Response
{
"data": {},
"success": true
}Endpoint
Quality
The endpoint is confirmed live with a valid x402 v2 challenge and clear pricing ($0.01 per call). However, there is no dedicated documentation, the response data schema is an empty placeholder, and the exact fields returned in the concentration analysis are unknown.
Warnings
- —No dedicated documentation exists for this data endpoint — /docs returns 404
- —The example output schema shows an empty data object; actual response structure is unknown
- —Provider landing page focuses on the x402 facilitator/bridge service, not on data intelligence endpoints
Citations
- —Endpoint is live and returns a valid x402 v2 challenge with two payment optionshttps://bridge.eruditepay.com/v1/tron/token/concentration
- —Operated by Erudite Intelligence LLC, FinCEN MSB registeredhttps://bridge.eruditepay.com
- —USDC on Base (eip155:8453) and USDT on Tron accepted; amount is 10000 base units ($0.01)https://bridge.eruditepay.com/v1/tron/token/concentration
- —EruditePay Bridge supports 20 blockchains and charges 0.5% per settlementhttps://bridge.eruditepay.com