Pay-per-call audit log access on Base via x402, settled in USDC at $0.02/request.
What it does
This endpoint at lowpaymentfee.com provides access to audit log data (specifically log ID 94) via the x402 payment protocol. It accepts POST requests and returns JSON. Payment is settled on the Base network using USDC (contract 0x8335…2913) with a per-request cost of $0.02 (maxAmountRequired of 20,000 base units at 6 decimals).
The provider lowpaymentfee.com hosts a broader suite of pay-per-call APIs spanning data & analytics (metrics, reports, data export, insights), AI & ML (sentiment analysis, text summarization, classification, embeddings), finance & Web3 (price feeds, exchange rates, token quotes, gas estimates), and infrastructure utilities (geocoding, validation, conversion, generation). All endpoints are advertised at $0.02 per request with no API keys, no rate limits, and no minimum commitments.
This specific endpoint (/api/v1/audit/logs/94) falls outside the categories listed on the landing page, and no dedicated documentation was found for it. The docs, API, pricing, and README pages all returned only a "Connect wallet" prompt with no substantive content. There is no OpenAPI schema, no request/response examples, and no description of what the audit log payload contains. The endpoint is confirmed live (402 challenge captured), but the lack of documentation makes it difficult to know what data is returned or what POST body (if any) is expected.
Capabilities
Use cases
- —Retrieving audit log entries on a per-call payment basis without API keys
- —Programmatic access to audit trail data settled via crypto micropayments
- —Agent-driven workflows that need on-demand audit data with no subscription
Fit
Best for
- —Developers wanting keyless, pay-per-use audit log access
- —AI agents that can settle x402 payments on Base in USDC
- —Users who prefer no-commitment, no-rate-limit API access
Not for
- —Users needing detailed API documentation or request/response schemas before integration
- —Bulk audit log retrieval where per-call pricing would be cost-prohibitive
- —Users who cannot transact in USDC on the Base network
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/audit/logs/94 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>"Endpoint
Quality
The endpoint is confirmed live via a valid 402 challenge, and pricing is clear ($0.02/request in USDC on Base). However, there is no OpenAPI schema, no documentation for this specific endpoint, no request/response examples, and the docs pages are empty. The audit log purpose is only inferred from the URL path.
Warnings
- —No OpenAPI or schema documentation available for this endpoint
- —Docs, API, pricing, and README pages return only 'Connect wallet' with no content
- —The specific endpoint /api/v1/audit/logs/94 is not listed among the provider's advertised APIs on the landing page
- —No request body schema or response schema is documented — unclear what data is returned
- —Purpose of 'audit log 94' is entirely inferred from the URL path
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units in USDC on Base networkhttps://lowpaymentfee.com/api/v1/audit/logs/94
- —All endpoints are priced at $0.02 per request with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/audit/logs/94
- —Docs, API, pricing, and README pages contain only 'Connect wallet' with no substantive contenthttps://lowpaymentfee.com/docs