x402basequality 0.25

KYC verification endpoint on Base, pay-per-call via x402 with USDC.

Price
0.02 USDC / call
Protocol
x402
Verified
no

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/22` 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 broader lowpaymentfee.com platform advertises a suite of pay-per-request APIs spanning data analytics, AI/ML inference (sentiment analysis, summarization, classification, embeddings), finance/Web3 data (price feeds, exchange rates, token quotes, gas estimates), and infrastructure utilities (geocoding, validation, conversion, generation). All endpoints are listed at $0.02 per request with the same x402 payment model on Base.

However, documentation is extremely sparse. The docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI schema, no request/response examples, and no description of what input the KYC verification endpoint expects or what it returns. The endpoint is confirmed live (returns a proper 402 challenge), but without documentation it is unclear what payload to send or what verification data is returned.

Capabilities

kyc-verificationx402-paymentusdc-settlementbase-networkpay-per-requestno-api-key

Use cases

  • Verifying customer identity as part of onboarding flows
  • Compliance checks for financial or Web3 applications
  • Automated KYC verification without managing API keys

Fit

Best for

  • Developers needing pay-per-call KYC verification without subscriptions
  • Web3 applications that already settle on Base with USDC
  • Agents that can attach x402 payment headers for frictionless access

Not for

  • Users who need detailed API documentation before integrating
  • High-volume KYC workflows requiring bulk pricing or SLAs
  • Applications requiring non-crypto payment methods

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/kyc/verifications/22 \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-token>" \
  -d '{}'

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.25/ 1.00

The endpoint is live and returns a valid x402 402 challenge, but there is zero documentation: no OpenAPI schema, no request/response examples, no description of what the KYC verification endpoint accepts or returns. Docs pages are empty. This is effectively a stub listing.

Warnings

  • No API documentation available — docs, pricing, API, and README pages all show only 'Connect wallet' with no content.
  • No request or response schema provided; it is unknown what payload the KYC endpoint expects.
  • The specific resource path '/api/v1/kyc/verifications/22' suggests a hardcoded verification ID; unclear if this is a demo or production resource.
  • KYC/identity verification is a regulated category — verify the provider's compliance posture before relying on this for production use.

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 05:01:49Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-22

Agent access