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/85` 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 mechanism — no API keys, accounts, or rate limits are required.

The hosting 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 particular endpoint falls under a KYC/verifications path that is not listed on the site's public landing page, so its exact input schema and response format are undocumented in the crawled material. The x402 challenge confirms the endpoint is live and accepting payment negotiations, but without documentation or example payloads, the precise fields required in the POST body and the structure of the verification response remain unknown.

Settlement occurs on the Base L2 network using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913). The maximum amount required per call is 20,000 base units, which at 6 decimals equals $0.02. The payment recipient address is 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3, and the timeout window is 300 seconds.

Capabilities

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

Use cases

  • Verifying customer identity as part of onboarding flows
  • Automated KYC checks triggered by agent workflows
  • Compliance screening integrated into Web3 dApps

Fit

Best for

  • Developers needing pay-per-call KYC without subscription commitments
  • AI agents that need programmatic identity verification
  • Web3 applications requiring on-chain-settled compliance checks

Not for

  • Bulk KYC processing at enterprise scale (no documented batch endpoint)
  • Users who need detailed documentation before integrating (input/output schemas are undocumented)

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/kyc/verifications/85 \
  -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 x402 challenge is live and confirms pricing and settlement details, but the KYC endpoint is not listed on the site's public catalog, and no documentation, input schema, or example responses were found in the crawl. The endpoint's actual functionality and required POST body are entirely unknown.

Warnings

  • This endpoint path (/api/v1/kyc/verifications/85) is not listed on the provider's public landing page — it may be experimental or unlisted.
  • No input schema or response schema is documented; the POST body format is unknown.
  • KYC/identity verification is a regulated category — verify the provider's compliance credentials before relying on this for production use.
  • The docs, pricing, API, and README pages all returned only a 'Connect wallet' prompt with no substantive content.

Citations

Provenance

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

Agent access