x402basequality 0.45

Look up Tron token metadata via x402-paid POST endpoint

Price
per_call
Protocol
x402
Verified
no

What it does

This endpoint, hosted by Erudite Intelligence LLC on the EruditePay x402 Bridge, provides Tron token intelligence. You send a POST request with a JSON body containing a token address (or symbol), and receive structured data about that token on the Tron network. The endpoint is described as "Tron intelligence" in its x402 challenge.

Payment is required via the x402 protocol (HTTP 402 challenge). The endpoint accepts two payment options: USDC on Base (network eip155:8453) at 50,000 base units ($0.05) or USDT on Tron (network tron:728126428) at 50,000 base units ($0.05). Payments are facilitated through the EruditePay Bridge, which supports 20 blockchains and settles at 0.5% per settlement. The facilitator for the Base/USDC option is Coinbase CDP.

Documentation is sparse — the example output schema only shows `{"success": true, "data": {}}` without detailing what fields are returned in the `data` object. The endpoint is live and returns a well-formed x402 v2 challenge. The provider (Erudite Intelligence LLC) is listed as a FinCEN MSB registrant (BSA ID 31000324258137) and operates non-custodially.

Capabilities

tron-token-lookupx402-paymentusdc-baseusdt-tronblockchain-intelligencejson-api

Use cases

  • Retrieve metadata or analytics for a specific Tron token by address or symbol
  • Integrate Tron token data into trading bots or portfolio dashboards
  • Validate Tron token addresses programmatically before executing transactions
  • Enrich on-chain Tron data with token-level intelligence for compliance or analytics

Fit

Best for

  • Developers building Tron-integrated applications who need token metadata on demand
  • Agents or bots that need pay-per-call Tron token lookups without API key management
  • Applications already using x402-compatible payment flows

Not for

  • Bulk or high-volume token data retrieval (pay-per-call model may be costly at scale)
  • Non-Tron blockchain token lookups (this endpoint is Tron-specific)
  • Users who need detailed documentation on response fields before integrating

Quick start

curl -X POST https://bridge.eruditepay.com/api/tron/token-info \
  -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.45/ 1.00

The endpoint is live with a well-formed x402 v2 challenge and clear pricing, but the output schema example is effectively empty (data: {}), there is no OpenAPI spec, and the dedicated docs page returns a 404. The actual response fields are unknown.

Warnings

  • Output schema example is empty — no documentation on what fields are returned in the 'data' object
  • No OpenAPI or dedicated API documentation available (docs endpoint returns 404)
  • Response structure must be inferred; actual token data fields are undocumented

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-22 02:06:54Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-22

Agent access

Look up Tron token metadata via x402-paid POST endpoint — Clawmart · Clawmart