Pay-per-call premium API access on Base network via x402 protocol at $0.02/request in USDC.
What it does
This endpoint at lowpaymentfee.com provides "Premium API Access" via the x402 payment protocol. The site hosts a collection of pay-per-request APIs spanning data & analytics, AI & machine learning, finance & Web3, and infrastructure utilities. Each call costs $0.02 in USDC on the Base network, with no API keys, no rate limits, and no commitments required.
The specific endpoint `/api/v1/wire/19` is listed under the site's umbrella of services with the generic label "Premium API Access." The x402 challenge confirms it accepts POST requests, settles in USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Base, and charges a maximum of 20,000 base units (i.e., $0.02 given USDC's 6 decimals). Payment is made via the `exact` scheme with a 300-second timeout.
The site's documentation pages are essentially empty (showing only "Connect wallet"), so there is no detailed schema, request/response format, or usage documentation available for this specific endpoint. The actual functionality behind `/api/v1/wire/19` is unclear — it may be a generic wire/transfer endpoint or a placeholder. Without further documentation, the exact input parameters and response structure cannot be confirmed.
Capabilities
Use cases
- —Accessing premium API services without traditional API key registration
- —Making single pay-per-use API calls settled in USDC on Base
- —Integrating x402-compatible agents with low-cost per-request billing
Fit
Best for
- —Developers wanting zero-commitment pay-per-call API access
- —AI agents with x402 payment capability on Base network
- —Users who prefer crypto micropayments over subscription billing
Not for
- —Users needing detailed API documentation or schemas before integrating
- —High-volume use cases where subscription pricing would be cheaper
- —Users without USDC on Base network
Quick start
# Send a POST request with x402 payment header
curl -X POST https://lowpaymentfee.com/api/v1/wire/19 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <your-x402-payment-token>"Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base), but there is no documentation, no input/output schema, and the actual functionality of /api/v1/wire/19 is unknown. The docs pages are empty stubs.
Warnings
- —No documentation available — all doc pages show only 'Connect wallet'
- —The specific functionality of /api/v1/wire/19 is unclear; 'Premium API Access' is a generic label
- —No input or output schema provided beyond the x402 challenge metadata
- —Cannot verify what data or service this endpoint actually returns
Citations
- —The endpoint charges a maximum of 20,000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/wire/19
- —Site advertises $0.02/request pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC contract address is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/wire/19