Query Tron network resources for any address via x402-paid API
What it does
This endpoint at bridge.eruditepay.com returns Tron network resource data (bandwidth, energy, etc.) for a given Tron address. It is operated by Erudite Intelligence LLC and uses the x402 payment protocol (v2) to gate access. Callers submit a POST request with a JSON body containing a Tron address (T-prefix base58) and a chain identifier, and receive a JSON response with resource information.
Payment is accepted via two options: USDC on Base (eip155:8453) at 0.01 USDC per call, or USDT on Tron (tron:728126428) at 0.01 USDT per call. The x402 facilitator is Coinbase CDP for the Base chain option. The endpoint returns a standard x402 402 challenge when called without payment, and the Bazaar extension in the challenge provides input/output schema.
The provider's landing page describes EruditePay Bridge as an x402 payment facilitator supporting 20 blockchains, registered as a FinCEN MSB (BSA ID 31000324258137). The endpoint itself is described as "Crypto data intelligence." Documentation at docs.eruditepay.com is referenced but the /docs path on the bridge domain returns a 404, so detailed API documentation is not available from the crawl. The output schema example is sparse — just `{"success": true, "data": {}}` — so the exact shape of the returned Tron resource data is not documented.
Capabilities
Use cases
- —Checking available bandwidth and energy for a Tron address before submitting transactions
- —Monitoring Tron resource consumption for wallet management dashboards
- —Automating Tron staking decisions based on current resource allocations
- —Integrating Tron resource data into multi-chain portfolio trackers
Fit
Best for
- —Developers building Tron-integrated applications who need on-demand resource queries
- —Agents or bots that need programmatic access to Tron network resource data
- —Applications already using x402 payment flows that want to add Tron data
Not for
- —Users needing free or high-volume Tron data (each call costs $0.01)
- —Querying non-Tron blockchain resource data (endpoint is Tron-specific)
Quick start
curl -X POST https://bridge.eruditepay.com/v1/tron/network/resources \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_header>" \
-d '{"chain": "tron", "address": "T9yD14Nj9j7xAB4dbGeiX9h8unkKHxuWwb"}'Example
Request
{
"chain": "tron",
"address": "T9yD14Nj9j7xAB4dbGeiX9h8unkKHxuWwb"
}Response
{
"data": {},
"success": true
}Endpoint
Quality
The endpoint is live and returns a valid x402 v2 challenge with input schema and payment options. However, the output schema example is effectively empty (data: {}), no detailed API documentation was reachable, and the exact fields returned are unknown. Pricing is clear at $0.01/call.
Warnings
- —Output schema example is empty — actual response structure for Tron resource data is undocumented
- —docs.eruditepay.com is referenced but /docs on the bridge domain returns 404; external docs site was not crawled
- —The description 'Crypto data intelligence' is vague — exact data fields returned are not specified
Citations
- —Endpoint accepts USDC on Base (amount 10000 = $0.01) and USDT on Tron (amount 10000 = $0.01)https://bridge.eruditepay.com/v1/tron/network/resources
- —Provider is Erudite Intelligence LLC, FinCEN MSB registered (BSA ID 31000324258137)https://bridge.eruditepay.com
- —x402 facilitator for Base chain option is Coinbase CDPhttps://bridge.eruditepay.com/v1/tron/network/resources
- —EruditePay Bridge supports 20 blockchainshttps://bridge.eruditepay.com