x402basequality 0.45

Crypto address risk scoring via x402 micropayment on Base (USDC) or Tron (USDT).

Price
per_call
Protocol
x402
Verified
no

What it does

This endpoint from Erudite Intelligence LLC provides a crypto address risk-score service. You POST a wallet or contract address and receive a risk assessment in return. The endpoint is gated by the x402 protocol (version 2) and accepts payment of $0.01 per call — payable in USDC on Base (EIP-155:8453) or USDT on Tron.

The request body is simple JSON with a single field: `address` (a wallet or contract address string). The response returns a JSON object with a `success` boolean and a `data` object whose internal structure is not fully documented — the example in the schema shows an empty object. Because the provider's docs page returns a 404 and no OpenAPI spec is published, the exact fields within the risk-score response (e.g., numeric score, risk categories, flags) must be discovered by making a paid call.

EruditePay Bridge, the facilitator behind this endpoint, supports 20 blockchains and is operated by Erudite Intelligence LLC, a FinCEN-registered MSB (BSA ID 31000324258137). The endpoint is live and returns a proper 402 challenge. Payment is settled via the Coinbase CDP x402 facilitator for the Base network option.

Capabilities

address-risk-scoringcrypto-compliancewallet-analysisx402-paymentmulti-chain-paymentusdc-baseusdt-tron

Use cases

  • Screen incoming crypto deposits for risk before crediting a user account
  • Automate compliance checks on counterparty wallet addresses in a DeFi protocol
  • Build a transaction monitoring pipeline that flags high-risk addresses in real time
  • Integrate address risk data into a KYC/KYT workflow for a crypto exchange
  • Agent-driven due diligence on wallet addresses before executing trades

Fit

Best for

  • Crypto compliance teams needing per-address risk checks
  • DeFi protocols screening counterparty addresses
  • AI agents performing automated wallet due diligence
  • Fintech apps integrating lightweight AML screening

Not for

  • Bulk historical blockchain analytics (no batch endpoint documented)
  • Non-crypto address or identity verification
  • Users who need detailed human-readable compliance reports with citations

Quick start

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

Example

Request

{
  "address": "0x742d35Cc6634C0532925a3b844Bc9e7595f2bD18"
}

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 challenge with schema metadata, but the response data structure is undocumented (example shows empty object), no OpenAPI spec exists, and the docs page returns 404. Pricing and payment options are clear, but the actual risk-score output fields are unknown.

Warnings

  • Response data structure is undocumented — the example output shows an empty 'data' object, so actual risk-score fields are unknown.
  • No OpenAPI specification or dedicated API documentation is available (docs endpoint returns 404).
  • The description in the x402 challenge is generic ('Crypto data intelligence') and does not detail what risk signals are returned.

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