x402basequality 0.45

Tron energy market intelligence via x402-paid API on Base (USDC) or Tron (USDT).

Price
per_call
Protocol
x402
Verified
no

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

tron-energy-marketblockchain-intelligencex402-payment-gatedusdc-baseusdt-trontron-address-lookupenergy-resource-data

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

Transporthttp
Protocolx402
Pay to0x6961b88476a9b89C4ed97A4aF4D190754d5e70A1
CurrencyUSD COIN

Quality

0.45/ 1.00

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

Provenance

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

Agent access