x402basequality 0.35

Database snapshot endpoint (2026-10) payable per-request via x402 on Base with USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides access to a database snapshot dated 2026-10 via the x402 payment protocol. It accepts POST requests and returns JSON data. Payment is settled on the Base network using USDC (contract 0x8335…2913) 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 attach an X-PAYMENT header with a valid x402 payment proof.

The broader lowpaymentfee.com platform advertises a range of API categories including data & analytics, AI & machine learning, finance & Web3, and infrastructure utilities, all priced uniformly at $0.02 per request. However, the specific endpoint being listed here — `/api/v1/database/snapshots/2026-10` — is not described on the site's landing page among the documented APIs. Its exact response schema and the nature of the "database snapshot" data are not documented in any crawled material.

The x402 challenge was successfully captured (HTTP 402 with a well-formed accepts array), confirming the endpoint is live. The payment timeout is 300 seconds. No OpenAPI spec, detailed docs, or example responses were found during the crawl — the docs, pricing, and README pages all returned only a "Connect wallet" stub.

Capabilities

x402-paymentusdc-settlementbase-networkdatabase-snapshotjson-responseper-request-pricingno-api-key

Use cases

  • Retrieving a point-in-time database snapshot for October 2026
  • Programmatic data access without API key management
  • Agent-driven data procurement with crypto micropayments

Fit

Best for

  • Agents or scripts that need on-demand database snapshots paid per call
  • Developers who prefer keyless, pay-per-use API access on Base/USDC
  • Workflows requiring deterministic, timestamped data exports

Not for

  • Users who need detailed documentation or schema guarantees before calling
  • High-volume bulk data retrieval where per-request pricing adds up
  • Anyone without a Base-network USDC wallet or x402-compatible client

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/database/snapshots/2026-10 \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_proof>"

Example

Request

{
  "url": "https://lowpaymentfee.com/api/v1/database/snapshots/2026-10",
  "method": "POST",
  "headers": {
    "X-PAYMENT": "<x402_payment_proof>",
    "Content-Type": "application/json"
  }
}

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The x402 challenge is live and well-formed, confirming the endpoint exists and accepts payment. However, there is no OpenAPI spec, no response schema, no example responses, and the specific endpoint is not listed among the site's documented APIs. The docs/pricing/README pages are all empty stubs. The nature of the 'database snapshot' data is entirely unknown.

Warnings

  • The endpoint /api/v1/database/snapshots/2026-10 is not listed among the site's publicly documented APIs — its data contents are unknown.
  • All documentation pages (docs, pricing, README, api) returned only a 'Connect wallet' stub with no useful content.
  • No response schema or example output is available; callers cannot know what data they will receive before paying.
  • The snapshot is dated '2026-10' which is a future date — the meaning or validity of this is unclear.

Citations

Provenance

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

Agent access