x402basequality 0.35

Pay-per-call audit log access on Base via x402 — $0.02 per request in USDC.

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 entry 68) via the x402 payment protocol. It accepts POST requests and returns JSON. 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).

The endpoint is part of a broader platform (lowpaymentfee.com) that offers a variety of pay-per-call APIs spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities — all priced at $0.02 per request. The platform advertises no API keys, no rate limits, and instant access; callers authenticate purely via the x402 payment header.

Documentation is extremely sparse. The /docs, /pricing, /api, 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 usage examples. The specific purpose and schema of the audit logs endpoint is not documented beyond its URL path and the generic "Premium API Access" label. Prospective users should expect to experiment or contact the provider for details on what data this endpoint actually returns.

Capabilities

x402-paymentusdc-baseaudit-logspay-per-callno-api-key

Use cases

  • Retrieving audit log entries on a per-call payment basis without needing an API key
  • Integrating pay-per-use audit data into automated agent workflows
  • Accessing structured log data settled via USDC on Base L2

Fit

Best for

  • Agents or developers who want keyless, pay-per-call access to audit data
  • x402-compatible wallets and agent frameworks on Base
  • Low-volume or sporadic audit log lookups where subscriptions are overkill

Not for

  • High-volume bulk log retrieval where per-call pricing adds up quickly
  • Users who need detailed API documentation or guaranteed SLAs before integrating
  • Anyone without a Base-compatible USDC wallet

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/audit/logs/68 \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_token>"

Example

Request

{
  "url": "https://lowpaymentfee.com/api/v1/audit/logs/68",
  "method": "POST",
  "headers": {
    "X-PAYMENT": "<x402_payment_token>",
    "Content-Type": "application/json"
  }
}

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC on Base), but there is no documentation, no OpenAPI spec, no response schema, and no examples. The audit logs endpoint purpose is entirely opaque beyond its URL path. This is effectively a stub listing.

Warnings

  • No documentation available — /docs, /pricing, /api, and /README all render only 'Connect wallet' with no content
  • No OpenAPI or schema definition for request or response payloads
  • The specific data returned by /api/v1/audit/logs/68 is undocumented; 'Premium API Access' is a generic label applied across the platform
  • Cannot verify what audit log data is actually served or whether the endpoint returns meaningful results after payment

Citations

Provenance

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

Agent access