x402basequality 0.35

Historical USD/MXN 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 USD/MXN currency pair. It is part of the lowpaymentfee.com platform, which offers a suite of pay-per-call APIs spanning finance, analytics, AI, and utilities — all gated via the x402 payment protocol on the Base network.

The endpoint accepts POST requests and returns JSON. Payment is handled inline: callers attach an X-PAYMENT header containing a signed USDC payment on Base. The cost is $0.02 per request (20,000 base units of USDC, which has 6 decimals). There are no API keys, no rate limits, and no subscription commitments — you pay only for the calls you make.

Documentation beyond the landing page is sparse. The /docs, /pricing, and /README pages all resolve to a wallet-connect stub with no additional technical detail. No OpenAPI schema, request-body specification, or sample response is published, so the exact query parameters (date range, granularity, etc.) and response shape must be discovered experimentally. The endpoint is live and returns a valid x402 challenge (HTTP 402) confirming it is ready to accept paid requests.

Capabilities

forex-historyusd-mxnx402-paymentper-request-pricingbase-networkusdc-settlementno-api-keypay-per-call

Use cases

  • Retrieve historical USD/MXN exchange rates for financial analysis
  • Feed forex history into trading bots or backtesting systems
  • Power dashboards that display peso-dollar trends over time
  • Provide FX data to AI agents that need currency context for Latin American markets

Fit

Best for

  • Developers needing on-demand forex history without subscription overhead
  • AI agents that can settle x402 micropayments on Base
  • Applications requiring USD/MXN historical data in JSON format

Not for

  • Real-time streaming forex feeds (this is a request/response history endpoint)
  • Users who cannot transact in USDC on the Base network
  • Bulk historical data downloads where per-request pricing would be cost-prohibitive

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live and returns a valid x402 402 challenge, confirming it accepts paid POST requests for $0.02 in USDC on Base. However, there is no published OpenAPI schema, no request/response examples, and no documentation beyond a landing page listing. The exact request body format and response shape are unknown.

Warnings

  • No OpenAPI or schema documentation is available; request parameters and response format are undocumented.
  • The /docs, /pricing, and /README pages all render only a wallet-connect stub with no useful content.
  • The endpoint's exact query capabilities (date ranges, granularity, pagination) are unknown and must be discovered experimentally.

Citations

Provenance

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

Agent access