x402basequality 0.35

Historical EUR/CHF forex data via x402 micropayment on Base, $0.02 per request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint provides historical exchange rate data for the EUR/CHF currency pair. It is part of the lowpaymentfee.com platform, which offers a variety of pay-per-request APIs spanning finance, analytics, AI, and utilities. The endpoint is accessed via HTTP POST and is gated by the x402 payment protocol, settling in USDC on the Base network.

Pricing is $0.02 per request (20,000 base units of USDC with 6 decimals). There are no API keys, no rate limits, and no subscription commitments — each call is paid individually via the X-PAYMENT header. The x402 challenge was confirmed live, returning a standard 402 response with payment parameters including the USDC contract address on Base (0x8335…2913) and a 300-second payment timeout.

The specific response schema for the history endpoint is not documented in the crawled material. The site's docs, pricing, and API pages all rendered only a "Connect wallet" prompt with no further technical detail. As a result, the exact request body format (e.g., date range parameters) and response structure (e.g., OHLC candles vs. daily close prices) must be discovered by making a paid request. The endpoint is clearly part of the Finance & Web3 category on the platform, alongside price feeds, exchange rates, token quotes, and gas estimates.

Capabilities

forex-historyeur-chfx402-paymentusdc-settlementbase-networkpay-per-requestno-api-key

Use cases

  • Retrieving historical EUR/CHF exchange rates for backtesting trading strategies
  • Feeding forex history into financial models or risk calculations
  • Building dashboards that display EUR/CHF trends over time
  • Programmatic access to FX data without API key registration

Fit

Best for

  • Agents or bots that need on-demand forex history without signup
  • Low-volume or sporadic forex data needs where per-request pricing is economical
  • x402-native applications settling micropayments on Base

Not for

  • High-frequency trading requiring sub-second tick data (no documented low-latency guarantees)
  • Users needing bulk historical data downloads across many currency pairs at once (per-request cost adds up)

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/forex/EURCHF/history \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-token>" \
  -d '{}'

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is confirmed live via a valid 402 challenge, and pricing is clear ($0.02/request in USDC on Base). However, there is no OpenAPI schema, no documented request parameters, no example responses, and the docs/pricing/API pages are all blank beyond a wallet-connect prompt. The actual data format and capabilities of the history endpoint are entirely unknown.

Warnings

  • No request or response schema documented — input parameters (date range, granularity, etc.) are unknown
  • Docs, pricing, and API pages on the site render only 'Connect wallet' with no technical content
  • The specific endpoint /api/v1/forex/EURCHF/history is not listed on the site's landing page among advertised APIs, raising questions about its completeness or availability
  • No OpenAPI spec or ai-plugin manifest found

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 04:52:17Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-29

Agent access