Pay-per-call loan data endpoint on Base via x402, settled in USDC at $0.02/request.
What it does
This endpoint at lowpaymentfee.com provides access to a specific loan record (ID 46) via the x402 payment protocol. It accepts POST requests and returns JSON. Payment is settled on the Base network using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) with a maximum charge of 20,000 base units (i.e., $0.02 given USDC's 6 decimals). No API keys or rate limits are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof.
The provider, lowpaymentfee.com, hosts a broader catalog of pay-per-call APIs spanning data & analytics, AI/ML inference, finance/Web3, and infrastructure utilities, all priced at $0.02 per request. However, this specific endpoint (/api/v1/loans/46) is not listed on the provider's public landing page among those categories, and no documentation beyond the generic "Premium API Access" label is available. The exact schema of the response (loan fields, data format) is not documented in the crawled material.
Because the endpoint returns a proper 402 challenge with well-formed x402 metadata, it is confirmed live. The payment address is 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3, and the timeout for payment settlement is 300 seconds.
Capabilities
Use cases
- —Retrieving loan record details programmatically with per-call USDC micropayments
- —Integrating loan data into agent workflows without managing API keys
- —Accessing financial data on-demand with instant crypto settlement
Fit
Best for
- —Agents or bots needing on-demand loan data with no subscription
- —Developers experimenting with x402 pay-per-call protocols
- —Crypto-native applications that can settle payments on Base
Not for
- —Users who need bulk loan data exports (single-record endpoint)
- —Applications that cannot handle USDC payments on the Base network
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/loans/46 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_proof>"Endpoint
Quality
The endpoint is live and returns a valid x402 402 challenge, confirming pricing and network details. However, there is no documentation on what the /api/v1/loans/46 endpoint actually returns, no request/response schema, and the endpoint is not listed on the provider's own landing page. The crawled docs/pricing/API pages all rendered only a 'Connect wallet' prompt with no useful content.
Warnings
- —Endpoint /api/v1/loans/46 is not listed among the provider's publicly advertised APIs — purpose and response schema are unknown
- —All documentation pages (docs, api, pricing, README) returned only 'Connect wallet' with no actual content
- —No request body schema or response schema is available; callers cannot know what fields to send or expect
- —The 'Premium API Access' description is generic and uninformative
Citations
- —Payment is 20,000 base units of USDC on Base (asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913), equaling $0.02https://lowpaymentfee.com/api/v1/loans/46
- —Provider advertises $0.02/request pricing with no API keys, no rate limits, and instant access on Basehttps://lowpaymentfee.com
- —Payment address is 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 with 300-second timeouthttps://lowpaymentfee.com/api/v1/loans/46