x402basequality 0.45

Crypto wallet scoring endpoint — post an address, get intelligence data via x402 payment.

Price
per_call
Protocol
x402
Verified
no

What it does

This endpoint, hosted by Erudite Intelligence LLC on their EruditePay Bridge infrastructure, provides crypto data intelligence in the form of a "wallet score." You POST a wallet or contract address and receive a scored assessment in return. The endpoint is gated behind the x402 payment protocol (v2), requiring per-call payment of 0.01 USDC on Base (EIP-155:8453) or 0.01 USDT on Tron before the response is served.

The request schema is straightforward: a JSON body with a single `address` field containing the wallet or contract address to evaluate. The response is a JSON object with a `success` boolean and a `data` object, though the exact structure and fields within `data` are not documented — the example output in the Bazaar schema shows an empty object. No OpenAPI spec or dedicated documentation page is available for this specific endpoint (the /docs path returns a 404), so the precise scoring methodology, output fields, and data sources remain unclear.

The provider, Erudite Intelligence LLC, is a FinCEN-registered MSB (BSA ID 31000324258137) that operates a multi-chain x402 payment facilitator supporting 20 blockchains. The endpoint is live and returns a valid x402 v2 challenge. Payment is facilitated via Coinbase CDP on Base and natively on Tron. The settlement timeout is 300 seconds.

Capabilities

wallet-scoringcrypto-address-analysisx402-payment-gatedbase-usdctron-usdtpost-json-api

Use cases

  • Assess the risk or reputation of a crypto wallet before transacting with it
  • Screen contract addresses for suspicious activity as part of compliance workflows
  • Integrate wallet scoring into automated trading or DeFi strategies
  • Enrich on-chain analytics dashboards with per-address intelligence

Fit

Best for

  • Agents or services that need per-call wallet risk scoring without a subscription
  • Crypto compliance teams screening counterparty addresses
  • DeFi protocols that want automated address vetting

Not for

  • Users who need detailed documentation on scoring methodology before integrating
  • Bulk scoring of millions of addresses (per-call payment model may be cost-prohibitive at scale)
  • Non-crypto use cases with no wallet addresses to evaluate

Quick start

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

Example

Request

{
  "address": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"
}

Response

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

Endpoint

Transporthttp
Protocolx402
Pay to0x6961b88476a9b89C4ed97A4aF4D190754d5e70A1
CurrencyUSD COIN

Quality

0.45/ 1.00

The endpoint is live and returns a valid x402 v2 challenge with clear pricing and schema. However, there is no documentation for the wallet/score endpoint specifically — the output example shows an empty data object, the scoring methodology is undocumented, and the /docs path returns 404. The actual response fields are unknown.

Warnings

  • No dedicated documentation exists for this endpoint; /docs returns 404
  • The example output in the Bazaar schema shows an empty data object — actual response fields are unknown
  • Scoring methodology, data sources, and output field definitions are not documented
  • The endpoint path includes 'base' which may imply Base-chain-specific scoring, but this is unconfirmed

Citations

Provenance

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

Agent access