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 access to a transaction receipt resource (transaction ID 180) via a POST request. Payment is settled on the Base network using USDC (contract 0x8335…2913) through the x402 exact payment scheme. The price per call is $0.02 (20,000 base units with 6 decimals).
The broader lowpaymentfee.com platform advertises a suite of pay-per-call APIs spanning data & analytics (metrics, reports, data export, insights), AI & machine learning (sentiment analysis, text summarization, classification, embeddings), finance & Web3 (price feeds, exchange rates, token quotes, gas estimates), and infrastructure utilities (geocoding, validation, conversion, generation). All endpoints are listed at $0.02 per request with no API keys, no rate limits, and no minimum commitments.
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 example payloads available. The specific endpoint probed (/api/v1/transactions/180/receipt) is not listed on the homepage's API catalog, so its exact purpose and response format are unclear. The x402 challenge confirms the endpoint is live and accepts POST requests returning application/json.
Capabilities
Use cases
- —Retrieving transaction receipt data with per-call USDC micropayments
- —Agent-driven API consumption without API keys or subscriptions
- —Programmatic access to receipt records settled on Base L2
Fit
Best for
- —Developers wanting keyless, pay-per-call API access
- —AI agents that can settle x402 payments on Base
- —Users who prefer crypto micropayments over subscription billing
Not for
- —Users needing detailed API documentation or OpenAPI specs before integrating
- —High-volume consumers who need bulk pricing or rate-limit guarantees
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/transactions/180/receipt
# Returns 402 with x402 payment challenge.
# Include X-PAYMENT header with a valid x402 payment proof to receive the receipt.Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base), but there is no documentation, no OpenAPI spec, no request/response examples, and the specific endpoint path is not listed in the site's own catalog. The docs/pricing/README pages are all empty beyond a wallet connect prompt. Effectively a stub listing.
Warnings
- —No OpenAPI spec or schema documentation available
- —The /docs, /pricing, /api, and /README pages contain no usable content
- —This specific endpoint (/api/v1/transactions/180/receipt) is not listed in the site's published API catalog
- —No request body schema or response schema documented anywhere
- —Purpose and data returned by this endpoint are unclear
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units in USDC on Basehttps://lowpaymentfee.com/api/v1/transactions/180/receipt
- —All listed 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 offers APIs across Data & Analytics, AI & ML, Finance & Web3, and Infrastructure categorieshttps://lowpaymentfee.com