Get the portfolio value of any Tron wallet address via x402 micropayment.
What it does
This endpoint, operated by Erudite Intelligence LLC, returns the total portfolio value for a given Tron wallet address. It is part of the EruditePay Bridge ecosystem, which describes itself as a "Crypto data intelligence" provider. The endpoint accepts a POST request with a JSON body containing a wallet address and returns a JSON response with the portfolio valuation data.
Payment is handled via the x402 protocol (v2). The endpoint accepts two payment options: USDC on Base (eip155:8453) at $0.01 per call, or USDT on Tron (tron:728126428) at $0.01 per call. Both amounts are 10,000 base units with 6 decimals, equaling one cent USD. Payments are facilitated through Coinbase CDP (for Base) or directly on Tron. The maximum payment timeout is 300 seconds.
Documentation is sparse — the crawled /docs path returns a 404, and the Bazaar schema embedded in the x402 challenge provides only a minimal example (an empty data object in the output). The input schema specifies a single field, `address`, described as a "Wallet or contract address." The provider is FinCEN MSB registered (BSA ID 31000324258137) and operates non-custodially. Without richer documentation or example responses, the exact structure of the returned portfolio data is unknown.
Capabilities
Use cases
- —Retrieve the total portfolio value of a Tron wallet for display in a dashboard
- —Automate portfolio tracking across Tron addresses in a bot or agent
- —Assess wallet holdings before executing a trade or transfer
- —Integrate Tron wallet valuation into a multi-chain portfolio aggregator
Fit
Best for
- —Agents or apps needing on-demand Tron wallet portfolio valuations
- —Developers building multi-chain portfolio dashboards
- —Automated trading bots that need wallet balance context
Not for
- —Non-Tron blockchain wallet lookups (separate endpoints likely exist for other chains)
- —Free or high-volume bulk queries — each call costs $0.01 via x402
- —Detailed transaction history or token-level breakdowns (output structure unclear)
Quick start
curl -X POST https://bridge.eruditepay.com/v1/tron/wallet/portfolio-value \
-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 payment scheme and input schema, but documentation is effectively absent — /docs returns 404, the output example is an empty object, and there is no OpenAPI spec. The exact shape of the portfolio data returned is unknown.
Warnings
- —No dedicated documentation available — /docs returns 404
- —Output example in the Bazaar schema is an empty object; actual response structure is unknown
- —No OpenAPI or detailed schema for the response payload
- —Description field in the challenge is generic ('Crypto data intelligence') and does not describe this specific endpoint
Citations
- —The endpoint returns a 402 challenge with x402 v2 protocol and accepts USDC on Base and USDT on Tron at 10,000 base units eachhttps://bridge.eruditepay.com/v1/tron/wallet/portfolio-value
- —Provider is Erudite Intelligence LLC, FinCEN MSB registered with BSA ID 31000324258137https://bridge.eruditepay.com
- —USDC and USDT use 6 decimals, so 10,000 base units equals $0.01https://bridge.eruditepay.com
- —The Bridge supports 20 blockchains and charges 0.5% per settlement with free verificationhttps://bridge.eruditepay.com