KYC verification endpoint on Base, pay-per-call via x402 with USDC.
What it does
This endpoint at lowpaymentfee.com provides a KYC (Know Your Customer) verification service accessible via the x402 payment protocol. The specific resource `/api/v1/kyc/verifications/21` accepts POST requests and charges up to $0.02 per call in USDC on the Base network. No API keys or rate limits are required — callers simply attach an x402 payment header to each request.
The hosting site lowpaymentfee.com offers a broad catalog of pay-per-call APIs spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities, all priced at $0.02 per request. However, the specific KYC verification endpoint's input schema, required POST body fields, and response format are not documented in any crawled page. The docs, pricing, and API pages all resolve to a minimal "Connect wallet" prompt with no further detail. Because of this, the exact capabilities and data returned by the KYC verification call remain unclear.
Payment settles on Base using USDC (contract 0x8335…2913) to address 0x1A2B…85F3, with a maximum timeout of 300 seconds. The endpoint is live and returns a valid x402 challenge (HTTP 402).
Capabilities
Use cases
- —Verifying customer identity as part of onboarding flows
- —Automated KYC checks in fintech or Web3 applications
- —Agent-driven compliance verification without API key management
Fit
Best for
- —Developers needing pay-per-call KYC without subscriptions
- —AI agents that can settle payments via x402 on Base
- —Web3 applications requiring on-chain payment for compliance services
Not for
- —Users who need detailed documentation before integrating
- —High-volume KYC pipelines requiring bulk pricing or SLAs
- —Regulated environments that require auditable vendor certifications
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/kyc/verifications/21 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>" \
-d '{}'Endpoint
Quality
The endpoint is live and returns a valid x402 challenge, but there is zero documentation on request/response schemas, required fields, or what the KYC verification actually checks. Docs pages are empty stubs. The listing is effectively a stub with only pricing and protocol details confirmed.
Warnings
- —No documentation available for request body schema or response format
- —All doc/pricing/API pages resolve to a minimal 'Connect wallet' prompt with no content
- —The exact nature and scope of the KYC verification is unknown — 'verifications/21' may refer to a specific verification record rather than a general-purpose endpoint
- —No OpenAPI spec or AI plugin manifest found
- —Regulated category (KYC/identity) — verify vendor compliance certifications independently
Citations
- —The endpoint returns a valid x402 challenge with maxAmountRequired of 20000 base units (USDC, 6 decimals = $0.02) on Base networkhttps://lowpaymentfee.com/api/v1/kyc/verifications/21
- —All APIs on the site are priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/kyc/verifications/21