x402basequality 0.45

Tron DeFi top-yield data via x402 micropayment — query by protocol and address.

Price
per_call
Protocol
x402
Verified
no

What it does

This x402-enabled endpoint at bridge.eruditepay.com returns top DeFi yield data on the Tron blockchain. Callers POST a JSON body specifying a DeFi protocol name (e.g. "aave") and a Tron address (T-prefix base58), and receive yield intelligence in response. The endpoint is gated by x402 v2 payment: each call costs $0.01 (10,000 base units of USDC on Base, or 10,000 base units of USDT on Tron — both 6-decimal tokens). Payment can be settled through the Coinbase CDP facilitator on Base or directly on Tron.

The provider, Erudite Intelligence LLC, operates the EruditePay x402 Bridge, a multi-chain x402 facilitator supporting 20 blockchains. The endpoint's Bazaar schema describes the input as a POST with a JSON body containing "protocol" (DeFi protocol name or address) and "address" (Tron T-prefix base58 address). The output is a JSON object with a "success" boolean and a "data" object. No further documentation for this specific data endpoint was found — the provider's /docs, /api, and /pricing paths all return 404.

Because the response example in the schema shows an empty data object and no detailed field documentation exists, the exact structure of the yield data returned is unknown. Callers should expect a JSON envelope with success status and a data payload containing yield information for the specified protocol and address on Tron.

Capabilities

tron-defi-yieldsx402-paymentusdc-baseusdt-trondefi-analyticscrypto-data-intelligenceper-call-micropayment

Use cases

  • Query top DeFi yields for a specific Tron address across protocols
  • Monitor yield opportunities on Tron DeFi protocols programmatically
  • Build dashboards or agents that track Tron DeFi yield performance

Fit

Best for

  • Agents or bots needing on-demand Tron DeFi yield data
  • Developers building Tron DeFi analytics tools
  • Pay-per-call access to crypto yield intelligence without subscriptions

Not for

  • Non-Tron blockchain DeFi yield queries
  • Users needing free or bulk historical yield data without per-call costs

Quick start

curl -X POST https://bridge.eruditepay.com/v1/tron/defi/top-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 (402 challenge captured) with a clear Bazaar schema for input/output, but documentation is essentially absent — /docs returns 404, the output example is an empty object, and there is no description of what fields the data payload contains. Pricing is clear ($0.01 per call) and the provider is identified, but the sparse docs and unknown response structure limit usefulness.

Warnings

  • No dedicated documentation found for this endpoint (/docs, /api, /pricing all return 404)
  • Response data structure is unknown — the example output shows an empty data object
  • The exact DeFi protocols supported and the fields returned are not documented

Citations

Provenance

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

Agent access

Tron DeFi top-yield data via x402 micropayment — query by protocol and address. — Clawmart · Clawmart