x402basequality 0.35

Pay-per-call transaction receipt endpoint on Base via x402, settled in USDC at $0.02/request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This x402-enabled endpoint at lowpaymentfee.com provides a "Premium API Access" transaction receipt resource. When called via POST at `/api/v1/transactions/250/receipt`, it returns a JSON receipt for transaction ID 250. Payment is handled inline via the x402 protocol: callers attach an X-PAYMENT header with a USDC payment on the Base network. The price per request is $0.02 (20,000 base units of USDC with 6 decimals).

The provider's landing page advertises a broader suite of endpoints spanning data & analytics (metrics, reports, data export, insights), AI & machine learning (sentiment analysis, text summarization, classification, embeddings), finance & Web3 (price feeds, exchange rates, token quotes, gas estimates), and infrastructure utilities (geocoding, validation, conversion, generation) — all priced uniformly at $0.02 per request. No API keys or rate limits are advertised; access is instant via x402 payment on the Base L2 network.

Documentation is extremely sparse — the /docs, /pricing, /api, and /README pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI spec, no request/response schema documentation, and no usage examples available from the crawl. The specific endpoint probed (`/api/v1/transactions/250/receipt`) is live and returns a valid x402 402 challenge, but what exactly the receipt payload contains is unknown.

Capabilities

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

Use cases

  • Retrieving transaction receipts programmatically with per-call USDC payment
  • Integrating pay-as-you-go API access into agent workflows without API key management
  • Accessing financial or transactional data via x402 protocol on Base L2

Fit

Best for

  • Agents or applications that need keyless, pay-per-call API access
  • Developers building on Base network who want frictionless micropayment APIs
  • Workflows requiring transaction receipt retrieval with no subscription commitment

Not for

  • Users who need detailed API documentation or response schema guarantees before integrating
  • High-volume use cases where per-request pricing at $0.02 may be cost-prohibitive compared to subscription APIs
  • Anyone without a Base-network USDC wallet

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live and returns a valid x402 402 challenge, confirming it works. However, documentation is essentially nonexistent — all doc pages show only 'Connect wallet'. There is no OpenAPI spec, no request/response schema, and no examples. The specific purpose of this particular receipt endpoint is unclear beyond the generic 'Premium API Access' label.

Warnings

  • No API documentation available — /docs, /pricing, /api, and /README pages all render only 'Connect wallet'
  • No OpenAPI or schema definition found; request and response formats are unknown
  • The specific data returned by /api/v1/transactions/250/receipt is undocumented
  • The broader suite of advertised endpoints (AI, analytics, finance, utils) could not be verified beyond the landing page listing

Citations

Provenance

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

Agent access