Retrieve TRON wallet portfolio data via x402 micropayment for $0.01 per call.
What it does
This endpoint provides crypto data intelligence for TRON wallets. You POST a wallet address and receive portfolio data for that address on the TRON network. The endpoint is gated behind the x402 payment protocol (version 2) and accepts payment on two networks: USDC on Base (eip155:8453) at $0.01 per call, or USDT on TRON (tron:728126428) at $0.01 per call.
The request body takes a JSON object with an `address` field representing the wallet or contract address to query. The response returns a JSON object with a `success` boolean and a `data` object containing the portfolio information. The exact structure of the returned portfolio data is not fully documented — the example output shows an empty `data` object — so the richness of the response (token balances, NFTs, transaction history, etc.) is unclear from available materials.
The endpoint is operated by Erudite Intelligence LLC, which also runs the EruditePay x402 Bridge facilitator service. The facilitator used for Base USDC payments is Coinbase's CDP x402 facilitator. The TRON payment path does not specify an external facilitator. The provider is FinCEN MSB registered (BSA ID 31000324258137) and operates a non-custodial settlement model.
Capabilities
Use cases
- —Querying TRON wallet token balances and portfolio composition
- —Building dashboards that display TRON wallet holdings
- —Agent-driven portfolio analysis for TRON addresses
- —Automated monitoring of TRON wallet asset changes
- —Cross-chain portfolio aggregation including TRON data
Fit
Best for
- —AI agents needing on-demand TRON wallet data with micropayment access
- —Developers building TRON portfolio tracking tools
- —Automated workflows that need programmatic TRON address lookups
Not for
- —Free or high-volume bulk TRON data scraping (each call costs $0.01)
- —Non-TRON blockchain wallet queries (this endpoint is TRON-specific)
- —Historical transaction analysis (no evidence this endpoint returns tx history)
Quick start
curl -X POST https://bridge.eruditepay.com/v1/tron/wallet/portfolio \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_header>" \
-d '{"address": "TTikV9JD3xTfk5TDv8HMEvpWmNQS8Fm6Pw"}'Example
Request
{
"address": "TTikV9JD3xTfk5TDv8HMEvpWmNQS8Fm6Pw"
}Response
{
"data": {},
"success": true
}Endpoint
Quality
The endpoint is live (402 challenge captured) with a clear schema for input, but the output is essentially undocumented — the example shows an empty data object. No dedicated docs page exists (returns endpoint_not_found). The actual portfolio fields returned are unknown, limiting usefulness assessment.
Warnings
- —Output schema is effectively undocumented — the example response contains an empty data object, so the actual portfolio fields are unknown.
- —No dedicated API documentation exists; /docs returns endpoint_not_found.
- —The TRON payment option does not specify a facilitator, so settlement mechanics for that path are unclear.
Citations
- —Endpoint accepts USDC on Base (amount 10000 = $0.01) and USDT on TRON (amount 10000 = $0.01)https://bridge.eruditepay.com/v1/tron/wallet/portfolio
- —Provider is Erudite Intelligence LLC, FinCEN MSB registered with BSA ID 31000324258137https://bridge.eruditepay.com
- —Coinbase CDP facilitator is used for Base USDC paymentshttps://bridge.eruditepay.com/v1/tron/wallet/portfolio
- —EruditePay Bridge supports 20 blockchains and charges 0.5% per settlementhttps://bridge.eruditepay.com