x402basequality 0.40

Retrieve wallet transaction data on Base via x402 micropayment (USDC/USDT).

Price
per_call
Protocol
x402
Verified
no

What it does

This x402-enabled endpoint from Erudite Intelligence LLC provides crypto data intelligence by returning transaction information for a given wallet address or transaction hash on the Base network. Callers POST a JSON body containing an `address` (wallet or contract address) and/or a `hash` (transaction hash), and receive structured transaction data in return.

Payment is handled via the x402 protocol (HTTP 402 challenge). The endpoint accepts two payment rails: USDC on Base (EIP-155:8453) at 0.01 USDC per call, or USDT on Tron at 0.01 USDT per call. The facilitator is Coinbase CDP's x402 service for the Base rail. The provider, Erudite Intelligence LLC, also operates the EruditePay Bridge — an x402 payment facilitator supporting 20 blockchains — but this specific endpoint is a data API, not the facilitator itself.

Documentation for this endpoint is sparse. The crawled landing page at bridge.eruditepay.com describes the EruditePay Bridge facilitator service, not this wallet transactions data endpoint specifically. The Bazaar schema embedded in the 402 challenge provides the input/output structure, but the output example is a generic `{"success": true, "data": {}}` stub with no detail on what fields are returned. No OpenAPI spec or dedicated docs page was found.

Capabilities

wallet-transaction-lookupcrypto-data-intelligencex402-paymentbase-networktron-payment-railusdc-paymentusdt-paymentjson-api

Use cases

  • Look up transaction history for a specific wallet address on Base
  • Retrieve details of a specific transaction by hash
  • Feed wallet transaction data into an AI agent's crypto analysis pipeline
  • Monitor wallet activity programmatically with per-call micropayments
  • Enrich blockchain addresses with transaction metadata

Fit

Best for

  • Agents needing on-demand wallet transaction data without API key subscriptions
  • Micropayment-based access to Base chain transaction intelligence
  • Developers integrating x402-native crypto data lookups

Not for

  • Bulk historical blockchain data exports (per-call pricing adds up)
  • Multi-chain transaction queries beyond Base (endpoint is Base-specific)
  • Users who need detailed documentation before integrating (docs are minimal)

Quick start

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

Example

Request

{
  "hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
  "address": "0x0000000000000000000000000000000000000000"
}

Response

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

Endpoint

Transporthttp
Protocolx402
Pay to0x24c5da6267AEbEBfCBf7B325753C5B2538A5B09B
CurrencyUSD COIN

Quality

0.40/ 1.00

The endpoint is live (402 challenge captured) with a clear Bazaar schema for input, but the output example is a stub with no field details. No dedicated documentation exists for this data endpoint; the landing page describes the facilitator service, not the transactions API. Pricing is clear ($0.01 per call) but response structure is unknown.

Warnings

  • Output schema is a generic stub — actual response fields are undocumented
  • No OpenAPI spec or dedicated endpoint documentation found
  • The /docs path returns 404; docs.eruditepay.com was not crawled and may or may not exist
  • Response data structure must be discovered empirically

Citations

Provenance

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

Agent access