x402basequality 0.45

Monitor new liquidity pools on Base and other chains via x402 micropayment

Price
per_call
Protocol
x402
Verified
no

What it does

This endpoint from Erudite Intelligence LLC returns data about newly created liquidity pools on a specified blockchain network. It is accessed via HTTP POST with a JSON body containing a `chain` parameter (e.g., "base"). The endpoint is gated behind the x402 protocol (version 2), requiring per-call payment before data is served.

Pricing is set at 10,000 base units of USDC on Base (eip155:8453) or USDT on Tron (tron:728126428). Since both USDC and USDT use 6 decimals, the cost per call is $0.01 (one cent). Payment is facilitated through the EruditePay Bridge, which supports settlement via Coinbase CDP on Base and direct on Tron. The maximum payment timeout is 300 seconds.

The response schema is minimal: a JSON object with `success` (boolean) and `data` (object). The exact structure of the `data` field is not documented beyond an empty example object, so the richness and format of the pool data returned is unclear. No OpenAPI spec or dedicated documentation page was found — the docs URL returns a 404. The endpoint is live and correctly returning a 402 challenge, confirming it is operational. The provider (Erudite Intelligence LLC) operates the EruditePay x402 Bridge, a FinCEN MSB-registered payment facilitator supporting 20 blockchains.

Capabilities

new-pool-detectionblockchain-monitoringdefi-datax402-payment-gatedmulti-chain-supportliquidity-pool-tracking

Use cases

  • Detect newly deployed liquidity pools on Base for early trading opportunities
  • Build automated alerts when new token pairs appear on decentralized exchanges
  • Feed new pool data into a DeFi analytics dashboard
  • Power an agent that evaluates new pools for rug-pull risk indicators
  • Track DeFi ecosystem growth by monitoring pool creation rates

Fit

Best for

  • DeFi traders seeking early pool discovery
  • Crypto analytics platforms needing real-time pool data
  • Autonomous trading agents that pay per query via x402

Not for

  • Users needing historical pool data (endpoint appears focused on new/recent pools)
  • Non-crypto applications with no USDC or USDT payment capability
  • Users who need detailed documentation before integrating — response schema is undocumented

Quick start

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

Example

Request

{
  "chain": "base"
}

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 clear pricing and payment options. However, the response data schema is essentially undocumented (only an empty example object), there is no OpenAPI spec, and the dedicated docs URL returns 404. The actual content and structure of pool data returned is unknown.

Warnings

  • Response data schema is undocumented — the example shows only an empty object for 'data'
  • No OpenAPI specification or dedicated API documentation available (docs URL returns 404)
  • Exact fields returned for new pools (e.g., pool address, token pair, DEX, timestamp) are unknown
  • The endpoint path includes '/base/' but the body also accepts a 'chain' parameter — unclear if these must match or if the path is generic

Citations

Provenance

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

Agent access

Monitor new liquidity pools on Base and other chains via x402 micropayment — Clawmart · Clawmart