NZD/CHF forex rate via x402 micropayment on Base for $0.02 per request.
What it does
This endpoint provides NZD/CHF (New Zealand Dollar to Swiss Franc) foreign exchange rate data, accessible through the x402 payment protocol on the Base network. Each request costs $0.02, paid in USDC (USD Coin) with no API keys, rate limits, or subscriptions required.
The endpoint is part of a broader suite of APIs offered at lowpaymentfee.com spanning finance, analytics, AI/ML, crypto, and utility categories — all priced at $0.02 per call. The forex endpoint specifically serves the NZD/CHF currency pair and returns JSON. Payment is handled inline via the x402 protocol: callers include an X-PAYMENT header with a signed USDC payment on Base, and the server fulfills the request upon verification.
No OpenAPI schema or detailed documentation was found beyond the landing page. The endpoint is confirmed live (returns a proper 402 challenge). The exact response format is undocumented, so callers should expect a standard JSON object containing exchange rate information, but the precise fields are unknown.
Capabilities
Use cases
- —Fetching real-time or recent NZD/CHF exchange rates for trading applications
- —Incorporating NZD/CHF pricing into financial dashboards or portfolio trackers
- —Automated currency conversion calculations involving NZD and CHF
- —Agent-driven forex data retrieval with per-call micropayments
Fit
Best for
- —Developers needing on-demand NZD/CHF rates without subscription commitments
- —AI agents that need programmatic forex data access via x402
- —Low-volume or sporadic forex data consumers who prefer pay-per-use
Not for
- —High-frequency trading requiring sub-millisecond latency or bulk historical data
- —Users who need a wide range of currency pairs from a single endpoint (this serves only NZD/CHF)
- —Applications requiring detailed OHLCV candlestick or tick-level forex data
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/forex/NZDCHF \
-H "X-PAYMENT: <x402-signed-payment>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is confirmed live with a valid 402 challenge and clear pricing ($0.02 in USDC on Base). However, there is no OpenAPI schema, no documented request/response format, and the docs/pricing/README pages all returned only a 'Connect wallet' stub with no useful content. The response structure must be guessed.
Warnings
- —No OpenAPI or response schema available — response format is unknown
- —Documentation pages (/docs, /pricing, /README) contain no useful content
- —Exact data source, update frequency, and accuracy of forex rates are undocumented
- —This is a single currency pair endpoint; no information on whether it returns live, delayed, or indicative rates
Citations
- —Endpoint returns 402 with x402 challenge advertising USDC on Base, maxAmountRequired 20000 (= $0.02)https://lowpaymentfee.com/api/v1/forex/NZDCHF
- —All APIs priced at $0.02 per request with no API keys, no rate limits, instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/forex/NZDCHF