Transaction receipt retrieval via x402 micropayment on Base network for $0.02 per request.
What it does
This endpoint at lowpaymentfee.com provides access to a specific transaction receipt (transaction ID 241) behind an x402 paywall. It is part of a broader platform that offers a variety of pay-per-request APIs spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities — all priced at $0.02 per call and settled in USDC on the Base network.
The specific endpoint `/api/v1/transactions/241/receipt` accepts POST requests and returns JSON. Payment is handled via the x402 protocol: callers must include an `X-PAYMENT` header with a valid payment proof. The maximum amount required is 20,000 base units of USDC (0x8335…2913 on Base), which equals $0.02 given USDC's 6 decimals. There are no API keys, no rate limits, and no subscription commitments — each request is independently paid for.
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 schema, no request/response examples, and no detailed explanation of what the receipt payload contains or what inputs the POST body expects. The platform appears to be a demonstration or early-stage deployment of x402-gated APIs rather than a mature production service.
Capabilities
Use cases
- —Retrieving a transaction receipt for transaction 241 via programmatic micropayment
- —Demonstrating x402 protocol integration for pay-per-request APIs
- —Building agent workflows that pay for data access in USDC on Base
Fit
Best for
- —Developers experimenting with x402 protocol payments
- —Agents that need to pay per call without API key management
- —Accessing transaction receipts without subscription overhead
Not for
- —Production workloads requiring detailed API documentation and SLAs
- —Bulk retrieval of many different transaction receipts (only transaction 241 is exposed at this endpoint)
- —Users who need fiat-only payment rails
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/transactions/241/receipt \
-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 request/response examples, and the documentation pages are empty stubs. The endpoint is scoped to a single transaction ID (241) with no explanation of what the receipt contains or what POST body is expected. This is effectively a stub listing.
Warnings
- —Documentation pages (/docs, /api, /pricing, /README) all return only 'Connect wallet' with no usable content.
- —No OpenAPI or schema available — request body and response format are unknown.
- —Endpoint is hardcoded to transaction ID 241; unclear if other transaction IDs are available or what this receipt represents.
- —Platform appears to be a demo or early-stage deployment; production readiness is uncertain.
Citations
- —The endpoint returns a 402 challenge requiring 20,000 base units of USDC (asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Base network.https://lowpaymentfee.com/api/v1/transactions/241/receipt
- —All APIs on the platform are priced at $0.02 per request with no API keys, no rate limits, and instant access on Base network.https://lowpaymentfee.com
- —The platform offers APIs across Data & Analytics, AI & Machine Learning, Finance & Web3, and Infrastructure categories.https://lowpaymentfee.com