x402basequality 0.45

Look up smart contract information on Base via x402-paid crypto data intelligence endpoint.

Price
per_call
Protocol
x402
Verified
no

What it does

This endpoint, hosted by Erudite Intelligence LLC at bridge.eruditepay.com, provides crypto data intelligence about smart contracts. You send a POST request with a contract address and receive structured JSON data about that contract. The endpoint is described as "Crypto data intelligence" in its x402 challenge.

Payment is required via the x402 protocol (version 2). The endpoint accepts two payment options: USDC on Base (eip155:8453) at 10,000 base units ($0.01 per call), or USDT on Tron (tron:728126428) at 10,000 base units ($0.01 per call). Payment is facilitated through Coinbase CDP's x402 facilitator for the Base option. The provider, Erudite Intelligence LLC, is a FinCEN-registered MSB.

The input schema is straightforward: a JSON body with an `address` field containing the contract address to query. The output is a JSON object with a `success` boolean and a `data` object. However, the example output shows an empty `data` object, so the exact fields returned are not documented. No OpenAPI spec or detailed API documentation was found — the /docs path returns a 404. This limits confidence in what specific contract information is returned.

Capabilities

contract-info-lookupx402-paymentbase-chaintron-chainusdc-paymentusdt-paymentcrypto-data-intelligence

Use cases

  • Querying metadata or details about a smart contract deployed on Base
  • Automated agent workflows that need contract information before interacting with a contract
  • Building dashboards or tools that display contract-level intelligence

Fit

Best for

  • Agents needing programmatic contract lookups with micropayments
  • Developers integrating contract data into x402-compatible workflows
  • Low-cost per-query contract information retrieval

Not for

  • Bulk historical blockchain data analysis (no batch endpoint documented)
  • Non-crypto or non-blockchain use cases
  • Users who need detailed documentation before integrating — docs are sparse

Quick start

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

Example

Request

{
  "address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
}

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 info, but the output example is empty (data: {}), no OpenAPI spec exists, and the /docs path 404s. The actual contract information fields returned are unknown, making integration uncertain.

Warnings

  • No API documentation available — /docs returns 404
  • Output example contains an empty data object; actual response fields are undocumented
  • The description 'Crypto data intelligence' is vague — exact data returned is unclear
  • Schema only describes input; output schema is minimal

Citations

Provenance

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

Agent access