x402basequality 0.45

Token security intelligence for crypto assets on Base, paid per-call via x402 (USDC/USDT).

Price
per_call
Protocol
x402
Verified
no

What it does

This endpoint from Erudite Intelligence LLC provides crypto token security data. You POST a token address (or symbol) and receive security-related intelligence about that token. The endpoint is gated behind the x402 payment protocol (version 2), requiring a per-call micropayment of $0.01 (10,000 base units of USDC on Base or USDT on Tron, both 6-decimal stablecoins).

The x402 challenge confirms the endpoint is live and accepts payments on two networks: Base (EIP-155:8453) via USDC and Tron (728126428) via Tether USDT. The facilitator used for payment verification and settlement is Coinbase CDP's x402 platform. The provider, Erudite Intelligence LLC, also operates the EruditePay x402 Bridge facilitator service, which is a FinCEN-registered MSB.

Documentation is sparse — the Bazaar schema embedded in the x402 challenge shows the input is a JSON body with a `token` field (a token address or symbol), and the output is a JSON object with `success` and `data` fields. No detailed documentation of the `data` payload structure was found; the example output shows an empty `data` object. The endpoint description in the challenge is simply "Crypto data intelligence." Without richer documentation or example responses, the exact fields and depth of the security analysis returned are unknown.

Capabilities

token-security-analysiscrypto-data-intelligencex402-payment-gatedbase-usdc-paymenttron-usdt-paymentper-call-micropaymentjson-api

Use cases

  • Checking whether a token contract has known security risks before trading
  • Automated agent workflows that screen tokens for honeypot or rug-pull indicators
  • Portfolio monitoring tools that flag risky token holdings
  • DEX aggregators adding safety warnings for listed tokens

Fit

Best for

  • AI agents needing on-demand token security checks with micropayments
  • Developers building crypto trading bots that need safety screening
  • DeFi dashboards adding token risk indicators

Not for

  • Non-crypto use cases — this is specific to blockchain token analysis
  • Users who need detailed smart contract audit reports (response schema is unclear)
  • High-volume bulk scanning without per-call payment budget

Quick start

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

Example

Request

{
  "token": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
}

Response

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

Endpoint

Transporthttp
Protocolx402
Pay to0x6961b88476a9b89C4ed97A4aF4D190754d5e70A1
CurrencyUSD COIN

Quality

0.45/ 1.00

The endpoint is live (402 challenge captured) with a clear schema for input, but the output data structure is entirely opaque — the example shows an empty object. No dedicated documentation was found (docs path returns 404). Pricing is clear at $0.01/call. The lack of output field documentation and examples significantly limits usefulness for agent integration.

Warnings

  • No documentation available — /docs returns endpoint_not_found
  • Output schema is undefined; the example response contains an empty data object
  • Exact security metrics or fields returned are unknown
  • Cannot verify what 'Crypto data intelligence' specifically covers for this endpoint

Citations

Provenance

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

Agent access