Pay-per-call transaction receipt endpoint on Base via x402, settled in USDC at $0.02/request.
What it does
This x402-enabled endpoint at lowpaymentfee.com provides access to a transaction receipt resource (transaction ID 393) via a POST request. Payment is settled on the Base network using USDC (contract 0x8335…2913) through the x402 exact-payment scheme. The endpoint returns a 402 challenge requiring an X-PAYMENT header with a maximum amount of 20,000 base units (i.e., $0.02 USDC, since USDC uses 6 decimals).
The broader lowpaymentfee.com platform advertises a suite of pay-per-call APIs spanning data & analytics (metrics, reports, data export, insights), AI & machine learning (sentiment analysis, text summarization, classification, embeddings), finance & Web3 (price feeds, exchange rates, token quotes, gas estimates), and infrastructure utilities (geocoding, validation, conversion, generation). All endpoints are listed at $0.02 per request with no API keys, no rate limits, and no minimum commitments. However, the specific endpoint being listed here is scoped to `/api/v1/transactions/393/receipt`, which appears to be a receipt retrieval resource rather than one of the general-purpose API categories.
Documentation is extremely sparse — the /docs, /api, /pricing, and /README pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI spec, no request/response schema documentation, and no example payloads available. The endpoint is confirmed live (402 challenge captured), but the actual response format and content after payment are unknown.
Capabilities
Use cases
- —Retrieving a transaction receipt for transaction 393 via programmatic payment
- —Demonstrating x402 payment protocol integration on the Base network
- —Accessing pay-per-call APIs without API key registration
Fit
Best for
- —Developers experimenting with x402 payment protocol
- —Agents needing keyless, pay-per-call API access on Base
- —Projects requiring USDC-settled micropayment endpoints
Not for
- —Production workloads requiring documented request/response schemas
- —Users needing bulk or subscription-based API access at lower per-call cost
- —Anyone requiring detailed API documentation or SLA guarantees
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/transactions/393/receipt \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <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 OpenAPI spec, no documented request/response schema, no examples, and the docs pages are empty. The specific endpoint path (/transactions/393/receipt) is narrow and not described anywhere on the site. Effectively a stub listing.
Warnings
- —No OpenAPI or schema documentation available — response format after payment is unknown
- —All documentation pages (/docs, /api, /pricing, /README) render only 'Connect wallet' with no content
- —The endpoint path references a specific transaction ID (393); it is unclear if this is a general-purpose resource or a single fixed receipt
- —The platform lists many API categories on its homepage but none have documented schemas or examples
Citations
- —Endpoint returns 402 with x402 challenge requiring USDC payment on Base networkhttps://lowpaymentfee.com/api/v1/transactions/393/receipt
- —maxAmountRequired is 20000 base units of USDC (6 decimals), equaling $0.02https://lowpaymentfee.com/api/v1/transactions/393/receipt
- —Platform advertises $0.02/request pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —Documentation pages render only 'Connect wallet' with no technical contenthttps://lowpaymentfee.com/docs