x402basequality 0.30

Pay-per-call audit log access on Base via x402, settled in USDC at $0.02/request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com provides access to audit log data (specifically log ID 87) via the x402 payment protocol. It is one of many endpoints offered by the lowpaymentfee.com platform, which hosts a broad catalog of pay-per-request APIs spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities. All endpoints on the platform share a uniform $0.02 per request pricing model, settled in USDC on the Base network.

The specific endpoint `/api/v1/audit/logs/87` is described as "Premium API Access" and accepts POST requests. Payment is handled via the x402 exact-payment scheme: callers attach an X-PAYMENT header with a signed USDC payment of up to 20,000 base units (i.e., $0.02, since USDC uses 6 decimals). The response MIME type is application/json. No API keys or rate limits are advertised; access is gated purely by per-call micropayment.

Documentation on the site 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. The endpoint is confirmed live (returns a proper 402 challenge), but the actual shape of the audit log data returned after payment is unknown.

Capabilities

x402-paymentusdc-settlementbase-networkaudit-logspay-per-requestno-api-keyjson-response

Use cases

  • Retrieving audit log entries on a per-call payment basis without needing an API key
  • Programmatic access to audit data for compliance or monitoring workflows
  • Agent-driven data retrieval where per-request USDC micropayments replace subscription billing

Fit

Best for

  • Developers who want keyless, pay-as-you-go audit log access
  • AI agents that can settle x402 micropayments on Base
  • Users who need occasional audit data without committing to a subscription

Not for

  • Bulk audit log retrieval where per-request pricing would be cost-inefficient
  • Users who need detailed API documentation or response schema guarantees before integrating
  • Anyone without a Base-compatible USDC wallet

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/audit/logs/87 \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <signed-x402-payment-header>"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is confirmed live with a valid 402 challenge and clear pricing ($0.02 USDC on Base). However, there is no OpenAPI spec, no request/response schema, no documentation beyond a wallet-connect prompt, and the purpose of 'audit/logs/87' is entirely opaque. This is effectively a stub listing.

Warnings

  • No OpenAPI or schema documentation available — request body and response shape are completely unknown
  • All documentation pages (docs, pricing, API, README) render only 'Connect wallet' with no technical content
  • The specific purpose and data content of audit log ID 87 is undocumented
  • The endpoint path suggests a single fixed resource (/audit/logs/87) rather than a parameterized API

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 02:34:35Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-27

Agent access