x402basequality 0.45

Pay-per-call ETH and token price data via x402 on Base (USDC) or Tron (USDT).

Price
per_call
Protocol
x402
Verified
no

What it does

The `/v1/market/eth-price` endpoint on EruditePay's Bridge provides crypto price intelligence behind an x402 paywall. Callers POST a JSON body containing a `token` field (a token address or symbol) and receive price data in return. The endpoint is described by the provider as "Crypto data intelligence" and accepts payment via two rails: USDC on Base (eip155:8453) or USDT on Tron, both at 10,000 base units per call — equivalent to $0.01 USD per request (6-decimal stablecoins).

The x402 v2 challenge was successfully captured, confirming the endpoint is live. The payment facilitator is Coinbase CDP for the Base rail. The provider, Erudite Intelligence LLC, operates the EruditePay Bridge, a multi-chain x402 facilitator registered as a FinCEN MSB (BSA ID 31000324258137). The Bridge itself supports 20 blockchains for payment verification and settlement.

Documentation is sparse for this specific market-data endpoint. The Bazaar schema embedded in the x402 challenge specifies a POST with a JSON body containing a `token` string (address or symbol), and the example output is `{"success": true, "data": {}}` — the actual shape of the `data` object is not documented. No OpenAPI spec or dedicated docs page was found. Callers should expect a JSON response but will need to experiment to understand the full response structure.

Capabilities

crypto-price-datax402-paywallusdc-baseusdt-trontoken-lookuppay-per-calljson-api

Use cases

  • Fetching real-time ETH or token prices in an automated trading agent
  • Enriching wallet dashboards with current token valuations
  • Building price-aware smart contract triggers via off-chain data
  • Integrating crypto price checks into payment or invoicing workflows

Fit

Best for

  • Agents that need pay-per-call crypto price data without API key management
  • x402-native workflows already settling on Base or Tron
  • Low-volume or sporadic price lookups at $0.01 per call

Not for

  • High-frequency trading requiring sub-second latency and bulk pricing tiers
  • Users who need comprehensive historical OHLCV candle data
  • Non-crypto use cases with no stablecoin payment capability

Quick start

curl -X POST https://bridge.eruditepay.com/v1/market/eth-price \
  -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 x402 challenge is live and well-formed, confirming the endpoint works and pricing is clear ($0.01/call). However, there is no OpenAPI spec, no dedicated documentation, and the response schema is essentially a stub (empty `data` object). The actual content of the price response must be inferred or discovered experimentally.

Warnings

  • No OpenAPI or dedicated documentation found for this endpoint; /docs returns 404.
  • The example output schema shows an empty `data` object — the real response structure is unknown.
  • Only two payment rails available (Base USDC, Tron USDT); no fiat option.

Citations

Provenance

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

Agent access