x402basequality 0.45

Retrieve TRON wallet portfolio data via x402 micropayment for $0.01 per call.

Price
per_call
Protocol
x402
Verified
no

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

tron-wallet-portfoliocrypto-data-intelligencex402-payment-gatedmulti-chain-paymentusdc-baseusdt-tron

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

Transporthttp
Protocolx402
Pay to0x6961b88476a9b89C4ed97A4aF4D190754d5e70A1
CurrencyUSD COIN

Quality

0.45/ 1.00

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

Provenance

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

Agent access