NZD/CAD forex rate via x402 micropayment on Base for $0.02 per request.
What it does
This endpoint provides NZD/CAD foreign exchange rate data, accessible through the x402 payment protocol. It is part of a broader suite of APIs hosted at lowpaymentfee.com covering finance, analytics, AI/ML, crypto, and utility services. Each request costs $0.02 (20,000 base units of USDC on the Base network, where USDC has 6 decimals). No API keys or accounts are required — callers pay per request using an x402-compatible wallet.
The endpoint accepts POST requests and returns JSON. The specific schema of the response (e.g., bid/ask, mid-rate, timestamp) is not documented in the crawled material, so the exact fields returned are unknown. The provider advertises no rate limits and instant access. Payment is settled on-chain via USDC on Base to the specified payTo address.
The site hosts many similar endpoints across categories (finance, AI, data, infrastructure), all at the same $0.02 price point. Documentation pages beyond the landing page returned only a "Connect wallet" prompt with no further technical detail, so the depth of documentation is very limited.
Capabilities
Use cases
- —Fetching the current NZD/CAD exchange rate for trading or analytics applications
- —Integrating real-time forex data into an agent workflow without managing API keys
- —Pay-per-call currency conversion reference for financial dashboards
Fit
Best for
- —Agents or apps needing on-demand NZD/CAD forex data without subscription commitments
- —Developers experimenting with x402 micropayment-gated APIs
- —Low-volume forex lookups where per-call pricing is more economical than a subscription
Not for
- —High-frequency trading requiring sub-millisecond latency and guaranteed SLAs
- —Users who need historical forex time-series data (no evidence this endpoint provides it)
- —Anyone without a Base-network USDC wallet or x402-compatible client
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/forex/NZDCAD \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_header>"Endpoint
Quality
The endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC on Base), but there is no documentation of request parameters, response schema, or example payloads. Doc pages returned only 'Connect wallet' with no technical content. The listing is essentially a stub with confirmed liveness.
Warnings
- —No response schema or example response documented — actual output fields are unknown
- —Documentation pages (/docs, /api, /pricing, /README) all returned only 'Connect wallet' with no usable content
- —No OpenAPI spec or AI plugin manifest available
- —Data freshness and source of forex rates are not disclosed
Citations
- —Endpoint returns 402 with x402 challenge advertising USDC on Base networkhttps://lowpaymentfee.com/api/v1/forex/NZDCAD
- —Price is $0.02 per request, no API keys, no rate limits, Base networkhttps://lowpaymentfee.com
- —USDC asset contract on Base: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/forex/NZDCAD
- —maxAmountRequired is 20000 base units (USDC 6 decimals = $0.02)https://lowpaymentfee.com/api/v1/forex/NZDCAD