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/1` 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 broader lowpaymentfee.com platform offers 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 share the same $0.02/request pricing model and x402 payment flow on Base.

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 live (returns a proper 402 challenge), but without documentation it is difficult to know what fields to POST or what the response payload looks like.

Capabilities

kyc-verificationx402-paymentusdc-settlementbase-networkpay-per-requestno-api-keypost-endpoint

Use cases

  • Verifying customer identity as part of onboarding flows
  • Compliance checks for financial or Web3 applications
  • Automated KYC screening integrated into agent workflows

Fit

Best for

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

Not for

  • Users who need detailed API documentation or OpenAPI specs before integrating
  • High-volume KYC pipelines that need bulk pricing or SLAs
  • Scenarios requiring fiat-only payment rails

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live and returns a valid x402 402 challenge, but there is zero documentation on request/response schemas, no OpenAPI spec, and the docs pages are empty. The KYC verification purpose is only inferred from the URL path; no concrete details about input fields or output format are available.

Warnings

  • No API documentation available — docs, pricing, and README pages all show only 'Connect wallet'
  • No OpenAPI or request/response schema provided for the KYC verification endpoint
  • The specific purpose and data format of /api/v1/kyc/verifications/1 is inferred solely from the URL path
  • KYC/identity verification is a regulated category — verify the provider's compliance credentials independently
  • This endpoint is not listed on the provider's own homepage API catalog, raising questions about its status

Citations

Provenance

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

Agent access