Retrieve TRON token price history via x402 micropayment per request.
What it does
This endpoint, operated by Erudite Intelligence LLC, returns historical price data for tokens on the TRON blockchain. Callers POST a JSON body containing a token address or symbol and receive price history in response. The endpoint is gated by the x402 protocol (version 2), requiring a micropayment of 0.01 USDC on Base (eip155:8453) or 0.01 USDT on TRON (tron:728126428) per request.
The x402 challenge confirms the endpoint is live and accepting payments. The request schema expects a JSON body with a `token` field (a string representing a token address or symbol). The response is a JSON object with a `success` boolean and a `data` object, though the exact structure of the price history data within `data` is not documented beyond the example stub. The provider describes the service broadly as "Crypto data intelligence."
EruditePay Bridge, the underlying facilitator, supports 20 blockchains and is registered as a FinCEN MSB (BSA ID 31000324258137). The facilitator operates non-custodially, routing settlements directly. Documentation beyond the landing page is sparse — the /docs, /api, /pricing, and /README paths all return endpoint-not-found errors, so details about the price history response format, supported tokens, and data granularity are unknown.
Capabilities
Use cases
- —Fetching historical price charts for TRON-based tokens in trading bots or dashboards
- —Powering DeFi analytics tools that need on-demand TRON token price lookups
- —Agent-driven portfolio valuation requiring per-call price history without subscriptions
Fit
Best for
- —Developers needing TRON token price history with pay-per-call pricing
- —AI agents that need on-demand crypto market data without API key management
- —Applications already integrated with x402 payment flows
Not for
- —High-frequency trading requiring sub-second latency and bulk historical data downloads
- —Users who need price data for non-TRON tokens (endpoint is TRON-specific)
- —Teams needing comprehensive documentation or SLA guarantees before integration
Quick start
curl -X POST https://bridge.eruditepay.com/v1/tron/token/price-history \
-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 (402 challenge captured) with a clear schema for input, but the output example is a stub with an empty data object. No documentation pages are reachable, so the actual response structure, supported tokens, data granularity, and rate limits are all unknown.
Warnings
- —Response data structure is undocumented — the example output contains only an empty object
- —All documentation paths (/docs, /api, /pricing, /README) return endpoint_not_found errors
- —No OpenAPI spec or detailed API documentation available
- —Exact contents and time granularity of price history data are unknown
Citations
- —Endpoint is live and returns an x402 v2 challenge requiring payment of 10000 base units (0.01 USDC on Base or 0.01 USDT on TRON)https://bridge.eruditepay.com/v1/tron/token/price-history
- —Provider is Erudite Intelligence LLC, FinCEN MSB registered with BSA ID 31000324258137https://bridge.eruditepay.com
- —EruditePay Bridge supports 20 blockchains and operates non-custodiallyhttps://bridge.eruditepay.com
- —Settlement fee is 0.5% per successful settlement; verification is freehttps://bridge.eruditepay.com