x402basequality 0.40

Search Tron blockchain 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 crypto data intelligence for the Tron blockchain. It accepts POST requests with a JSON body containing a search query and an optional Tron address (T-prefix base58), and returns structured JSON results. Payment is handled via the x402 protocol (HTTP 402 challenge-response), accepting either USDC on Base (eip155:8453) or USDT on Tron (tron:728126428), both at $0.01 per request (10,000 base units with 6 decimals).

The endpoint is operated by Erudite Intelligence LLC, which also runs the EruditePay x402 Bridge — a multi-chain x402 payment facilitator supporting 20 blockchains. The Bridge itself handles verify/settle steps, but this specific endpoint (/v1/tron/search) is a paid data endpoint that uses the Bridge's payment infrastructure. The x402 v2 challenge was successfully captured, confirming the endpoint is live.

Documentation is sparse: the crawled site returns 404 for /docs, /api, /pricing, and /README. The only schema information comes from the x402 challenge's Bazaar extension, which shows an example request body of {"query": "bitcoin", "address": "T9yD14Nj9j7xAB4dbGeiX9h8unkKHxuWwb"} and an example response of {"success": true, "data": {}}. The actual structure and richness of the returned data object is unknown. No OpenAPI spec or detailed documentation was found.

Capabilities

tron-blockchain-searchcrypto-data-intelligencex402-paymentusdc-base-paymentusdt-tron-paymentjson-apiaddress-lookup

Use cases

  • Searching for Tron blockchain entities or transactions by keyword
  • Looking up data associated with a specific Tron address
  • Integrating Tron blockchain intelligence into agent workflows with micropayments
  • Querying crypto data on-demand without API key subscriptions

Fit

Best for

  • Agents needing on-demand Tron blockchain lookups with per-call payment
  • Developers building crypto analytics tools that query Tron data
  • x402-compatible clients that want pay-per-use blockchain search

Not for

  • Searching non-Tron blockchains (this endpoint is Tron-specific)
  • High-volume bulk data extraction (per-call payment model adds up)
  • Users who need detailed documentation or guaranteed response schemas

Quick start

curl -X POST https://bridge.eruditepay.com/v1/tron/search \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-header>" \
  -d '{"query": "bitcoin", "address": "T9yD14Nj9j7xAB4dbGeiX9h8unkKHxuWwb"}'

Example

Request

{
  "query": "bitcoin",
  "address": "T9yD14Nj9j7xAB4dbGeiX9h8unkKHxuWwb"
}

Response

{
  "data": {},
  "success": true
}

Endpoint

Transporthttp
Protocolx402
Pay to0x24c5da6267AEbEBfCBf7B325753C5B2538A5B09B
CurrencyUSD COIN

Quality

0.40/ 1.00

The x402 challenge is live and confirms pricing and payment options, and the Bazaar schema extension provides basic input/output structure. However, there is no OpenAPI spec, no accessible documentation, and the example response shows an empty data object — making it impossible to know what the endpoint actually returns.

Warnings

  • No documentation found — /docs, /api, /pricing, /README all return 404
  • Example response from Bazaar extension shows empty data object; actual response structure is unknown
  • Only Bazaar schema extension available; no OpenAPI or detailed API reference

Citations

Provenance

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

Agent access