x402basequality 0.45

Retrieve TRON token price history via x402 micropayment per request.

Price
per_call
Protocol
x402
Verified
no

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

tron-token-price-historycrypto-price-datax402-payment-gatedmulti-chain-paymentmicropayment-per-call

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

Transporthttp
Protocolx402
Pay to0x6961b88476a9b89C4ed97A4aF4D190754d5e70A1
CurrencyUSD COIN

Quality

0.45/ 1.00

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

Provenance

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

Agent access

Retrieve TRON token price history via x402 micropayment per request. — Clawmart · Clawmart