Trending TRON token data via x402 micropayment — crypto data intelligence endpoint.
What it does
This endpoint at bridge.eruditepay.com provides trending token data for the TRON blockchain. It accepts a POST request with a JSON body containing a token address or symbol and returns structured JSON with token intelligence data. The endpoint is gated behind the x402 payment protocol (version 2), requiring per-call micropayments.
Pricing is set at 10,000 base units of either USDC on Base (eip155:8453) or USDT on TRON (tron:728126428). Since both USDC and USDT use 6 decimals, the per-call cost is $0.01 (one cent). Payments are settled through the EruditePay Bridge facilitator, operated by Erudite Intelligence LLC, a FinCEN-registered MSB. The facilitator supports settlement via Coinbase CDP on Base and native TRON for USDT.
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 payload, so the exact fields returned for trending token data are unknown. The endpoint is confirmed live (returns 402 challenge on POST), but without richer documentation or example responses, agents should expect to discover the response shape empirically.
Capabilities
Use cases
- —Retrieve trending TRON token data for trading dashboards
- —Monitor TRON token popularity for portfolio analysis
- —Feed TRON token trend signals into automated trading agents
- —Aggregate cross-chain trending token data by combining with other endpoints
Fit
Best for
- —Agents needing on-demand TRON token trend data
- —Micropayment-friendly crypto data queries at $0.01 per call
- —x402-compatible clients that can pay in USDC on Base or USDT on TRON
Not for
- —Users needing detailed historical TRON token analytics (response schema unclear)
- —Free-tier or bulk data consumers who need thousands of calls without per-call fees
- —Non-TRON blockchain token trending data
Quick start
curl -X POST https://bridge.eruditepay.com/v1/tron/token/trending \
-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 and payment options. However, documentation is effectively absent — the response schema is a stub, there are no detailed field descriptions, and the crawled docs URL returns a 404. The actual data returned is unknown.
Warnings
- —Response schema is a generic stub — actual fields in 'data' are undocumented
- —No OpenAPI spec or detailed documentation available (docs endpoint returns 404)
- —The example output {"success": true, "data": {}} may not reflect real response structure
- —TRON network identifier 'tron:728126428' is non-standard CAIP-2; verify client compatibility
Citations
- —Endpoint returns x402 v2 challenge with USDC on Base (10000 base units) and USDT on TRON (10000 base units)https://bridge.eruditepay.com/v1/tron/token/trending
- —Provider is Erudite Intelligence LLC, FinCEN MSB registered with BSA ID 31000324258137https://bridge.eruditepay.com
- —EruditePay Bridge supports 20 blockchains and charges 0.5% per settlementhttps://bridge.eruditepay.com
- —USDC and USDT use 6 decimals, so 10000 base units equals $0.01https://bridge.eruditepay.com