x402basequality 0.45

Look up stablecoin transfer details by token address and transaction hash via x402 micropayment.

Price
per_call
Protocol
x402
Verified
no

What it does

This x402-gated endpoint at bridge.eruditepay.com accepts a POST request containing a token contract address and a transaction hash, and returns data about the corresponding stablecoin transfer. The endpoint is described as "Crypto data intelligence" in its x402 challenge. Payment is required per-call: $0.01 in USDC on Base (eip155:8453) or $0.01 in USDT on Tron (tron:728126428), settled through the x402 protocol v2.

The request body takes two fields: `token` (a token address or symbol) and `hash` (a transaction hash). The response is a JSON object with a `success` boolean and a `data` object whose internal structure is not documented beyond the example stub `{}`. The endpoint is operated by Erudite Intelligence LLC, a FinCEN-registered MSB (BSA ID 31000324258137). The facilitator used for payment verification and settlement is Coinbase CDP's x402 endpoint.

Note that the provider's documentation link (docs.eruditepay.com) was not reachable during crawl, and the response schema's `data` field is unspecified, so the exact fields returned for a successful lookup are unknown. The endpoint is live and returning a valid x402 v2 challenge.

Capabilities

stablecoin-transfer-lookuptransaction-hash-queryx402-paymentbase-usdctron-usdtcrypto-data-intelligence

Use cases

  • Look up details of a specific stablecoin transfer given its transaction hash
  • Verify that a stablecoin payment was sent to the correct address
  • Enrich transaction monitoring pipelines with transfer metadata
  • Cross-reference on-chain stablecoin movements for compliance or analytics

Fit

Best for

  • Agents or services that need per-call stablecoin transfer lookups without API keys
  • Compliance workflows that verify individual token transfers
  • Lightweight crypto data queries paid via x402 micropayments

Not for

  • Bulk historical blockchain data extraction (single-transfer lookup only)
  • Non-stablecoin token analytics or general-purpose block explorers
  • Users who cannot pay with USDC on Base or USDT on Tron

Quick start

curl -X POST https://bridge.eruditepay.com/v1/base/stablecoin/transfers \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_header>" \
  -d '{"token":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","hash":"0xabc...def"}'

Example

Request

{
  "hash": "0x0000000000000000000000000000000000000000000000000000000000000000",
  "token": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
}

Response

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

Endpoint

Transporthttp
Protocolx402
Pay to0x6961b88476a9b89C4ed97A4aF4D190754d5e70A1
CurrencyUSD COIN

Quality

0.45/ 1.00

The endpoint is live with a valid x402 v2 challenge and a basic input schema, but the output schema's data field is an empty stub, the docs link returns nothing, and there is no documentation describing what fields are actually returned. Pricing and payment options are clear.

Warnings

  • The response data field is unspecified — the example is just an empty object, so actual return fields are unknown.
  • docs.eruditepay.com was referenced but not reachable; /docs on the bridge domain returns endpoint_not_found.
  • The endpoint description 'Crypto data intelligence' is vague and may not fully describe the functionality.

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-22 01:39:29Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-22

Agent access