Query newly launched crypto tokens on Base via x402-paid endpoint
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
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
Quality
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
- —Endpoint returns x402 v2 challenge with USDC on Base at 10,000 base units and USDT on Tron at 10,000 base unitshttps://bridge.eruditepay.com/v1/base/launch/new-tokens
- —Provider is Erudite Intelligence LLC, FinCEN MSB registeredhttps://bridge.eruditepay.com
- —EruditePay Bridge supports 20 blockchains and charges 0.5% per settlementhttps://bridge.eruditepay.com
- —USDC on Base uses 6 decimals (asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913)https://bridge.eruditepay.com