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/2` 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 endpoint is part of a broader platform (lowpaymentfee.com) that offers dozens 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, this specific endpoint focuses on KYC verification. The platform advertises no minimums, no commitments, and instant access.

Documentation is extremely sparse. The crawled /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 fields the KYC verification endpoint expects or returns. The endpoint is confirmed live (returns a proper 402 x402 challenge), but without documentation it is unclear what input the POST body should contain or what the verification response looks like.

Capabilities

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

Use cases

  • Verifying customer identity as part of onboarding flows
  • Performing KYC checks without managing API key subscriptions
  • Integrating compliance verification into Web3 or DeFi applications
  • Agent-driven identity verification with per-call crypto payment

Fit

Best for

  • Developers needing on-demand KYC verification without subscription commitments
  • Web3 applications requiring pay-per-use identity checks settled in USDC
  • AI agents that need programmatic access to compliance endpoints via x402

Not for

  • Teams requiring detailed API documentation and request/response schemas before integration
  • High-volume KYC pipelines where per-call pricing may not be cost-effective
  • Regulated environments that require vendor compliance certifications (none documented)

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/kyc/verifications/2 \
  -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 challenge, but there is zero documentation on request format, response schema, or what the KYC verification actually checks. All doc pages return only 'Connect wallet' with no content. This is effectively a stub listing.

Warnings

  • No documentation available — /docs, /api, /pricing, and /README pages are all empty beyond a wallet connect prompt
  • No OpenAPI schema or request/response examples provided
  • KYC/identity verification is a regulated category — no compliance certifications or data handling policies are documented
  • The endpoint path includes '/2' which may indicate a specific verification record rather than a general-purpose endpoint
  • It is unclear what input fields the POST body requires

Citations

Provenance

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

Agent access