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 201) behind an x402 paywall. It is part of a broader platform that offers a variety of pay-per-request APIs spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities — all priced at $0.02 per call, settled in USDC on the Base network.

The specific endpoint `/api/v1/transactions/201/receipt` accepts POST requests and returns JSON. The x402 challenge advertises a maxAmountRequired of 20,000 base units of USDC (0x8335…2913 on Base), which equals $0.02 given USDC's 6 decimals. Payment is made via the x402 exact scheme with a 300-second timeout. No API keys or rate limits are advertised; access is granted purely through the x402 payment header.

Documentation on the site is extremely sparse — 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 usage examples. The endpoint is confirmed live (returns HTTP 402 with a valid x402 challenge), but the actual functionality behind the paywall and the structure of the response are unknown beyond the description "Premium API Access" and the mime type application/json.

Capabilities

x402-paymentusdc-settlementbase-networktransaction-receiptpay-per-requestno-api-keyjson-response

Use cases

  • Retrieving a transaction receipt for transaction 201 via a single micropayment
  • Demonstrating x402 protocol integration for pay-per-request APIs
  • Agent-driven access to paid JSON endpoints without API key management

Fit

Best for

  • Developers experimenting with x402 payment protocol
  • Agents that need keyless, pay-per-call API access on Base
  • Users who want to avoid subscription commitments for occasional API calls

Not for

  • Production workloads requiring documented request/response schemas
  • Users who need bulk or high-volume access with negotiated pricing
  • Anyone without a Base-compatible USDC wallet

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/transactions/201/receipt \
  -H "X-PAYMENT: <x402-payment-header>" \
  -H "Content-Type: application/json"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is confirmed live with a valid x402 challenge, but there is no documentation, no OpenAPI spec, no request/response examples, and the docs pages are empty stubs. The actual functionality behind the paywall is unclear beyond the generic label 'Premium API Access'. This is effectively a stub listing.

Warnings

  • No OpenAPI spec or schema documentation available
  • All documentation pages (docs, API, pricing, README) render only 'Connect wallet' with no content
  • The actual response payload structure is unknown — no examples or schema provided
  • The specific purpose of 'transaction 201 receipt' is undocumented
  • The broader platform lists many endpoints but none have documented schemas

Citations

Provenance

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

Agent access