x402basequality 0.35

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 34) 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, crypto, and utility services. All endpoints on the platform share a uniform $0.02-per-request pricing model, paid in USDC on the Base network with no API keys, rate limits, or commitments required.

The specific endpoint `/api/v1/audit/logs/34` is labeled "Premium API Access" and accepts POST requests. Payment is handled via the x402 protocol: callers receive a 402 challenge containing payment parameters (asset, amount, payTo address), construct a signed USDC payment, and include it in the X-PAYMENT header on retry. The max amount required is 20,000 base units of USDC (6 decimals), which equals $0.02. The response MIME type is application/json.

Documentation on the site is extremely thin — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI spec, no request/response schema documentation, and no example payloads available. The exact structure of the audit log data returned is unknown. The endpoint is confirmed live (402 challenge captured successfully).

Capabilities

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

Use cases

  • Retrieving audit log entries on a per-request payment basis
  • Programmatic access to audit trail data without subscription or API key management
  • Agent-driven data retrieval with automatic USDC micropayments on Base

Fit

Best for

  • Developers or agents needing one-off audit log lookups without account setup
  • Use cases requiring keyless, pay-as-you-go API access
  • x402-compatible agents that can settle USDC payments on Base

Not for

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

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/audit/logs/34
# Returns 402 with x402 challenge. Parse the challenge, sign a USDC payment
# for 20000 base units ($0.02) to 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3,
# then retry with the X-PAYMENT header.

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

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

Warnings

  • No API documentation available — docs, pricing, and README pages all render only 'Connect wallet'
  • No OpenAPI or JSON schema for request or response bodies
  • The exact data returned by /api/v1/audit/logs/34 is unknown
  • The endpoint path references a specific log ID (34); it is unclear if other IDs are supported or what the resource represents

Citations

Provenance

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

Agent access