x402basequality 0.45

Trending TRON token 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 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

tron-token-datatrending-tokenscrypto-intelligencex402-paymentmicropayment-gatedusdc-baseusdt-tron

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

Transporthttp
Protocolx402
Pay to0x6961b88476a9b89C4ed97A4aF4D190754d5e70A1
CurrencyUSD COIN

Quality

0.45/ 1.00

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

Provenance

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

Agent access