Pay-per-call transaction receipt endpoint on Base via x402, settling in USDC at $0.02/request.
What it does
This x402-enabled endpoint at lowpaymentfee.com provides a "Premium API Access" receipt resource for transaction 303. It is part of a broader platform offering multiple pay-per-call API categories including data & analytics, AI & machine learning, finance & Web3, and infrastructure utilities — all priced at $0.02 per request with no API keys, no rate limits, and no commitments required.
The specific endpoint `/api/v1/transactions/303/receipt` accepts POST requests and settles payments on the Base network using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913). The x402 challenge advertises a maxAmountRequired of 20,000 base units, which at 6 decimals for USDC equals $0.02. Payment is made via the x402 "exact" scheme with a 300-second timeout. The endpoint returns application/json responses.
Documentation on the site 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 spec, no request/response schema documentation, and no examples of what the receipt payload actually contains. The platform lists many other endpoints across analytics, AI, finance, and utility categories, but details about any of them are unavailable beyond their names and uniform $0.02 pricing.
Capabilities
Use cases
- —Retrieving a transaction receipt for transaction 303 via a single paid API call
- —Demonstrating x402 pay-per-call integration on the Base network
- —Agent-driven programmatic access to receipt data without API key management
Fit
Best for
- —Developers experimenting with x402 payment protocol on Base
- —Agents needing keyless, pay-per-call API access
- —Low-friction micropayment API consumption at $0.02/request
Not for
- —Users needing detailed API documentation or response schemas before integrating
- —High-volume batch processing where per-call pricing may add up
- —Anyone requiring non-USDC or non-Base-network settlement
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/transactions/303/receipt \
-H "X-PAYMENT: <x402-payment-header>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI spec, no documentation beyond endpoint names, no request/response examples, and the specific purpose of this 'transaction 303 receipt' endpoint is unexplained. The docs/pricing/API pages are all blank beyond a wallet connect prompt.
Warnings
- —No API documentation available — docs, pricing, API, and README pages all show only 'Connect wallet'
- —No OpenAPI or schema describing request parameters or response format
- —The specific meaning of 'transaction 303 receipt' is unclear — it may be a demo or placeholder endpoint
- —No information on what data the receipt contains or what inputs are expected in the POST body
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units in USDC on Base networkhttps://lowpaymentfee.com/api/v1/transactions/303/receipt
- —All APIs on the platform are priced at $0.02 per request with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/transactions/303/receipt
- —The platform offers endpoints across Data & Analytics, AI & ML, Finance & Web3, and Infrastructure categorieshttps://lowpaymentfee.com