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 at `/api/v1/kyc/verifications/36`. It is part of a broader platform that offers dozens of pay-per-call APIs spanning data analytics, AI/ML inference, finance, crypto, and utility services. All endpoints use the x402 payment protocol, settling in USDC on the Base network.

The specific endpoint probed (`/api/v1/kyc/verifications/36`) returns a live 402 challenge requesting up to $0.02 per call (maxAmountRequired of 20,000 base units of USDC, which has 6 decimals = $0.02). The platform advertises a flat $0.02/request pricing across all its APIs with no API keys, no rate limits, and instant access. Payment is made via the x402 `exact` scheme to a specified wallet address.

Documentation is extremely sparse — the docs, pricing, API, and README pages all render only a "Connect wallet" prompt with no additional technical content. There is no OpenAPI spec, no request/response schema documentation, and no examples of what input the KYC verification endpoint expects or what it returns. The `outputSchema` in the 402 challenge only indicates it accepts HTTP POST requests. Without further documentation, it is unclear what request body format is required or what verification data is returned.

Capabilities

kyc-verificationx402-paymentusdc-settlementbase-networkper-call-pricingno-api-key

Use cases

  • Verifying customer identity as part of onboarding flows
  • Performing KYC checks without managing a verification vendor directly
  • Integrating compliance checks into automated agent workflows

Fit

Best for

  • Developers needing simple per-call KYC verification without subscriptions
  • Agent-based workflows requiring x402-compatible identity checks
  • Projects already operating on the Base network with USDC

Not for

  • Production KYC compliance where detailed documentation and SLAs are required
  • Use cases needing batch or bulk identity verification
  • Regulated environments requiring audit trails and vendor certifications

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/kyc/verifications/36 \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-header>" \
  -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 on request format, response schema, or what the KYC verification actually does. Docs pages are empty beyond a wallet-connect prompt. No OpenAPI spec or examples exist. This is effectively a stub listing.

Warnings

  • No documentation available — docs, pricing, API, and README pages all show only 'Connect wallet' with no technical content
  • No request or response schema documented for this KYC endpoint
  • Unknown what input fields are required or what verification data is returned
  • The path includes a numeric ID (36) suggesting this may be a specific verification record rather than a general-purpose endpoint
  • KYC/identity verification is a regulated category — no compliance certifications or data handling policies are documented

Citations

Provenance

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

Agent access