x402basequality 0.40

Tron token chart data via x402 micropayment — crypto data intelligence endpoint

Price
per_call
Protocol
x402
Verified
no

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

tron-token-analyticstoken-chart-datax402-paymentmicropayment-gatedusdc-baseusdt-troncrypto-data-intelligence

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

Transporthttp
Protocolx402
Pay to0x24c5da6267AEbEBfCBf7B325753C5B2538A5B09B
CurrencyUSD COIN

Quality

0.40/ 1.00

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

Provenance

Indexed fromx402_bazaar
Enriched2026-04-22 01:50:26Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-22

Agent access