USD/TRY forex exchange rate via x402 micropayment on Base network, $0.02 per request.
What it does
This endpoint provides the current USD/TRY (US Dollar to Turkish Lira) foreign exchange rate. It is part of the lowpaymentfee.com platform, which offers a variety of pay-per-call APIs spanning finance, AI, data analytics, and utilities — all gated by the x402 payment protocol on the Base network.
The endpoint accepts POST requests and returns JSON. Payment is handled inline via the x402 protocol: callers attach an X-PAYMENT header with a USDC payment on Base. The maximum amount required per call is 20,000 base units of USDC (0.02 USD, since USDC uses 6 decimals). There are no API keys, no rate limits, and no subscription commitments — each request is independently paid for at the time of the call.
The broader lowpaymentfee.com platform lists additional forex, crypto, AI, and utility endpoints at the same $0.02/request price point. Documentation beyond the landing page is sparse; the docs, API, pricing, and README pages all resolve to a minimal "Connect wallet" prompt with no further technical detail. The specific response schema for the USD/TRY rate endpoint is not documented, so the exact fields returned must be inferred or discovered by making a paid call.
Capabilities
Use cases
- —Fetching the current USD/TRY exchange rate for financial applications
- —Integrating real-time forex data into trading bots or dashboards
- —Currency conversion calculations involving US Dollar and Turkish Lira
- —Agent-driven workflows that need on-demand FX rates without API key management
Fit
Best for
- —Developers needing a simple, keyless forex rate endpoint
- —AI agents that can pay per call via x402 on Base
- —Low-volume or bursty forex data needs where subscriptions are overkill
Not for
- —High-frequency trading requiring sub-millisecond latency or bulk historical data
- —Users who need comprehensive multi-pair forex coverage from a single documented API
- —Applications that cannot transact USDC on the Base network
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/forex/USDTRY/rate \
-H "X-PAYMENT: <x402-payment-token>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live (returns a valid x402 402 challenge) and pricing is clear ($0.02/request in USDC on Base). However, there is no OpenAPI schema, no documented response format, no example requests or responses, and the docs/pricing/README pages are all empty stubs. The listing is functional but minimally documented.
Warnings
- —No response schema or example response is documented; output fields are unknown until a paid call is made.
- —Documentation pages (/docs, /pricing, /README, /api) all return only a 'Connect wallet' prompt with no technical content.
- —The broader platform lists many endpoints but none appear individually documented.
Citations
- —The endpoint returns HTTP 402 with an x402 challenge requiring 20,000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/forex/USDTRY/rate
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/forex/USDTRY/rate
- —Platform pricing is $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —Docs, pricing, API, and README pages resolve to minimal 'Connect wallet' contenthttps://lowpaymentfee.com/docs