x402basequality 0.45

Get token-level PnL data for any wallet on Base 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, returns token-level profit-and-loss (PnL) data for a given wallet address and token on the Base network. It accepts a POST request with a JSON body containing an `address` (wallet or contract address) and a `token` (token address or symbol), and returns a JSON object with PnL analytics.

Payment is handled via the x402 protocol (HTTP 402 challenge). The endpoint accepts two payment options: USDC on Base (EIP-155:8453) or USDT on Tron, both at 10,000 base units — which equals $0.01 per call (6-decimal stablecoins). Settlement is facilitated through the EruditePay Bridge, which supports 20 blockchains and charges 0.5% per settlement. The Coinbase CDP facilitator is listed as an option for Base USDC payments.

The provider describes the service broadly as "Crypto data intelligence." Documentation beyond the x402 challenge schema and the Bridge landing page is sparse — the /docs path returns a 404, and no OpenAPI spec was found. The output schema example is minimal (`{"success": true, "data": {}}`), so the exact shape of the PnL response object is not documented. The provider is a FinCEN-registered MSB (BSA ID 31000324258137) operating a non-custodial settlement model.

Capabilities

token-pnlwallet-analyticsbase-chainx402-paymentusdc-paymentusdt-paymenttron-paymentcrypto-data-intelligenceper-call-micropayment

Use cases

  • Calculate realized and unrealized PnL for a specific token held by a wallet on Base
  • Build portfolio dashboards that show per-token performance for any address
  • Automate trading bot decisions by querying token-level profitability
  • Audit wallet activity for tax reporting or compliance purposes

Fit

Best for

  • Agents or bots needing per-call crypto wallet analytics without API keys
  • Developers building Base-chain portfolio trackers
  • On-chain analysts who want programmatic PnL lookups at $0.01 per query

Not for

  • Multi-chain PnL aggregation across many networks in a single call
  • Historical time-series PnL charting (output schema unclear on granularity)
  • Users who need detailed documentation or guaranteed response schemas before integrating

Quick start

curl -X POST https://bridge.eruditepay.com/v1/base/wallet/token-pnl \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_header>" \
  -d '{"address": "0xYourWalletAddress", "token": "0xTokenContractAddress"}'

Example

Request

{
  "token": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
  "address": "0x1234567890abcdef1234567890abcdef12345678"
}

Response

{
  "data": {},
  "success": true
}

Endpoint

Transporthttp
Protocolx402
Pay to0x24c5da6267AEbEBfCBf7B325753C5B2538A5B09B
CurrencyUSD COIN

Quality

0.45/ 1.00

The endpoint is live (402 challenge captured) with a clear input schema and pricing, but the output schema is essentially a stub ({"data": {}}), no OpenAPI spec exists, and the /docs path 404s. The actual PnL data fields returned are unknown, making integration speculative.

Warnings

  • Output schema is a stub — the exact fields in the 'data' object are undocumented.
  • No OpenAPI or dedicated API documentation found (/docs returns 404).
  • Response structure must be discovered empirically; no guarantees on field stability.

Citations

Provenance

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

Agent access