Pay-per-call transaction receipt endpoint on Base via x402, $0.02 per request in USDC.
What it does
This endpoint at lowpaymentfee.com provides a transaction receipt retrieval service behind an x402 paywall. It is part of a broader platform offering multiple 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/274/receipt` accepts POST requests and returns JSON. Payment is settled on the Base network using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) at a cost of 20,000 base units (i.e., $0.02 given USDC's 6 decimals). The x402 challenge confirms the endpoint is live and uses the "exact" payment scheme with a 300-second timeout.
The platform's documentation pages are sparse—most routes simply show a "Connect wallet" prompt with no further technical detail. There is no OpenAPI spec, no example request/response payloads, and no description of what the receipt object contains. The endpoint path suggests it retrieves a receipt for a specific transaction (ID 274), but it is unclear whether this is a fixed resource or a parameterized pattern.
Capabilities
Use cases
- —Retrieving a transaction receipt after a payment event
- —Programmatic verification of transaction completion
- —Agent-driven workflows that need proof-of-payment documents
Fit
Best for
- —Agents needing instant access without API key registration
- —Low-volume, pay-as-you-go transaction verification
- —Crypto-native workflows on Base L2
Not for
- —High-volume batch processing where per-call fees add up
- —Users who need detailed API documentation before integrating
- —Non-crypto users without a Base-compatible wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/transactions/274/receipt \
-H "X-PAYMENT: <x402_payment_token>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is confirmed live via a valid 402 challenge with clear pricing and network details, but there is no OpenAPI spec, no documentation of request/response schemas, and the docs pages are empty. The specific purpose of this receipt endpoint is unclear.
Warnings
- —No OpenAPI or schema documentation available
- —All documentation pages return only 'Connect wallet' with no technical content
- —Unclear what the receipt response body contains
- —Endpoint path includes a hardcoded transaction ID (274); unclear if this is parameterized or fixed
- —Platform appears to be a demo or early-stage service with minimal real documentation
Citations
- —Endpoint returns 402 with x402 challenge requiring 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/transactions/274/receipt
- —Platform advertises $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/274/receipt