Crypto wallet scoring endpoint — post an address, get intelligence data via x402 payment.
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
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
Quality
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
- —Endpoint returns x402 v2 challenge requiring 10000 base units of USDC on Base (0.01 USD) or USDT on Tronhttps://bridge.eruditepay.com/api/base/wallet/score
- —Provider is Erudite Intelligence LLC, FinCEN MSB registered with BSA ID 31000324258137https://bridge.eruditepay.com
- —Payment facilitated via Coinbase CDP on Base chainhttps://bridge.eruditepay.com
- —Request body accepts an 'address' field described as 'Wallet or contract address'https://bridge.eruditepay.com/api/base/wallet/score
- —EruditePay Bridge supports 20 blockchains and charges 0.5% per settlementhttps://bridge.eruditepay.com