Pay-per-call transaction receipt endpoint on Base via x402, settled in USDC at $0.02/request.
What it does
This x402-enabled endpoint at lowpaymentfee.com provides a transaction receipt for transaction ID 307 via a POST request. It is part of a broader platform offering multiple API categories — 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/307/receipt` returns a JSON response and accepts payment in USDC on the Base network using the x402 exact payment scheme. The max amount required is 20,000 base units of USDC (6 decimals), which equals $0.02. Payment is sent to address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3` with a timeout of 300 seconds.
The platform advertises a wide range of endpoints across categories including sentiment analysis, text summarization, classification, embeddings, price feeds, exchange rates, geocoding, validation, and more — all at the same $0.02 per-call price point. However, documentation is extremely sparse: the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI spec, no request/response schema documentation, and no usage examples available. The exact nature of the data returned by this receipt endpoint is unclear beyond the MIME type being `application/json`.
Capabilities
Use cases
- —Retrieving a transaction receipt for transaction 307 via programmatic pay-per-call access
- —Demonstrating x402 payment protocol integration on the Base network
- —Agent-driven micropayment workflows that need no API keys or accounts
Fit
Best for
- —Developers experimenting with x402 payment protocol
- —Agents needing keyless, pay-per-call API access on Base
- —Micropayment use cases where $0.02/call pricing is attractive
Not for
- —Production workloads requiring detailed API documentation and SLAs
- —Bulk data retrieval where per-call pricing would be cost-prohibitive
- —Users who need fiat-only payment options
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/transactions/307/receipt \
-H "X-PAYMENT: <x402-payment-token>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live (returns 402 with a valid x402 challenge), and pricing is clear at $0.02 USDC on Base. However, there is no OpenAPI spec, no request/response schema, no documentation beyond a wallet-connect prompt, and the specific purpose of this receipt endpoint is unclear. The platform lists many endpoints but provides no technical details for any of them.
Warnings
- —No OpenAPI or schema documentation available for any endpoint on the platform
- —Docs, API, pricing, and README pages all render only 'Connect wallet' with no content
- —The specific purpose and response format of the /transactions/307/receipt endpoint is undocumented
- —The hardcoded transaction ID (307) in the URL suggests this may be a single-resource endpoint rather than a parameterized API
- —No examples of request body or response body are available
Citations
- —The endpoint returns HTTP 402 with x402 challenge requiring 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/transactions/307/receipt
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/transactions/307/receipt
- —Platform advertises $0.02/request pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —Platform offers endpoints across Data & Analytics, AI & ML, Finance & Web3, and Infrastructure categorieshttps://lowpaymentfee.com
- —Docs, API, pricing, and README pages show only 'Connect wallet'https://lowpaymentfee.com/docs