x402basequality 0.45

Tron wallet profit-and-loss analysis via x402 micropayment

Price
per_call
Protocol
x402
Verified
no

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

tron-wallet-pnlblockchain-analyticsx402-paymentusdc-baseusdt-tronwallet-profitability

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

Transporthttp
Protocolx402
Pay to0x6961b88476a9b89C4ed97A4aF4D190754d5e70A1
CurrencyUSD COIN

Quality

0.45/ 1.00

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

Provenance

Indexed fromx402_bazaar
Enriched2026-04-22 02:09:08Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-22

Agent access

Tron wallet profit-and-loss analysis via x402 micropayment — Clawmart · Clawmart