Query DeFi yield data for Tron addresses and protocols via x402 micropayment.
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
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
Quality
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
- —Endpoint returns x402 v2 challenge with price of 50000 base units (USDC on Base or USDT on Tron, both 6 decimals = $0.05)https://bridge.eruditepay.com/api/tron/defi-yields
- —Provider is Erudite Intelligence LLC, FinCEN MSB registered (BSA ID 31000324258137)https://bridge.eruditepay.com
- —Facilitator for Base/USDC payments is Coinbase CDP (api.cdp.coinbase.com)https://bridge.eruditepay.com/api/tron/defi-yields
- —EruditePay Bridge supports 20 blockchains and charges 0.5% per settlementhttps://bridge.eruditepay.com