x402basequality 0.30

x402-gated transaction receipt endpoint on Base, paid per-call in USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides a transaction receipt resource (transaction ID 61) 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/61/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…`), and must attach an `X-PAYMENT` header with a valid payment proof. The max amount required is 20,000 base units of USDC (6 decimals), which equals $0.02 per call. No API keys or rate limits are advertised; access is purely pay-per-use.

Documentation is extremely sparse — the /docs, /pricing, /api, and /README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI spec, no request/response schema beyond the x402 challenge's `outputSchema`, and no explanation of what the receipt payload actually contains. The platform appears to be a demonstration or early-stage x402 showcase rather than a mature production API.

Capabilities

x402-paymentusdc-basepay-per-requesttransaction-receiptjson-response

Use cases

  • Retrieving a transaction receipt for transaction 61 via a single paid API call
  • Demonstrating x402 protocol integration for agent-to-agent micropayments
  • Testing USDC-on-Base payment flows in a low-cost environment

Fit

Best for

  • Developers experimenting with x402 protocol payments
  • Agents that need to demonstrate pay-per-call USDC micropayments on Base
  • Testing x402 client libraries against a live endpoint

Not for

  • Production workloads requiring documented request/response schemas
  • Users who need bulk or subscription-based API access
  • Anyone needing endpoints beyond a single transaction receipt

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/transactions/61/receipt
# Returns 402 with x402 challenge; attach X-PAYMENT header with valid USDC payment proof to receive the receipt.

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 effectively nonexistent — every doc page shows only 'Connect wallet'. There is no OpenAPI spec, no request/response examples, and no description of what the receipt payload contains. The endpoint path is specific to a single transaction ID (61), making its general utility unclear.

Warnings

  • Documentation pages (/docs, /pricing, /api, /README) are all empty beyond a 'Connect wallet' prompt
  • No OpenAPI or schema describing request parameters or response body
  • Endpoint is scoped to a single transaction ID (61) — unclear if this is a demo or production resource
  • No information on what the receipt payload actually contains
  • Platform appears to be an early-stage or demonstration x402 showcase

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 13:45:21Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-24

Agent access