x402basequality 0.30

x402-gated transaction receipt endpoint on Base, paying $0.02 in USDC per request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides a transaction receipt resource (transaction ID 242) 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, settled in USDC on the Base network.

The specific endpoint `/api/v1/transactions/242/receipt` accepts POST requests and returns `application/json`. Payment is handled via the x402 protocol (version 1, "exact" scheme): the caller must include an X-PAYMENT header encoding a USDC payment of up to 20,000 base units (i.e., $0.02, since USDC uses 6 decimals) to the specified payTo address on Base. No API keys or rate limits are advertised; access is purely pay-per-call.

Documentation on the site 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 beyond the x402 outputSchema stub, and no explanation of what the receipt payload contains. The endpoint is confirmed live (402 challenge captured), but the actual utility and response format remain unclear.

Capabilities

x402-paymentusdc-settlementbase-networktransaction-receiptpay-per-callno-api-key

Use cases

  • Retrieving a transaction receipt for transaction 242 via a micropayment
  • Demonstrating x402 protocol payment flow on Base
  • Agent-driven pay-per-call data retrieval without API key management

Fit

Best for

  • Developers experimenting with x402 payment protocol
  • Agents that need keyless, pay-per-call API access on Base
  • Testing USDC micropayment flows

Not for

  • Production workloads requiring documented request/response schemas
  • Users who need free or subscription-based API access
  • Bulk data retrieval where per-call pricing is impractical

Quick start

# The endpoint requires an X-PAYMENT header with a valid x402 USDC payment on Base.
curl -X POST https://lowpaymentfee.com/api/v1/transactions/242/receipt \
  -H "X-PAYMENT: <x402-payment-token>" \
  -H "Content-Type: application/json"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live and returns a valid x402 challenge, but documentation is essentially nonexistent — all doc pages show only 'Connect wallet'. There is no OpenAPI spec, no request/response schema, and no explanation of what the receipt contains. The listing is a stub with confirmed liveness but very little actionable information.

Warnings

  • No documentation available — docs, API, pricing, and README pages all render only 'Connect wallet'
  • No OpenAPI or JSON schema describing request body or response format
  • The specific resource (transaction 242 receipt) is opaque — unclear what data is returned
  • The broader platform lists many endpoints but none have documented schemas

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 12:46:08Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-24

Agent access