x402basequality 0.25

KYC verification endpoint on Base, paid 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/61` accepts POST requests and charges up to $0.02 per call in USDC on the Base network. Payment is handled inline via the x402 header challenge — no API keys, accounts, or rate limits are required.

The parent site lowpaymentfee.com hosts a broader 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 KYC verifications endpoint is not listed on the site's public catalog, and no documentation was found describing its input schema, required fields, or response format. The docs, pricing, and API pages behind the site all render only a "Connect wallet" prompt with no additional content.

Because there is no OpenAPI spec, no request/response examples, and no documentation beyond the x402 challenge itself, the actual capabilities of this KYC endpoint remain unclear. It is live (returns a proper 402 challenge), but consumers should expect to experiment or contact the provider to learn the expected POST body and response structure.

Capabilities

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

Use cases

  • Verifying user identity as part of onboarding flows
  • Compliance checks for financial or Web3 applications
  • Automated KYC screening triggered by AI agents

Fit

Best for

  • Developers needing per-call KYC without subscription commitments
  • Agent workflows that can pay with USDC on Base
  • Applications requiring keyless, instant-access identity verification

Not for

  • Users who need detailed documentation or guaranteed SLAs before integrating
  • Bulk KYC processing where per-call pricing may not be cost-effective
  • Environments that cannot settle payments in USDC on the Base network

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/kyc/verifications/61 \
  -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/response schemas, no OpenAPI spec, and the KYC endpoint isn't even listed on the provider's own catalog page. Effectively a stub listing.

Warnings

  • No documentation found for this specific KYC endpoint — input schema and response format are unknown.
  • The /api/v1/kyc/verifications/61 path is not listed on the provider's public API catalog; it may be experimental or unlisted.
  • Docs, pricing, API, and README pages all render only a 'Connect wallet' prompt with no useful content.
  • KYC/identity verification is a regulated category — verify the provider's compliance posture before relying on this in production.

Citations

Provenance

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

Agent access