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 site hosts a broad catalog of pay-per-request APIs spanning data & analytics, AI/ML inference (sentiment analysis, summarization, classification, embeddings), finance & Web3 (price feeds, exchange rates, token quotes, gas estimates), and infrastructure utilities (geocoding, validation, conversion, generation). Each call costs $0.02 in USDC on the Base network, with no API keys, no rate limits, and no minimum commitments required.
The specific endpoint `/api/v1/wire/130` is listed as "Premium API Access" and accepts HTTP POST requests. Payment is settled on-chain via the x402 exact-payment scheme: the caller attaches a signed USDC payment (asset 0x8335…2913 on Base) to the X-PAYMENT header. The max amount required is 20,000 base units of USDC (6 decimals), which equals $0.02 per request. The endpoint returns application/json responses.
Documentation is extremely sparse — the /docs, /pricing, /api, and /README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI spec, no request/response schema documentation, and no examples available. The purpose of the `/api/v1/wire/130` route specifically (as opposed to the other named endpoints like sentiment or geocoding) is unclear from the available material. Prospective users should be aware that without documentation, the actual functionality behind this endpoint is unknown.
Capabilities
Use cases
- —Accessing premium API functionality with per-request USDC micropayments on Base
- —Agent-driven workflows that need keyless, pay-as-you-go API access
- —Programmatic access without subscription or API key management
Fit
Best for
- —Developers wanting zero-commitment, pay-per-use API access
- —AI agents with x402-compatible payment capabilities
- —Users who prefer on-chain USDC settlement over traditional billing
Not for
- —Users who need detailed API documentation or request/response schemas before integrating
- —High-volume use cases where per-request pricing may add up compared to subscription plans
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/wire/130 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <signed-x402-payment-header>" \
-d '{}'Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base), but there is no documentation, no OpenAPI spec, no request/response schema, and no examples. The specific purpose of /api/v1/wire/130 is not explained anywhere in the crawled material. This is effectively a stub listing.
Warnings
- —No API documentation available — /docs, /pricing, /api, and /README pages all show only 'Connect wallet' with no content.
- —No OpenAPI or schema definition found; request and response formats are unknown.
- —The specific functionality of /api/v1/wire/130 ('Premium API Access') is not described anywhere — it is unclear what this endpoint actually does.
- —No request or response examples available.
Citations
- —The site lists APIs across data & analytics, AI/ML, finance & Web3, and infrastructure categories, all at $0.02/request.https://lowpaymentfee.com
- —Pricing is $0.02 per request with no API keys, no rate limits, and instant access on Base network.https://lowpaymentfee.com
- —The x402 challenge shows maxAmountRequired of 20000 base units of USDC (asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Base, equaling $0.02.https://lowpaymentfee.com/api/v1/wire/130
- —Documentation pages (/docs, /pricing, /api, /README) render only a 'Connect wallet' prompt.https://lowpaymentfee.com/docs