x402-gated premium API endpoint on Base, pay-per-call with USDC.
What it does
This endpoint at `/api/v1/benefits/93` is part of the lowpaymentfee.com platform, a collection of x402-protocol pay-per-request APIs spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities. The specific resource behind `/api/v1/benefits/93` is labeled "Premium API Access" but its exact functionality is not documented beyond that title. The endpoint is live and returns a valid x402 challenge.
Payment is settled on the Base network using USDC (contract `0x8335…2913`) via the x402 "exact" scheme. The `maxAmountRequired` is 20,000 base units; since USDC uses 6 decimals, this equals $0.02 per request — consistent with the site-wide $0.02/request pricing advertised on the landing page. No API keys are required; callers simply attach an `X-PAYMENT` header with a valid x402 payment proof. The provider advertises no rate limits and instant access.
Documentation is extremely thin — the docs, pricing, API, and README pages all render only a "Connect wallet" prompt with no additional technical content. There is no OpenAPI spec, no request/response schema, and no usage examples. The endpoint accepts POST requests (per the probe and the outputSchema). Because the purpose of this specific `/benefits/93` route is undocumented, callers should treat it as an opaque premium resource until the provider publishes further details.
Capabilities
Use cases
- —Programmatic access to a premium API resource without traditional API key management
- —Agent-driven workflows that need to pay per call using on-chain USDC on Base
- —Testing x402 payment flows against a live, low-cost endpoint
Fit
Best for
- —Developers experimenting with x402 protocol integrations
- —AI agents that can autonomously pay for API calls via crypto
- —Users who want no-signup, no-API-key access to paid endpoints
Not for
- —Users who need detailed documentation or guaranteed SLAs before integrating
- —Anyone requiring fiat-only payment rails (this is crypto-settled on Base)
- —Use cases that need to know exactly what data the endpoint returns before paying
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/benefits/93 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_proof>"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge with clear pricing ($0.02 USDC on Base). However, there is no documentation, no OpenAPI spec, no request/response schema, and the purpose of /api/v1/benefits/93 is entirely opaque beyond the label 'Premium API Access'. This is effectively a stub listing.
Warnings
- —The exact functionality of /api/v1/benefits/93 is undocumented — 'Premium API Access' is the only description available.
- —All documentation pages (docs, pricing, API, README) render only a 'Connect wallet' prompt with no technical content.
- —No OpenAPI spec, no request schema, and no response schema are available.
- —Cannot verify what data or service is returned after successful payment.
Citations
- —The endpoint returns a valid x402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/benefits/93
- —Site-wide pricing is $0.02 per request with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/benefits/93