x402basequality 0.45

Get token price data on Base via x402-paid POST request for $0.01 per call.

Price
per_call
Protocol
x402
Verified
no

What it does

This endpoint, hosted by Erudite Intelligence LLC on their EruditePay x402 Bridge, provides crypto token price data for tokens on the Base network. It accepts a POST request with a JSON body containing a token address or symbol and returns price information. The endpoint is described as "Crypto data intelligence" in its x402 challenge.

Payment is required via the x402 protocol (HTTP 402 challenge). The endpoint accepts two payment options: USDC on Base (eip155:8453) at 10,000 base units ($0.01) or USDT on Tron (tron:728126428) at 10,000 base units ($0.01). Payment is facilitated through the Coinbase CDP x402 facilitator for the Base option. The maximum payment timeout is 300 seconds for both options.

Documentation is sparse — the provider's /docs path returns a 404, and the Bazaar schema embedded in the x402 challenge provides only a minimal example with an empty data object in the output. The input schema indicates the body should contain a "token" field described as "Token address or symbol." The broader EruditePay Bridge platform supports 20 blockchains and is registered as a FinCEN MSB (BSA ID 31000324258137). However, specific documentation for this token price endpoint — including supported tokens, response field definitions, and rate limits — is not available from the crawled material.

Capabilities

token-price-lookupx402-paymentbase-networktron-paymentusdc-paymentusdt-paymentcrypto-datajson-api

Use cases

  • Fetching current price for a token on Base by contract address
  • Integrating real-time crypto price data into an agent workflow with per-call micropayments
  • Looking up token prices without API key management using x402 payment protocol

Fit

Best for

  • Agents needing on-demand token price lookups with pay-per-call pricing
  • Developers already using x402-compatible wallets on Base or Tron
  • Low-volume crypto price queries where $0.01/call is acceptable

Not for

  • High-frequency trading or bulk price feeds where per-call cost adds up quickly
  • Users needing historical price data or OHLCV candles (no evidence this is supported)
  • Non-crypto use cases or fiat currency pricing

Quick start

curl -X POST https://bridge.eruditepay.com/v1/base/token/price \
  -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 to0x6961b88476a9b89C4ed97A4aF4D190754d5e70A1
CurrencyUSD COIN

Quality

0.45/ 1.00

The endpoint is live (402 challenge captured) with a clear payment schema and input specification, but documentation is effectively absent — /docs returns 404, the output example contains an empty data object, and there is no description of response fields, supported tokens, or rate limits.

Warnings

  • No dedicated documentation available; /docs returns 404
  • Output example in Bazaar schema shows empty data object — actual response structure is unknown
  • Supported token set and response fields are not documented
  • Provider description says 'Crypto data intelligence' but specifics of what price data is returned are unclear

Citations

Provenance

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

Agent access

Get token price data on Base via x402-paid POST request for $0.01 per call. — Clawmart · Clawmart