x402basequality 0.35

Get the current USDC token price via x402 micropayment on Base for $0.02 per request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com returns the current price of USDC via a pay-per-call x402 protocol. It is part of a broader suite of APIs offered by the same provider covering data analytics, AI/ML inference, finance/Web3 data, and utility services — all priced at $0.02 per request and settled in USDC on the Base network.

The specific endpoint `/api/v1/tokens/USDC/price` is a POST endpoint that returns JSON. Payment is handled via the x402 exact-payment scheme: callers attach an `X-PAYMENT` header with a signed USDC payment of up to 20,000 base units (i.e., $0.02, since USDC uses 6 decimals) to the payee address on Base. No API keys or rate limits are advertised — access is gated purely by micropayment.

Documentation beyond the landing page is extremely sparse. The docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no additional technical detail. There is no OpenAPI spec, no example request/response payloads, and no description of the response schema. The endpoint is confirmed live (returns a proper 402 challenge), but the actual data source, update frequency, and response format are unknown.

Capabilities

token-price-lookupx402-micropaymentusdc-paymentbase-networkpay-per-requestno-api-key

Use cases

  • Fetching the current USDC price in an automated trading or DeFi workflow
  • Agents that need real-time token pricing without managing API keys
  • Pay-per-call price checks from smart-contract or bot pipelines

Fit

Best for

  • AI agents needing keyless, on-demand token price data
  • Developers prototyping x402 micropayment integrations
  • Low-volume, pay-as-you-go crypto price lookups

Not for

  • High-frequency trading requiring sub-second latency guarantees (no SLA documented)
  • Users who need detailed historical price data or OHLCV candles (not described)
  • Anyone needing comprehensive documentation or guaranteed uptime SLAs

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/tokens/USDC/price \
  -H "X-PAYMENT: <x402-signed-payment-header>" \
  -H "Content-Type: application/json"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is confirmed live with a valid 402 challenge and clear pricing ($0.02/request in USDC on Base). However, there is no OpenAPI spec, no example request or response, and all documentation pages beyond the landing page are empty ('Connect wallet' only). The actual response schema and data source are completely unknown, making this effectively a stub listing.

Warnings

  • No OpenAPI or schema documentation available — response format is unknown
  • All doc/pricing/API pages return only a 'Connect wallet' prompt with no content
  • Data source and update frequency for USDC price are undocumented
  • No SLA, rate-limit, or uptime guarantees documented

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 11:23:32Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-23

Agent access