x402basequality 0.45

Retrieve TRON smart contract information via x402 micropayment, settled on Base (USDC) or Tron (USDT).

Price
per_call
Protocol
x402
Verified
no

What it does

This endpoint, operated by Erudite Intelligence LLC, returns information about a TRON smart contract given its address. It is an x402-protected POST endpoint that accepts a JSON body with an `address` field (the contract address on the TRON network) and returns contract data in a JSON response.

Payment is required per-call via the x402 protocol (version 2). Two payment options are accepted: (1) 10,000 base units of USDC on Base (eip155:8453), which equals $0.01 USD, or (2) 10,000 base units of USDT on Tron (tron:728126428), also $0.01 USD. Payment is facilitated through the EruditePay Bridge, which supports 20 blockchains and uses the Coinbase CDP facilitator for Base settlements.

The endpoint is described as "Crypto data intelligence" in its x402 challenge. The exact fields returned in the contract info response are not documented — the example output in the schema is simply `{"success": true, "data": {}}` — so the precise data structure is unknown. The provider's landing page at bridge.eruditepay.com focuses on the EruditePay Bridge facilitator service rather than documenting individual paid endpoints, and the /docs path returns a 404. This means the contract info response schema must be discovered empirically.

Capabilities

tron-contract-infox402-paymentusdc-base-settlementusdt-tron-settlementcrypto-data-intelligencesmart-contract-lookup

Use cases

  • Looking up metadata or details of a TRON smart contract by address
  • Enriching blockchain analytics pipelines with TRON contract information
  • Verifying TRON contract properties before interacting with them
  • Building crypto portfolio tools that need contract-level data on TRON

Fit

Best for

  • Agents or applications that need on-demand TRON contract data
  • Developers building TRON-aware crypto tools who can pay per-call via x402
  • Automated workflows that need programmatic access to TRON contract info without API keys

Not for

  • Bulk or high-volume contract scanning (per-call payment model)
  • Non-TRON blockchain contract lookups (this endpoint is TRON-specific)
  • Users who cannot settle payments in USDC on Base or USDT on Tron

Quick start

curl -X POST https://bridge.eruditepay.com/v1/tron/contract/info \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-header>" \
  -d '{"address": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t"}'

Example

Request

{
  "address": "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 challenge with schema hints, but there is no documentation for the actual response payload — the example output is an empty data object. The /docs path 404s. The input schema is clear (POST with an address field), but the output is entirely opaque.

Warnings

  • Response data schema is undocumented — the example output shows an empty object
  • No dedicated API documentation exists; /docs returns 404
  • The Tron network identifier 'tron:728126428' is non-standard (mainnet is typically 'tron:mainnet'); verify compatibility
  • Exact contract info fields returned are unknown and must be discovered empirically

Citations

Provenance

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

Agent access