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/15`. 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/15`) accepts POST requests and charges up to $0.02 per call (maxAmountRequired of 20,000 base units of USDC, which has 6 decimals = $0.02). Payment is made via the x402 exact scheme with no API keys or rate limits required — callers simply attach an X-PAYMENT header. The platform advertises instant access with no minimums or commitments.

Documentation is extremely sparse. The docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no substantive content. 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 path includes an ID (`15`), but it is unclear whether this refers to a specific verification record, a verification type, or something else. The `outputSchema` in the x402 challenge only confirms it is an HTTP POST endpoint marked as discoverable.

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 keys or subscriptions
  • Integrating identity verification into agent-driven workflows
  • Adding compliance checks to Web3 or DeFi applications

Fit

Best for

  • Developers needing pay-per-call KYC without subscription overhead
  • AI agents that need programmatic identity verification via x402
  • Web3 projects requiring on-chain-settled compliance APIs

Not for

  • Users who need detailed documentation or schema before integrating
  • High-volume KYC pipelines where per-call pricing may not be cost-effective
  • Regulated environments requiring audit trails and vendor certifications

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/kyc/verifications/15 \
  -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 (402 challenge confirmed) and pricing is clear ($0.02/call in USDC on Base), but there is no documentation, no OpenAPI schema, no request/response examples, and no explanation of what the KYC verification endpoint actually does or expects. This is effectively a stub listing.

Warnings

  • No documentation available — docs, API, pricing, and README pages all show only 'Connect wallet' with no content.
  • No OpenAPI or request/response schema provided; it is unknown what input the endpoint expects or what it returns.
  • The endpoint path includes an ID (/15) whose meaning is undocumented.
  • KYC/identity verification is a regulated category — no compliance certifications or data handling policies are documented.
  • The platform lists many API categories but none specifically mention KYC on the landing page; this endpoint may be unlisted or experimental.

Citations

Provenance

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

Agent access