Tron energy market intelligence via x402-paid API on Base (USDC) or Tron (USDT).
What it does
The Tron Energy Market endpoint at bridge.eruditepay.com provides on-chain intelligence about the Tron energy marketplace. It accepts a POST request with a JSON body containing a blockchain network identifier and a Tron address (T-prefix base58), and returns structured data about that address's energy market position. The endpoint is gated behind the x402 payment protocol (v2), requiring $0.05 per call settled in either USDC on Base (eip155:8453) or USDT on Tron (tron:728126428).
The endpoint is operated by Erudite Intelligence LLC, a FinCEN-registered MSB (BSA ID 31000324258137). Payment facilitation is handled through the EruditePay x402 Bridge, which supports 20 blockchains and settles payments at 0.5% per successful settlement. The x402 challenge was successfully captured, confirming the endpoint is live and accepting payment challenges.
Documentation is sparse — the endpoint description in the x402 challenge is simply "Tron intelligence," and the example output is a generic `{"success": true, "data": {}}` stub. There is no dedicated documentation page (the /docs path returns a 404). The exact fields returned in the `data` object are unknown, so consumers should expect to discover the response schema empirically after making a paid request.
Capabilities
Use cases
- —Query current Tron energy market conditions for a specific address
- —Assess energy costs before executing Tron smart contract transactions
- —Monitor energy delegation or rental activity on Tron
- —Build dashboards tracking Tron resource pricing over time
Fit
Best for
- —Developers building Tron DApps who need energy cost estimates
- —Agents automating Tron transactions that require energy budgeting
- —Analysts monitoring the Tron energy rental marketplace
Not for
- —General-purpose blockchain data across non-Tron chains
- —Free or unauthenticated access — requires x402 crypto payment per call
- —Historical time-series energy data (no evidence of historical query support)
Quick start
curl -X POST https://bridge.eruditepay.com/api/tron/energy-market \
-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 x402 challenge is live and well-formed with clear pricing and dual-chain payment options. However, documentation is effectively absent — no dedicated docs page, no detailed response schema, and the example output is a stub with an empty data object. The endpoint's actual capabilities must be inferred from its name and minimal description.
Warnings
- —No documentation available — /docs returns 404
- —Example output contains an empty data object; actual response fields are unknown
- —Endpoint description is only 'Tron intelligence' with no further detail
- —No OpenAPI spec or detailed schema for the response body
Citations
- —Endpoint returns x402 v2 challenge with price of 50000 base units (~$0.05 USDC on Base or $0.05 USDT on Tron)https://bridge.eruditepay.com/api/tron/energy-market
- —Operated by Erudite Intelligence LLC, FinCEN MSB registered (BSA ID 31000324258137)https://bridge.eruditepay.com
- —EruditePay Bridge supports 20 blockchains and charges 0.5% per successful settlementhttps://bridge.eruditepay.com
- —Payment facilitation via Coinbase CDP for Base chainhttps://bridge.eruditepay.com