Historical AUD/CHF forex data via x402 micropayment on Base, $0.02 per request.
What it does
This endpoint provides historical forex data for the AUD/CHF currency pair. It is part of the lowpaymentfee.com platform, which offers a range of data, AI, finance, and utility APIs all priced at $0.02 per request using the x402 payment protocol. Payment is settled in USDC on the Base network — no API keys, no rate limits, and no subscriptions required.
The endpoint accepts POST requests and returns JSON. The x402 challenge confirms the endpoint is live, advertising a maxAmountRequired of 20,000 base units of USDC (0x8335… on Base, 6 decimals), which equals $0.02 per call. The payment is made via the x402 "exact" scheme to the provider's wallet address.
Documentation beyond the landing page is extremely sparse — the /docs, /pricing, /api, and /README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI spec, no request/response schema, and no example payloads available. The exact request parameters (e.g., date range, granularity) and response format (e.g., OHLC candles, close prices, timestamps) are unknown and must be discovered by calling the endpoint.
Capabilities
Use cases
- —Retrieving historical AUD/CHF exchange rates for backtesting trading strategies
- —Building financial dashboards that display forex history
- —Feeding currency pair data into quantitative models or analytics pipelines
- —Comparing AUD/CHF trends over time for risk assessment
Fit
Best for
- —Agents or apps needing on-demand forex history without API key management
- —Micropayment-based access to financial data with no subscription commitment
- —Developers building on Base who want seamless crypto-native API payments
Not for
- —Users needing real-time streaming forex quotes (this is a history endpoint)
- —Bulk historical data downloads where per-request pricing would be cost-prohibitive
- —Users who cannot transact in USDC on the Base network
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/forex/AUDCHF/history \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>" \
-d '{}'Endpoint
Quality
The endpoint is confirmed live via a valid x402 402 challenge with clear pricing ($0.02 USDC on Base). However, there is no OpenAPI spec, no documented request parameters, no response schema, and no examples. The docs pages are empty. This is effectively a stub listing with only the payment challenge and landing page to go on.
Warnings
- —No API documentation available — /docs, /pricing, /api, and /README all return only a wallet-connect prompt with no content.
- —Request parameters (date range, granularity, etc.) are completely unknown — no schema or examples provided.
- —Response format is undocumented; callers must discover the shape experimentally.
- —No OpenAPI or machine-readable spec found.
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/forex/AUDCHF/history
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/forex/AUDCHF/history
- —All APIs on the platform are priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —The platform offers Finance & Web3 category APIs including market data and financial calculationshttps://lowpaymentfee.com