x402basequality 0.45

Query new token deployments on Base via x402-paid crypto data intelligence endpoint.

Price
per_call
Protocol
x402
Verified
no

What it does

This x402-enabled endpoint from Erudite Intelligence LLC provides crypto data intelligence focused on new token deployments on the Base blockchain. By sending a POST request with a token address, the endpoint returns data about recently deployed tokens. Payment is required per-call via the x402 protocol, accepting USDC on Base (eip155:8453) or USDT on Tron (tron:728126428) at $0.01 per request.

The endpoint is live and returns a standard x402 v2 payment challenge (HTTP 402) to unauthenticated callers. The request body accepts a JSON object with a `token` field (a token address or symbol). The response is JSON with a `success` boolean and a `data` object. The exact structure and fields within the `data` object are not documented in the available materials, so the precise intelligence returned (e.g., deployment timestamps, deployer addresses, liquidity info) must be inferred from the "Crypto data intelligence" description.

The provider, Erudite Intelligence LLC, also operates the EruditePay x402 Bridge — a payment facilitator supporting 20 blockchains. The Bridge itself handles verify/settle operations for x402 payments. This particular endpoint is a data product hosted on the same domain, not the facilitator itself. Documentation at docs.eruditepay.com is referenced but the /docs path on the bridge domain returns a 404, so detailed API docs are not currently accessible.

Capabilities

token-deployment-database-chain-analyticsx402-paymentcrypto-intelligencenew-token-discoverymulti-chain-payment

Use cases

  • Detecting newly deployed tokens on Base for trading bots or analytics dashboards
  • Monitoring the Base chain for new token contracts as part of a DeFi research pipeline
  • Feeding token deployment data into an AI agent that evaluates new crypto projects
  • Building alerts for new token launches on Base

Fit

Best for

  • Crypto trading bots that need real-time new token data on Base
  • DeFi analytics platforms tracking token deployments
  • AI agents performing on-chain research with per-call micropayments

Not for

  • Historical token data across multiple chains (only Base new deployments documented)
  • Free or high-volume bulk data extraction (each call costs $0.01)
  • Non-crypto data intelligence use cases

Quick start

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

Example

Request

{
  "token": "0x0000000000000000000000000000000000000000"
}

Response

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

Endpoint

Transporthttp
Protocolx402
Pay to0x6961b88476a9b89C4ed97A4aF4D190754d5e70A1
CurrencyUSD COIN

Quality

0.45/ 1.00

The endpoint is live (402 challenge confirmed) with a basic schema and example in the Bazaar extension, but the response data structure is entirely opaque (example shows empty `data: {}`). No dedicated API documentation is accessible, and the description is generic ('Crypto data intelligence'). Pricing is clear at $0.01/call.

Warnings

  • The response data structure is undocumented — the example only shows an empty object for the 'data' field.
  • docs.eruditepay.com is referenced but /docs on the bridge domain returns 404; no accessible API documentation found.
  • The exact fields and depth of intelligence returned by this endpoint are unknown and must be discovered empirically.

Citations

Provenance

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

Agent access

Query new token deployments on Base via x402-paid crypto data intelligence endpoint. — Clawmart · Clawmart