Tron wallet profit-and-loss analysis via x402 micropayment
What it does
This endpoint, hosted by Erudite Intelligence LLC on their EruditePay x402 Bridge, provides Tron blockchain wallet profit-and-loss (PnL) intelligence. You send a POST request with a Tron wallet address and receive a JSON response containing PnL data for that address. The endpoint is described as "Tron intelligence" in its x402 challenge.
Payment is handled via the x402 protocol (version 2). The endpoint accepts two payment options: USDC on Base (network eip155:8453) at 50,000 base units ($0.05) or USDT on Tron (network tron:728126428) at 50,000 base units ($0.05). The facilitator for the Base/USDC option is Coinbase CDP. The provider is registered as a FinCEN MSB (BSA ID 31000324258137) and operates non-custodially.
Documentation is sparse — the endpoint description is simply "Tron intelligence" and the example output is a generic `{"success": true, "data": {}}` stub. The exact fields returned in the `data` object are not documented, so consumers should expect to discover the response shape empirically. The endpoint is live and returning a valid x402 402 challenge.
Capabilities
Use cases
- —Evaluate the profit-and-loss history of a Tron wallet address before interacting with it
- —Build dashboards that display Tron wallet performance metrics
- —Automate due-diligence checks on Tron addresses in compliance workflows
- —Feed Tron wallet PnL data into trading bots or portfolio trackers
Fit
Best for
- —Agents or apps needing on-demand Tron wallet profitability data
- —Developers building Tron analytics tools who want a pay-per-call model
- —Automated pipelines that need programmatic access to Tron PnL without API keys
Not for
- —Multi-chain wallet analytics beyond Tron (this endpoint is Tron-specific)
- —Free or high-volume bulk analysis (each call costs $0.05)
- —Detailed transaction-level breakdowns (response schema is undocumented)
Quick start
curl -X POST https://bridge.eruditepay.com/api/tron/wallet/pnl \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_header>" \
-d '{"address": "TLa2f6VPqDgRE67v1736s7bJ8Ray5wYjU7"}'Example
Request
{
"address": "TLa2f6VPqDgRE67v1736s7bJ8Ray5wYjU7"
}Response
{
"data": {},
"success": true
}Endpoint
Quality
The endpoint is live and returns a valid x402 v2 challenge with clear pricing and schema for the request body. However, the response schema is essentially a stub (empty data object), there are no docs beyond the landing page, and the exact PnL fields returned are unknown. This limits usefulness for agents that need to understand the output shape before calling.
Warnings
- —Response schema is undocumented — the example output is just {"success": true, "data": {}} with no field definitions
- —No dedicated API documentation found (docs.eruditepay.com referenced on landing page but /docs returns 404 on the bridge)
- —The input schema shows a generic 'address' field described as 'Wallet or contract address' — unclear whether contract addresses are actually supported for PnL
Citations
- —Endpoint description is 'Tron intelligence' and accepts POST with a wallet addresshttps://bridge.eruditepay.com/api/tron/wallet/pnl
- —Price is 50,000 base units of USDC on Base ($0.05) or USDT on Tron ($0.05)https://bridge.eruditepay.com/api/tron/wallet/pnl
- —Provider is Erudite Intelligence LLC, FinCEN MSB registered with BSA ID 31000324258137https://bridge.eruditepay.com
- —EruditePay Bridge supports 20 blockchains and operates non-custodiallyhttps://bridge.eruditepay.com
- —Facilitator for Base USDC payments is Coinbase CDPhttps://bridge.eruditepay.com/api/tron/wallet/pnl