x402basequality 0.40

Query newly launched crypto tokens on Base via x402-paid endpoint

Price
per_call
Protocol
x402
Verified
no

What it does

This x402-protected endpoint at bridge.eruditepay.com provides crypto data intelligence focused on newly launched tokens. It accepts a POST request with a JSON body containing a "query" parameter and returns structured JSON results. The endpoint is operated by Erudite Intelligence LLC.

Payment is required per-call via the x402 protocol (v2). 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 the Coinbase CDP x402 facilitator for Base, and directly for Tron. The settlement is handled by the EruditePay Bridge, which supports 20 blockchains and charges 0.5% per settlement.

Documentation is sparse for this specific endpoint. The provider's landing page describes EruditePay as an x402 payment facilitator, but the "/v1/base/launch/new-tokens" path appears to be a data endpoint rather than a facilitator endpoint. The input schema specifies a POST with a JSON body containing a "query" string, and the output example shows a generic `{"success": true, "data": {}}` structure. No detailed field documentation, response schema, or query syntax guide was found. The endpoint is live and returning a proper 402 challenge.

Capabilities

crypto-token-datanew-token-discoveryx402-paymentbase-chaintron-paymentjson-apiquery-based-search

Use cases

  • Querying information about recently launched tokens on Base
  • Building dashboards that track new crypto token launches
  • Automated agents that monitor and analyze new token deployments
  • Integrating new-token alerts into trading bots

Fit

Best for

  • Agents needing on-demand crypto token launch data
  • Developers building token discovery tools
  • Automated trading systems monitoring new listings

Not for

  • Historical blockchain transaction analysis (no evidence of that capability)
  • Non-crypto data queries
  • Users who need detailed API documentation before integrating

Quick start

curl -X POST https://bridge.eruditepay.com/v1/base/launch/new-tokens \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-header>" \
  -d '{"query": "latest"}'

Example

Request

{
  "query": "example"
}

Response

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

Endpoint

Transporthttp
Protocolx402
Pay to0x6961b88476a9b89C4ed97A4aF4D190754d5e70A1
CurrencyUSD COIN

Quality

0.40/ 1.00

The endpoint is live and returns a valid x402 challenge with pricing and schema info. However, the actual data returned, query syntax, and response fields are undocumented. The example output is a generic stub. No dedicated docs page exists (returns 404). The endpoint's purpose is inferred from the URL path and the brief description 'Crypto data intelligence'.

Warnings

  • No dedicated documentation found — /docs, /api, /pricing, /README all return 404
  • Response schema is a generic stub ({"success": true, "data": {}}) with no field definitions
  • Query syntax and supported query parameters are undocumented
  • The provider's main site describes a payment facilitator, but this endpoint appears to be a data product — the relationship is unclear

Citations

Provenance

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

Agent access