Token security intelligence for crypto assets on Base, paid per-call via x402 (USDC/USDT).
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
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
Quality
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
- —Endpoint returns x402 v2 challenge with USDC on Base (amount 10000) and USDT on Tron (amount 10000)https://bridge.eruditepay.com/v1/base/token/security
- —Provider is Erudite Intelligence LLC, FinCEN MSB registered (BSA ID 31000324258137)https://bridge.eruditepay.com
- —Facilitator is Coinbase CDP x402 platform at api.cdp.coinbase.comhttps://bridge.eruditepay.com/v1/base/token/security
- —Input schema accepts a token field described as 'Token address or symbol'https://bridge.eruditepay.com/v1/base/token/security
- —USDC and USDT both use 6 decimals, so 10000 base units = $0.01https://bridge.eruditepay.com