Query Tron DeFi staking data via x402 micropayment per call
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
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
Quality
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
- —Endpoint returns x402 v2 challenge with $0.01 price (10000 base units USDC on Base or USDT on Tron)https://bridge.eruditepay.com/v1/tron/defi/staking
- —Operated by Erudite Intelligence LLC, FinCEN MSB registered, BSA ID 31000324258137https://bridge.eruditepay.com
- —Coinbase CDP facilitator used for Base payment pathhttps://bridge.eruditepay.com/v1/tron/defi/staking
- —Bridge supports 20 blockchains and charges 0.5% per settlementhttps://bridge.eruditepay.com