x402basequality 0.40

Retrieve top Tron token data via x402 micropayment — crypto data intelligence endpoint.

Price
per_call
Protocol
x402
Verified
no

What it does

This endpoint, hosted by Erudite Intelligence LLC on the EruditePay x402 Bridge, returns data about top tokens on 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.

Payment is handled via the x402 protocol (HTTP 402 challenge). The endpoint accepts two payment options: USDC on Base (eip155:8453) at 0.01 USDC per call, or USDT on Tron (tron:728126428) at 0.01 USDT per call. The payment facilitator is Coinbase CDP for the Base/USDC option. Settlement is routed to the provider's wallet addresses with a 300-second timeout window.

Documentation is sparse — the endpoint description in the x402 challenge is simply "Crypto data intelligence" and the example output is a generic `{"success": true, "data": {}}` stub. There is no dedicated API documentation page (the /docs path returns a 404). The exact fields returned in the `data` object are not documented, so consumers should expect to discover the response shape empirically. The provider (Erudite Intelligence LLC) operates the EruditePay Bridge as a FinCEN-registered MSB and supports 20 blockchains for x402 payment facilitation.

Capabilities

tron-token-datacrypto-data-intelligencex402-paymentusdc-base-paymentusdt-tron-paymenttop-tokens-queryjson-api

Use cases

  • Querying top tokens on the Tron network for portfolio dashboards
  • Retrieving Tron token metadata for DeFi analytics applications
  • Feeding token data into trading bots or automated research agents
  • Building crypto market overview tools that include Tron ecosystem tokens

Fit

Best for

  • Agents or apps needing Tron token data on-demand via micropayment
  • Developers building multi-chain crypto dashboards
  • Automated workflows that need pay-per-call token intelligence without API key management

Not for

  • High-frequency real-time trading requiring sub-second latency and free access
  • Users needing comprehensive historical time-series token data (no evidence this is provided)
  • Non-crypto use cases or users who cannot pay with USDC on Base or USDT on Tron

Quick start

curl -X POST https://bridge.eruditepay.com/v1/tron/token/top-tokens \
  -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.40/ 1.00

The endpoint is live (402 challenge captured) with a clear payment schema and two payment options, but documentation is extremely thin — no dedicated docs page, no detailed output schema, and the example response is a generic stub. The actual data returned is unknown.

Warnings

  • No API documentation available — /docs returns 404
  • Output schema is a generic stub ({"success": true, "data": {}}) with no field descriptions
  • Exact response fields for top-tokens query are undocumented and must be discovered empirically
  • Provider description is vague: 'Crypto data intelligence' with no further detail

Citations

Provenance

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

Agent access