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 (specifically for transaction ID 143) 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 utility services — all priced at $0.02 per call, settled in USDC on the Base network.
The specific endpoint `/api/v1/transactions/143/receipt` accepts POST requests and returns `application/json`. Payment is handled via the x402 protocol: callers must include an `X-PAYMENT` header with a valid payment proof. The x402 challenge advertises a max amount of 20,000 base units of USDC (0x8335…2913 on Base), which equals $0.02 given USDC's 6 decimals. The payment is sent to address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3` with a timeout of 300 seconds.
The platform advertises no API keys, no rate limits, and instant access. However, documentation beyond the landing page is essentially empty (all sub-pages just show "Connect wallet"), so the actual response schema, request parameters, and detailed behavior of this and other endpoints are unknown. The endpoint is confirmed live via a valid 402 challenge.
Capabilities
Use cases
- —Retrieving a transaction receipt for transaction 143 via a single micropayment
- —Demonstrating x402 protocol integration for pay-per-request APIs
- —Programmatic access to transaction data without API key management
Fit
Best for
- —Developers experimenting with x402 protocol payments
- —Agents that need one-off transaction receipt retrieval
- —Low-friction API access without subscription or key provisioning
Not for
- —Bulk transaction receipt retrieval (endpoint is scoped to a single transaction ID)
- —Users who need detailed API documentation or response schema guarantees
- —Production systems requiring SLA or rate-limit guarantees
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/transactions/143/receipt \
-H "X-PAYMENT: <x402-payment-proof>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is confirmed live via a valid x402 402 challenge, and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI schema, no documented request/response format, no examples, and all documentation pages are empty stubs. The endpoint is also scoped to a single hardcoded transaction ID (143), making its general utility unclear.
Warnings
- —Documentation pages (/docs, /api, /pricing, /README) are all empty — only showing 'Connect wallet'
- —No request or response schema is documented; actual payload structure is unknown
- —Endpoint is hardcoded to transaction ID 143 — unclear if this is a demo or a real resource
- —No OpenAPI spec or AI plugin manifest available
- —Platform appears to be a demo or early-stage project with many advertised endpoints but no substantive docs
Citations
- —The x402 challenge advertises maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/transactions/143/receipt
- —All APIs are priced at $0.02 per request with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC asset address is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/transactions/143/receipt
- —Documentation sub-pages only display 'Connect wallet' with no further contenthttps://lowpaymentfee.com/docs