x402basequality 0.30

Transaction receipt endpoint on Base, paid per-call via x402 with USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides a transaction receipt for transaction ID 151, accessible via the x402 payment protocol. 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/151/receipt` returns a JSON response upon a POST request with a valid x402 payment header. The x402 challenge confirms the endpoint is live, accepting USDC (contract 0x8335…2913 on Base) with a maximum amount of 20,000 base units, which equals $0.02 (USDC uses 6 decimals). The platform emphasizes simplicity: no API keys, no rate limits, no commitments — just pay-per-request via crypto.

Documentation 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 beyond the x402 challenge's outputSchema stub, and no explanation of what a "transaction receipt" contains or what input parameters the POST body expects. The platform lists many other endpoints on its landing page, but this listing covers only the `/api/v1/transactions/151/receipt` resource.

Capabilities

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

Use cases

  • Retrieving a receipt for a specific transaction (ID 151) via programmatic payment
  • Demonstrating x402 protocol integration for pay-per-request APIs
  • Agent-driven workflows that need verifiable transaction receipts

Fit

Best for

  • Developers experimenting with x402 payment protocol on Base
  • Agents that need to fetch transaction receipts without API key management
  • Low-cost per-call access to receipt data

Not for

  • Bulk retrieval of many transaction receipts (only one transaction ID exposed)
  • Users who need detailed API documentation or OpenAPI specs before integrating
  • Non-crypto payment workflows — requires USDC on Base

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/transactions/151/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 x402 challenge is live and confirms pricing and payment details, but documentation is essentially nonexistent — every doc page returns only 'Connect wallet'. There is no OpenAPI spec, no request/response schema, and no explanation of what the endpoint actually returns. The endpoint path is hardcoded to a single transaction ID (151), which limits general usefulness.

Warnings

  • Documentation pages (/docs, /api, /pricing, /README) contain no substantive content — only 'Connect wallet' prompts.
  • No OpenAPI or schema available; request body format and response structure are unknown.
  • Endpoint is scoped to a single hardcoded transaction ID (151); unclear if other transaction IDs are available.
  • The platform lists many other endpoints on its landing page, but none were probed — their availability is unverified.

Citations

Provenance

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

Agent access