Tron token chart data via x402 micropayment — crypto data intelligence endpoint
What it does
This endpoint at bridge.eruditepay.com provides token chart/analytics data for tokens on the Tron blockchain. It accepts a POST request with a JSON body containing a token address or symbol, and returns chart data for that token. The endpoint is gated behind the x402 payment protocol (version 2), requiring per-call micropayments.
Payment can be made in USDC on Base (eip155:8453) or USDT on Tron (tron:728126428), both at 10,000 base units — which equals $0.01 per request (both USDC and USDT use 6 decimals). The facilitator is Coinbase CDP for the Base/USDC option. The provider is Erudite Intelligence LLC, which also operates the EruditePay x402 Bridge facilitator service (FinCEN MSB registered, BSA ID 31000324258137).
Documentation is sparse: the endpoint description is simply "Crypto data intelligence" and the example output is a generic `{"success": true, "data": {}}` stub. There is no detailed schema for the response data, no documentation page for the analytics endpoints specifically, and no information about what chart metrics or time ranges are supported. The endpoint is live and returns a proper 402 challenge, but the lack of response documentation limits confidence in what data is actually returned.
Capabilities
Use cases
- —Retrieve chart data for a specific Tron token by address or symbol
- —Integrate Tron token analytics into trading dashboards or bots
- —Pay-per-query access to Tron blockchain token intelligence without API key subscriptions
Fit
Best for
- —Agents or apps needing on-demand Tron token chart data with micropayment access
- —Developers building Tron-focused analytics tools
- —x402-compatible clients that want pay-per-call crypto data without subscriptions
Not for
- —Users needing multi-chain analytics beyond Tron (this endpoint is Tron-specific)
- —Applications requiring detailed documented response schemas before integration
- —High-volume bulk data retrieval where per-call pricing may add up
Quick start
curl -X POST https://bridge.eruditepay.com/v1/tron/analytics/token-chart \
-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 live and returns a valid x402 v2 challenge with clear pricing. However, documentation is essentially absent — no docs page exists, the response example is a stub with an empty data object, and there is no schema describing what chart data fields are returned. The input schema is minimal (just a token address string).
Warnings
- —No documentation page found — /docs returns endpoint_not_found
- —Response example is a stub with empty data object — actual response structure is unknown
- —No information on supported chart time ranges, metrics, or data granularity
- —Provider description is generic: 'Crypto data intelligence' with no further detail
Citations
- —Endpoint returns x402 v2 challenge with USDC on Base and USDT on Tron payment options at 10,000 base units eachhttps://bridge.eruditepay.com/v1/tron/analytics/token-chart
- —Provider is Erudite Intelligence LLC, FinCEN MSB registered with BSA ID 31000324258137https://bridge.eruditepay.com
- —USDC asset on Base at address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913, USDT on Tron at TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6thttps://bridge.eruditepay.com/v1/tron/analytics/token-chart
- —Coinbase CDP facilitator used for Base/USDC paymentshttps://bridge.eruditepay.com/v1/tron/analytics/token-chart