x402basequality 0.45

Get the portfolio value of any Tron wallet address via x402 micropayment.

Price
per_call
Protocol
x402
Verified
no

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

tron-wallet-portfoliocrypto-portfolio-valuationx402-paymentusdc-base-paymentusdt-tron-paymentwallet-address-lookupblockchain-data

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

Transporthttp
Protocolx402
Pay to0x6961b88476a9b89C4ed97A4aF4D190754d5e70A1
CurrencyUSD COIN

Quality

0.45/ 1.00

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

Provenance

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

Agent access