x402basequality 0.30

Transaction receipt retrieval via x402 micropayment on Base network for $0.02 per request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides access to a transaction receipt (transaction ID 155) behind an x402 paywall. It is part of a broader platform offering dozens of pay-per-call API endpoints spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities — all priced at $0.02 per request and settled in USDC on the Base network.

The specific endpoint `/api/v1/transactions/155/receipt` accepts POST requests and returns JSON. Payment is handled via the x402 protocol: callers must include an `X-PAYMENT` header with a valid payment proof. The x402 challenge advertises a max amount of 20,000 base units of USDC (0x8335…2913 on Base), which equals $0.02 given USDC's 6 decimals. No API keys, rate limits, or subscriptions are required — each call is independently paid.

Documentation on the site is extremely thin. The docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI spec, no request/response schema documentation, and no examples available. The endpoint is confirmed live (returns a proper 402 challenge), but the actual shape of the receipt response and what input the POST body expects are unknown.

Capabilities

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

Use cases

  • Retrieving a receipt for a specific transaction (ID 155) via programmatic API call
  • Demonstrating x402 protocol integration for pay-per-call services
  • Agent-driven receipt fetching without pre-registration or API keys

Fit

Best for

  • Developers experimenting with x402 protocol payments
  • Agents needing on-demand transaction receipt data without subscriptions
  • Low-friction, no-signup API access paid in USDC on Base

Not for

  • Bulk retrieval of many different transaction receipts (only transaction 155 is exposed at this URL)
  • Users who need detailed API documentation or request/response schemas before integrating
  • Non-crypto users who cannot pay in USDC on Base network

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/transactions/155/receipt \
  -H "X-PAYMENT: <x402-payment-proof>" \
  -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 402 challenge, but documentation is essentially nonexistent — docs/pricing/API pages all show only 'Connect wallet'. No OpenAPI spec, no request/response schemas, no examples. The endpoint path is specific to a single transaction ID (155), making its general utility unclear.

Warnings

  • No API documentation available — docs, pricing, API, and README pages all render only 'Connect wallet'
  • No OpenAPI or schema definition; request body format and response structure are unknown
  • Endpoint is scoped to a single transaction ID (155); unclear if other transaction IDs are available at similar paths
  • The broader platform advertises many endpoints (AI, analytics, finance, utils) but none have documented schemas

Citations

Provenance

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

Agent access