x402basequality 0.45

Pay-per-call token audit endpoint returning crypto data intelligence for any token address.

Price
per_call
Protocol
x402
Verified
no

What it does

The Token Audit endpoint at bridge.eruditepay.com provides on-demand crypto data intelligence via the x402 payment protocol. Callers POST a JSON body containing a token address (or symbol), pay per request, and receive audit data about the specified token. The endpoint is operated by Erudite Intelligence LLC and sits alongside their x402 payment facilitator bridge, which supports 20 blockchains.

Payment is accepted in two ways: USDC on Base (EIP-155:8453) or USDT on Tron. Each call costs 10,000 base units — equivalent to $0.01 (one cent) given 6-decimal stablecoins. The x402 v2 challenge is live and returns a well-formed 402 response with payment requirements. Settlement is facilitated through the Coinbase CDP x402 facilitator for the Base option.

Documentation is sparse. The endpoint description in the x402 challenge is simply "Crypto data intelligence," and the example output schema shows only `{"success": true, "data": {}}` with no detail on what fields the `data` object contains. There is no OpenAPI spec, no dedicated docs page (the /docs path returns a 404-equivalent), and no sample response showing actual audit results. Prospective users should expect to discover the response shape empirically.

Capabilities

token-auditcrypto-intelligencex402-paymentusdc-baseusdt-tronpost-json-api

Use cases

  • Automated token due-diligence checks before a DeFi integration or swap
  • Agent-driven portfolio screening to flag risky or suspicious tokens
  • On-demand token audits embedded in trading bot decision pipelines
  • Pre-listing token review for aggregator or exchange platforms

Fit

Best for

  • AI agents needing programmatic, pay-per-call token intelligence
  • Developers building automated crypto risk-screening workflows
  • Trading bots that need quick token validation before executing trades

Not for

  • Users who need detailed, human-readable audit reports with remediation guidance
  • Free or bulk token scanning — every call costs $0.01
  • Non-crypto use cases — this endpoint is specific to blockchain token data

Quick start

curl -X POST https://bridge.eruditepay.com/v1/base/launch/token-audit \
  -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 to0x24c5da6267AEbEBfCBf7B325753C5B2538A5B09B
CurrencyUSD COIN

Quality

0.45/ 1.00

The endpoint is live (402 challenge confirmed) with a clear price and input schema, but the output schema is essentially empty (example shows only `{"data": {}}`), there is no OpenAPI spec, no documentation page, and no description of what audit data is actually returned. Significant inference is required.

Warnings

  • No documentation available — /docs returns endpoint_not_found
  • Output schema is a stub: example response shows only {"success": true, "data": {}} with no field definitions
  • Endpoint description is vague: 'Crypto data intelligence' — actual audit content is unknown
  • No OpenAPI or AI plugin manifest found

Citations

Provenance

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

Agent access