x402basequality 0.25

Retrieve email attachments 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 email attachments (specifically email ID 45) behind an x402 paywall. The endpoint accepts POST requests and returns JSON. Payment is settled on the Base network using USDC (USD Coin) at a cost of $0.02 per request (20,000 base units with 6 decimals). No API keys or rate limits are required — callers simply include an X-PAYMENT header with a valid x402 payment proof.

The endpoint is part of a broader platform (lowpaymentfee.com) that offers numerous x402-gated APIs spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities, all priced at $0.02 per call. However, this specific endpoint — `/api/v1/emails/45/attachments` — is not listed on the provider's homepage among the advertised API categories. Its purpose (email attachment retrieval) and the hardcoded email ID (45) suggest it may be a demo, test, or niche endpoint rather than a general-purpose service.

Documentation is extremely sparse. The docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI schema, no request/response examples, and no description of what fields the POST body should contain or what the response payload looks like. Callers will need to experiment or contact the provider to understand the expected input format and output structure.

Capabilities

x402-paymentemail-attachmentsusdc-base-networkmicropaymentpost-json

Use cases

  • Retrieving email attachments programmatically with per-request micropayments
  • Agent-driven workflows that need to fetch specific email attachments without API key management
  • Demonstrating x402 payment protocol integration on Base network

Fit

Best for

  • Developers experimenting with x402 payment protocol
  • Agents needing keyless, pay-per-call access to email data
  • Low-volume attachment retrieval without subscription commitments

Not for

  • Bulk email processing or high-volume attachment downloads (no documented batch support)
  • Users who need comprehensive email management (send, search, organize) — this is a single-resource endpoint
  • Anyone requiring detailed API documentation or SLA guarantees

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/emails/45/attachments \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_proof>"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.25/ 1.00

The endpoint is live (returns a valid 402 x402 challenge), but there is no documentation, no OpenAPI schema, no request/response examples, and the specific endpoint is not listed among the provider's advertised APIs. The purpose and expected input/output are unclear, making this effectively a stub listing.

Warnings

  • No OpenAPI schema or request/response documentation available
  • The endpoint /api/v1/emails/45/attachments is not listed among the provider's advertised APIs — may be a test or unlisted endpoint
  • All documentation pages (docs, API, pricing, README) render only 'Connect wallet' with no usable content
  • Hardcoded email ID 45 in the URL suggests this may not be a general-purpose endpoint
  • No information on what POST body fields are expected or what the response contains

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-21 19:15:50Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-22

Agent access