x402-gated transaction receipt endpoint on Base, paid per-call in USDC.
What it does
This endpoint at lowpaymentfee.com provides a transaction receipt resource (transaction ID 67) behind an x402 paywall. It is part of a broader platform that advertises multiple API categories including Data & Analytics, AI & Machine Learning, Finance & Web3, and Infrastructure utilities — all priced at $0.02 per request and settled in USDC on the Base network.
The specific endpoint `/api/v1/transactions/67/receipt` accepts POST requests and returns `application/json`. Payment is handled via the x402 protocol: callers receive a 402 challenge specifying the USDC asset contract on Base (`0x8335…2913`), and must attach an `X-PAYMENT` header with a signed payment of up to 20,000 base units (i.e., $0.02 USDC, since USDC uses 6 decimals). No API keys or rate limits are advertised; access is purely pay-per-call.
The platform's documentation, pricing, and API reference pages all appear to require a wallet connection and contain no additional rendered content. There is no OpenAPI spec, no detailed schema documentation, and no example request/response payloads available from the crawl. The exact data returned by this receipt endpoint is unknown beyond the stated MIME type of `application/json`. The broader site lists many endpoints across several domains but provides no further technical detail about any of them.
Capabilities
Use cases
- —Retrieving a transaction receipt for transaction 67 via a micropayment-gated API call
- —Demonstrating x402 protocol integration for agent-to-agent commerce
- —Testing USDC micropayment flows on Base network
Fit
Best for
- —Developers experimenting with x402 payment protocol
- —Agents that need to fetch transaction receipts with no API key setup
- —Low-friction pay-per-call access without subscriptions
Not for
- —Production workloads requiring documented schemas and SLAs
- —Bulk retrieval of many different transaction receipts (endpoint is scoped to transaction 67)
- —Users who need fiat-only payment rails
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/transactions/67/receipt
# Returns 402 with x402 challenge. Attach X-PAYMENT header with signed USDC payment on Base to complete.Endpoint
Quality
The endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC on Base), but there is no OpenAPI spec, no documentation beyond a landing page, no example request/response, and the endpoint is scoped to a single hardcoded transaction ID (67). The docs/pricing/API pages all render only a wallet-connect prompt with no useful content.
Warnings
- —No OpenAPI or schema documentation available — response format is unknown beyond application/json
- —Endpoint is scoped to a single transaction ID (67); unclear if this is a demo or production resource
- —All documentation pages (docs, api, pricing, README) render only a wallet-connect prompt with no content
- —The broader platform lists many endpoints but provides zero technical detail for any of them
- —No robots.txt or agents.txt present
Citations
- —The endpoint returns a 402 challenge with x402Version 1, requiring USDC payment on Base networkhttps://lowpaymentfee.com/api/v1/transactions/67/receipt
- —maxAmountRequired is 20000 base units of USDC (0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913), which equals $0.02https://lowpaymentfee.com/api/v1/transactions/67/receipt
- —The platform advertises $0.02/request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —The site lists endpoints across Data & Analytics, AI & ML, Finance & Web3, and Infrastructure categorieshttps://lowpaymentfee.com