x402basequality 0.30

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/10` accepts POST requests and charges up to $0.02 per call, settled 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 host site lowpaymentfee.com offers a broad catalog of pay-per-request APIs spanning data analytics, AI/ML inference, finance, crypto, and utility services, all priced at $0.02 per request. However, this specific listing is for the KYC verifications endpoint. The crawled documentation pages were essentially empty (showing only a "Connect wallet" prompt), so the exact request/response schema for this KYC endpoint is unknown. The endpoint is confirmed live — it returns a proper 402 x402 challenge when called without payment.

Because no OpenAPI spec, request body schema, or response examples are available, agents will need to experiment or obtain documentation from the provider to understand the required input fields and output format. The pricing is clear ($0.02 per call in USDC on Base), and the endpoint is discoverable via the x402 challenge.

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 crypto applications
  • Automated KYC screening triggered by agent workflows
  • Identity validation before granting access to regulated services

Fit

Best for

  • Agents needing on-demand KYC checks without API key registration
  • Applications requiring pay-per-use identity verification on crypto rails
  • Developers building compliance workflows on Base network

Not for

  • Bulk batch KYC processing (no documented batch endpoint)
  • Users who need detailed documentation or guaranteed SLAs before integrating
  • Fiat-only payment environments with no crypto wallet capability

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live and returns a valid x402 challenge, but there is no OpenAPI spec, no request/response schema, and the documentation pages are empty. The KYC verification purpose is only inferred from the URL path; no details on required inputs or output format are available.

Warnings

  • No request body schema documented — required input fields for KYC verification are unknown
  • No response schema or examples available
  • Documentation pages (/docs, /api, /pricing, /README) all render only a 'Connect wallet' prompt with no actual content
  • The endpoint description 'Premium API Access' is generic and does not describe KYC functionality; the KYC purpose is inferred solely from the URL path
  • Regulated category (KYC/identity) — verify provider compliance and data handling practices before use

Citations

Provenance

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

Agent access