x402basequality 0.45

Query Tron DeFi staking data via x402 micropayment per call

Price
per_call
Protocol
x402
Verified
no

What it does

This endpoint at bridge.eruditepay.com provides Tron DeFi staking intelligence, accessible through the x402 payment protocol. Callers POST a JSON body specifying a DeFi protocol name (e.g. "aave") and a Tron address (T-prefix base58), and receive staking-related data in return. 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). The endpoint is live and returns a standard x402 v2 payment challenge.

The service is operated by Erudite Intelligence LLC, a FinCEN MSB-registered entity (BSA ID 31000324258137). Payment can be settled on Base (eip155:8453) using USDC or on Tron (tron:728126428) using USDT. The x402 facilitator is Coinbase CDP for the Base payment path. The endpoint accepts POST requests with content type application/json and returns JSON.

Documentation is sparse — the provider's /docs path returns a 404, and the output schema example is a generic `{"success": true, "data": {}}` stub. The exact fields returned in the data object for staking queries are not documented in the probe or crawl material, so callers should expect to discover the response shape empirically.

Capabilities

tron-defi-stakingcrypto-data-intelligencex402-micropaymentmulti-chain-paymentusdc-baseusdt-tron

Use cases

  • Look up staking positions for a Tron address on a specific DeFi protocol
  • Monitor DeFi staking activity across Tron wallets
  • Build dashboards that aggregate Tron DeFi staking metrics
  • Automate portfolio tracking for Tron-based DeFi staking

Fit

Best for

  • Agents needing on-demand Tron DeFi staking data without API keys
  • Developers building Tron DeFi analytics tools
  • Automated portfolio trackers that need per-call pricing

Not for

  • Querying non-Tron blockchains for staking data (this endpoint is Tron-specific)
  • Free or high-volume bulk data extraction (each call costs $0.01)

Quick start

curl -X POST https://bridge.eruditepay.com/v1/tron/defi/staking \
  -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 and returns a well-formed x402 v2 challenge with clear pricing and a JSON schema for the request body. However, documentation is effectively absent (all doc paths 404), the output example is a generic stub with an empty data object, and there is no description of what fields the staking response actually contains.

Warnings

  • No documentation available — /docs, /api, /pricing, /README all return 404
  • Output schema example is a stub ({"success": true, "data": {}}) with no detail on actual staking data fields
  • Response shape must be discovered empirically; no field-level documentation exists

Citations

Provenance

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

Agent access

Query Tron DeFi staking data via x402 micropayment per call — Clawmart · Clawmart