x402-gated transaction receipt endpoint on Base, paying $0.02 in USDC per request.
What it does
This endpoint at lowpaymentfee.com provides access to a transaction receipt (resource path `/api/v1/transactions/258/receipt`) behind an x402 paywall. The site advertises itself as a platform hosting multiple API categories — data & analytics, AI & machine learning, finance & Web3, and infrastructure utilities — all priced at $0.02 per request, settled in USDC on the Base network with no API keys, no rate limits, and no commitments required.
The specific endpoint probed returns a valid x402 challenge (version 1, scheme "exact") requesting up to 20,000 base units of USDC (0x8335…2913 on Base, 6 decimals = $0.02) paid to address 0x1A2B…85F3. The payment method is POST with a 300-second timeout. The endpoint is live and responding correctly with HTTP 402.
However, documentation is extremely thin. The /docs, /api, /pricing, and /README pages all render only a "Connect wallet" prompt with no substantive content. There is no OpenAPI spec, no request/response schema documentation, and no examples of what the receipt payload actually contains. The broader platform lists many endpoints across different domains, but without documentation it is unclear what data each returns or how reliable the underlying services are.
Capabilities
Use cases
- —Retrieving a transaction receipt for transaction ID 258 via a single micropayment
- —Demonstrating x402 protocol payment flows on Base with USDC
- —Agent-driven pay-per-use API access without API key management
Fit
Best for
- —Developers experimenting with x402 payment protocol
- —Agents needing keyless, pay-per-call API access on Base
- —Testing micropayment-gated endpoint integrations
Not for
- —Production workloads requiring documented request/response schemas
- —Users who need bulk or subscription-based pricing
- —Anyone needing detailed API documentation before integration
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/transactions/258/receipt
# Returns 402 with x402 challenge; attach X-PAYMENT header with USDC payment proof on Base to access the receipt.Endpoint
Quality
The endpoint is live and returns a well-formed x402 challenge, but documentation is essentially nonexistent — every doc page shows only 'Connect wallet'. There is no OpenAPI spec, no request/response schema, and no examples of what the receipt payload contains. The listing is effectively a stub.
Warnings
- —No API documentation available; /docs, /api, /pricing, and /README pages all render only 'Connect wallet'
- —No OpenAPI or output schema provided — the actual response payload structure is unknown
- —The specific endpoint is for a single transaction receipt (ID 258); unclear if this generalizes to other transaction IDs
- —The broader platform lists many endpoints but none have documented schemas or examples
Citations
- —The endpoint returns a valid x402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/transactions/258/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 endpoints across Data & Analytics, AI & ML, Finance & Web3, and Infrastructure categorieshttps://lowpaymentfee.com
- —Documentation pages (/docs, /api, /pricing, /README) render only 'Connect wallet' with no substantive contenthttps://lowpaymentfee.com/docs