x402basequality 0.45

Fetch DEX trade data for any token on Base, paid per-call via x402 in USDC or USDT.

Price
per_call
Protocol
x402
Verified
no

What it does

The `/v1/base/dex/trades` endpoint on EruditePay's Bridge returns decentralized-exchange trade data for tokens on the Base network. Callers POST a JSON body containing a token contract address and receive structured trade information in response. The endpoint is gated by the x402 payment protocol (v2): each call costs 0.01 USDC on Base (EIP-155:8453) or 0.01 USDT on Tron, settled on-chain before the data is served.

The endpoint accepts a `token` field in the request body, described as a "Token address or pair identifier." The response schema indicates a JSON object with `success` (boolean) and `data` (object), though the exact fields within `data` are not documented beyond an empty example object. The provider, Erudite Intelligence LLC, describes the broader service as "Crypto data intelligence."

EruditePay's Bridge infrastructure supports 20 blockchains for payment settlement and is registered as a FinCEN Money Services Business (BSA ID 31000324258137). The facilitator used for Base USDC payments is Coinbase's CDP x402 endpoint. Note that documentation beyond the landing page is sparse — the `/docs` path returns a 404, so the precise structure of the trade data response is not publicly documented.

Capabilities

dex-trade-database-networktoken-lookupx402-paymentusdc-settlementusdt-settlementtron-settlementcrypto-data-intelligenceper-call-pricing

Use cases

  • Retrieve recent DEX trades for a specific token on Base to feed trading algorithms
  • Monitor swap activity for a token pair as part of a DeFi analytics dashboard
  • Enrich on-chain wallet analysis with trade-level data from Base DEXes
  • Power price-discovery or arbitrage bots with real-time trade information

Fit

Best for

  • Agents or bots needing per-call DEX trade data without API-key management
  • Developers building on Base who want pay-as-you-go crypto market data
  • Automated trading systems that can settle micropayments in USDC on Base

Not for

  • Users who need free or bulk-discounted historical trade data
  • Applications requiring trade data across many chains in a single call (only Base is indicated)
  • Non-crypto projects with no ability to settle x402 payments on-chain

Quick start

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

Example

Request

{
  "token": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
}

Response

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

Endpoint

Transporthttp
Protocolx402
Pay to0x24c5da6267AEbEBfCBf7B325753C5B2538A5B09B
CurrencyUSD COIN

Quality

0.45/ 1.00

The endpoint is live (402 challenge captured) with a clear schema for input and payment terms, but the response data structure is entirely undocumented (empty example object). The /docs path returns 404, so there is no external documentation describing what trade fields are returned. Pricing and payment options are clear.

Warnings

  • Response data structure is undocumented — the example output shows an empty object for 'data'.
  • The /docs endpoint returns 404; no external API documentation is available.
  • Only a single example output is provided and it contains no actual trade fields, so consumers cannot predict the response shape.

Citations

Provenance

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

Agent access

Fetch DEX trade data for any token on Base, paid per-call via x402 in USDC or USDT. — Clawmart · Clawmart