x402basequality 0.52

Retrieve Tron smart contract ABIs via x402-paid API endpoint

Price
per_call
Protocol
x402
Verified
no

What it does

This endpoint, hosted by Erudite Intelligence LLC on the EruditePay Bridge, returns the ABI (Application Binary Interface) for a given Tron smart contract. You POST a JSON body containing the contract address and receive the contract's ABI data in response. The endpoint is gated by the x402 payment protocol (v2), requiring per-call micropayments.

Payment is accepted via two options: USDC on Base (eip155:8453) at 10,000 base units ($0.01) per call, or USDT on Tron (tron:728126428) at 10,000 base units ($0.01) per call. The facilitator for Base payments is Coinbase CDP. The endpoint accepts POST requests with a JSON body containing an `address` field (the Tron contract address) and returns a JSON object with a `success` boolean and a `data` object containing the ABI.

The broader EruditePay Bridge platform is an x402 payment facilitator supporting 20 blockchains, registered as a FinCEN MSB (BSA ID 31000324258137). It operates non-custodially, routing settlements directly. Documentation at docs.eruditepay.com was not reachable during crawl, so detailed API docs beyond the schema embedded in the x402 challenge are unavailable.

Capabilities

tron-contract-abismart-contract-metadatax402-paymentmulti-chain-paymentcrypto-data-intelligence

Use cases

  • Fetching the ABI of a Tron smart contract to interact with it programmatically
  • Building Tron dApp frontends that need contract interfaces at runtime
  • Automated smart contract analysis and auditing tools that need ABI data
  • Indexing Tron contract ABIs for a blockchain explorer or analytics platform

Fit

Best for

  • Developers building on the Tron blockchain who need contract ABIs on demand
  • Agent workflows that need to decode Tron contract calls or events
  • Applications requiring pay-per-call access to Tron contract metadata without API keys

Not for

  • Retrieving ABIs for non-Tron blockchains (endpoint is Tron-specific)
  • Free or high-volume bulk ABI retrieval (each call costs $0.01)
  • Full contract source code or verification — this returns ABI only

Quick start

curl -X POST https://bridge.eruditepay.com/v1/tron/contract/abi \
  -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.52/ 1.00

The endpoint is live (402 challenge captured) with a clear schema for input/output, pricing info, and provider identity. However, docs.eruditepay.com was unreachable, the output example is a stub (empty data object), and there is no detailed documentation about what the ABI response actually contains or error handling.

Warnings

  • Documentation site (docs.eruditepay.com) was not crawled and /docs on the bridge returns 404
  • The example output in the x402 challenge shows an empty data object — actual ABI response structure is unknown
  • No OpenAPI spec available for this endpoint

Citations

Provenance

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

Agent access