x402basequality 0.45

Query DeFi yield data for Tron addresses and protocols via x402 micropayment.

Price
per_call
Protocol
x402
Verified
no

What it does

The Tron DeFi Yields endpoint at bridge.eruditepay.com provides on-demand DeFi yield intelligence for the Tron blockchain. Callers submit a POST request with a DeFi protocol name (e.g. "aave") and a Tron address (T-prefix base58), and receive yield data in JSON. The endpoint is gated by the x402 protocol (version 2) and costs $0.05 per call, payable in USDC on Base (eip155:8453) or USDT on Tron (tron:728126428).

The x402 challenge is live and returns a well-formed 402 response with two accepted payment options. The facilitator is Coinbase CDP for the Base/USDC path, while the Tron/USDT path is handled directly by the provider (Erudite Intelligence LLC). The maximum payment timeout is 300 seconds for both options. The endpoint accepts POST with a JSON body containing "protocol" (string, DeFi protocol name or address) and "address" (string, Tron T-prefix base58 address).

Documentation beyond the x402 challenge and Bazaar schema extension is sparse. The provider's landing page describes EruditePay as an x402 payment facilitator supporting 20 blockchains, but specific documentation for the /api/tron/defi-yields endpoint (expected output fields, supported protocols, rate limits) is not available. The example output in the Bazaar extension shows only {"success": true, "data": {}} without detailing the data object's structure.

Capabilities

tron-defi-yieldsdefi-protocol-queryx402-payment-gatedusdc-base-paymentusdt-tron-paymentjson-apiblockchain-intelligence

Use cases

  • Retrieve current DeFi yield rates for a specific Tron address and protocol
  • Compare yield opportunities across Tron DeFi protocols programmatically
  • Build automated yield-monitoring dashboards for Tron wallets
  • Agent-driven portfolio analysis that needs on-chain Tron DeFi yield data

Fit

Best for

  • Agents or bots that need per-call Tron DeFi yield lookups without API key management
  • Developers building Tron DeFi analytics tools with micropayment-gated data
  • Automated portfolio trackers monitoring Tron lending/staking yields

Not for

  • High-frequency bulk data ingestion (no documented batch endpoint or rate-limit info)
  • Non-Tron blockchain DeFi yield queries (endpoint is Tron-specific)
  • Users who need detailed documentation on response schema before integrating

Quick start

curl -X POST https://bridge.eruditepay.com/api/tron/defi-yields \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_header>" \
  -d '{"protocol": "aave", "address": "T9yD14Nj9j7xAB4dbGeiX9h8unkKHxuWwb"}'

Example

Request

{
  "address": "T9yD14Nj9j7xAB4dbGeiX9h8unkKHxuWwb",
  "protocol": "aave"
}

Response

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

Endpoint

Transporthttp
Protocolx402
Pay to0x6961b88476a9b89C4ed97A4aF4D190754d5e70A1
CurrencyUSD COIN

Quality

0.45/ 1.00

The endpoint is live with a valid x402 challenge and a Bazaar schema extension describing input/output. However, documentation is very sparse: no dedicated docs page exists, the example response data object is empty, supported protocols are not enumerated, and rate limits are unknown. Pricing is clear ($0.05/call) but output schema details are missing.

Warnings

  • No dedicated documentation for this endpoint; /docs returns 404
  • Example output in Bazaar extension has an empty data object — actual response fields are unknown
  • Supported DeFi protocols for Tron are not listed anywhere in available materials
  • Rate limits and usage quotas are not documented

Citations

Provenance

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

Agent access