Pay-per-call premium API access on Base via x402 — $0.02/request in USDC.
What it does
This endpoint at lowpaymentfee.com provides "Premium API Access" via the x402 payment protocol. The specific path `/api/v1/accounts/91` appears to be one of many endpoints offered by the platform, which advertises a broad catalog spanning data & analytics, AI & machine learning, finance & Web3, and infrastructure utilities — all priced at $0.02 per request.
The endpoint is live and returns a valid x402 challenge on POST requests. Payment is settled on the Base network using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) with a max amount of 20,000 base units, which equals $0.02 (USDC uses 6 decimals). The platform advertises no API keys, no rate limits, and instant access — you simply attach an X-PAYMENT header with a valid x402 payment proof.
Documentation is extremely sparse. The docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI schema, no request/response examples, and no description of what the `/api/v1/accounts/91` endpoint specifically returns. The landing page lists many other endpoints but does not detail their inputs or outputs. Without documentation or schema, it is unclear what data this particular endpoint provides or what POST body it expects.
Capabilities
Use cases
- —Accessing premium data or services with per-request micropayments
- —Agent-driven API consumption without pre-registration or API keys
- —Programmatic pay-as-you-go access to various utility endpoints
Fit
Best for
- —Developers wanting zero-signup, pay-per-call API access
- —AI agents that can settle x402 payments on Base
- —Users who prefer crypto micropayments over subscription billing
Not for
- —Users who need detailed API documentation or OpenAPI specs before integrating
- —High-volume consumers who need bulk pricing or rate-limit guarantees
- —Users without access to USDC on the Base network
Quick start
# The endpoint requires an x402 payment header (USDC on Base).
# 1. Send a POST without payment to get the 402 challenge:
curl -X POST https://lowpaymentfee.com/api/v1/accounts/91
# 2. Construct an X-PAYMENT header per x402 spec and resend:
curl -X POST https://lowpaymentfee.com/api/v1/accounts/91 \
-H "X-PAYMENT: <x402-payment-proof>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live and returns a valid x402 402 challenge, confirming it exists and accepts payments. However, there is no OpenAPI schema, no documentation of request/response formats, and no clarity on what '/api/v1/accounts/91' specifically returns. The docs pages are empty. This is effectively a stub listing.
Warnings
- —No documentation available — docs, API, pricing, and README pages all show only 'Connect wallet' with no content.
- —No OpenAPI or output schema provided; request body format and response structure are unknown.
- —The specific purpose of /api/v1/accounts/91 ('Premium API Access') is not explained anywhere.
- —Cannot verify what data or service is actually delivered after payment.
Citations
- —The endpoint returns a valid x402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/accounts/91
- —The platform advertises $0.02/request pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/accounts/91
- —The platform offers endpoints across data & analytics, AI & ML, finance & Web3, and infrastructure categorieshttps://lowpaymentfee.com