x402-gated transaction receipt endpoint on Base, paying $0.02 in USDC per request.
What it does
This endpoint at lowpaymentfee.com provides a transaction receipt resource (transaction ID 312) behind an x402 paywall. It is part of a broader platform that offers a variety of pay-per-call APIs spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities — all priced at $0.02 per request and settled in USDC on the Base network.
The specific endpoint `/api/v1/transactions/312/receipt` accepts POST requests and returns JSON. Payment is handled via the x402 protocol: callers receive a 402 challenge containing the payment parameters (asset, amount, payTo address) and must include a valid X-PAYMENT header to proceed. The max amount required is 20,000 base units of USDC (6 decimals), which equals $0.02. No API keys or rate limits are advertised; access is gated purely by micropayment.
The platform's landing page lists 16 endpoints across four categories (Data & Analytics, AI & Machine Learning, Finance & Web3, Infrastructure), all at the same $0.02 price point. However, documentation pages (/docs, /pricing, /api, /README) all render only a "Connect wallet" prompt with no substantive content, so there is no detailed schema documentation, request/response examples, or explanation of what data the receipt endpoint actually returns.
Capabilities
Use cases
- —Retrieving a transaction receipt for transaction 312 via micropayment
- —Demonstrating x402 protocol integration for pay-per-call APIs
- —Agent-driven programmatic access to paid data without API key management
Fit
Best for
- —Developers experimenting with x402 payment protocol
- —Agents that can settle USDC micropayments on Base
- —Use cases requiring keyless, pay-as-you-go API access
Not for
- —Users needing detailed API documentation or schema guarantees before integrating
- —High-volume batch retrieval where per-request fees add up
- —Users without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/transactions/312/receipt \
-H "X-PAYMENT: <x402-payment-token>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live and returns a valid x402 402 challenge, confirming it works. However, all documentation pages are empty (just 'Connect wallet'), there is no OpenAPI spec, no request/response schema, and no explanation of what the receipt endpoint actually returns. The specific endpoint path (/transactions/312/receipt) appears to be a single hardcoded resource rather than a parameterized API. This is effectively a stub listing.
Warnings
- —All documentation pages (/docs, /pricing, /api, /README) render only 'Connect wallet' with no actual content
- —No OpenAPI or schema documentation available for any endpoint
- —No request body schema or response schema documented — unclear what the receipt contains
- —The endpoint path references a specific transaction ID (312); it is unclear whether this is parameterized or a single fixed resource
- —The platform lists 16 endpoints across multiple domains but provides zero documentation for any of them
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/transactions/312/receipt
- —All APIs are priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —The platform lists 16 endpoints across Data & Analytics, AI & ML, Finance & Web3, and Infrastructure categorieshttps://lowpaymentfee.com
- —Documentation pages render only a 'Connect wallet' prompt with no substantive contenthttps://lowpaymentfee.com/docs