KYC verification endpoint on Base, paid 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/86` accepts POST requests and charges up to $0.02 per call in USDC on the Base network. Payment is handled inline via the X-PAYMENT header — no API keys, accounts, or rate limits are required.
The provider's site advertises a broad catalog of pay-per-call APIs spanning data analytics, AI/ML inference, finance, crypto, and utility services, all priced at $0.02 per request. However, the KYC verification endpoint is not listed on the provider's public landing page, and no documentation, request/response schemas, or usage examples are available for it. The docs, pricing, and API pages all resolve to a minimal "Connect wallet" prompt with no further content.
Because there is no published input schema, expected request body format, or sample response for this KYC endpoint, callers will need to experiment or contact the provider to understand what fields to submit and what the response looks like. The endpoint is confirmed live (returns a valid x402 402 challenge), but the lack of documentation makes integration difficult without additional information.
Capabilities
Use cases
- —Verifying customer identity as part of onboarding flows
- —Compliance checks for financial or crypto applications
- —Automated KYC screening triggered by agent workflows
Fit
Best for
- —Developers needing on-demand KYC checks without subscription commitments
- —Agent-based workflows that can pay per call with USDC on Base
- —Applications requiring keyless, instant-access identity verification
Not for
- —Users who need detailed API documentation before integrating
- —High-volume KYC pipelines where per-call pricing may not be cost-effective
- —Applications that cannot settle payments in USDC on the Base network
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/kyc/verifications/86 \
-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, no examples, and the KYC endpoint isn't even listed on the provider's own landing page. Effectively a stub listing.
Warnings
- —No documentation available — docs, pricing, and API pages all show only a 'Connect wallet' prompt with no content.
- —The KYC verification endpoint is not listed among the provider's publicly advertised APIs.
- —No request body schema or response schema is published; callers must guess at the expected input format.
- —KYC/identity verification is a regulated category — verify the provider's compliance posture before relying on this for production use.
Citations
- —The endpoint returns a valid x402 402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/kyc/verifications/86
- —The provider advertises $0.02 per request pricing with no API keys, no rate limits, and instant access on the Base networkhttps://lowpaymentfee.com
- —The USDC asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 is the canonical USDC contract on Base (6 decimals), making 20000 base units = $0.02https://lowpaymentfee.com