Search Tron blockchain data via x402 micropayment — crypto data intelligence endpoint.
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
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
Quality
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
- —Endpoint accepts USDC on Base (eip155:8453) at 10000 base units ($0.01) and USDT on Tron at 10000 base units ($0.01)https://bridge.eruditepay.com/v1/tron/search
- —Operated by Erudite Intelligence LLChttps://bridge.eruditepay.com
- —EruditePay Bridge supports 20 blockchains and is a FinCEN MSB registered entityhttps://bridge.eruditepay.com
- —Description is 'Crypto data intelligence' per the x402 challenge resource fieldhttps://bridge.eruditepay.com/v1/tron/search