x402basequality 0.30

HR reviews data endpoint on Base, pay-per-call via x402 with USDC at $0.02/request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at `/api/v1/hr/reviews/22` is part of the lowpaymentfee.com platform, a collection of x402-enabled APIs spanning data analytics, AI/ML, finance, infrastructure, and more. Each endpoint charges $0.02 per request, settled in USDC on the Base network, with no API keys, rate limits, or subscriptions required.

The specific resource at `/hr/reviews/22` appears to serve HR review data (likely a single review record identified by ID 22), though it is not listed among the categories shown on the provider's landing page (Data & Analytics, AI & ML, Finance & Web3, Infrastructure). The endpoint is live and returns a valid x402 challenge with `maxAmountRequired` of 20,000 base units of USDC (6 decimals), which equals $0.02. Payment is made via the x402 "exact" scheme to a specified wallet address, and the response MIME type is `application/json`.

Documentation is minimal — the provider's site offers no OpenAPI spec, no request/response schema details, and no examples for this or any other endpoint. The `/api`, `/pricing`, and `/README` pages all resolve to a bare "Connect wallet" prompt with no additional content. Because of this, the exact request body format and response structure are unknown. Agents should be prepared to experiment with POST payloads or treat this as a simple POST-with-payment endpoint.

Capabilities

x402-paymentusdc-basepay-per-callhr-datajson-responseno-api-keyno-rate-limit

Use cases

  • Retrieving HR review records programmatically
  • Integrating employee review data into HR dashboards
  • Agent-driven data retrieval with micropayments

Fit

Best for

  • Developers needing keyless, pay-per-call access to HR review data
  • AI agents that can settle x402 payments on Base
  • Quick one-off data lookups without subscription overhead

Not for

  • Bulk HR data exports (no documented batch endpoint)
  • Users who need detailed API documentation or SDKs before integrating
  • Non-crypto payment workflows (only USDC on Base is accepted)

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/hr/reviews/22 \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-token>"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The endpoint is live and returns a valid x402 402 challenge, confirming it accepts USDC payments on Base at $0.02. However, there is no OpenAPI spec, no request/response schema, no documentation, and the /hr/reviews path is not even listed on the provider's own landing page. The actual data returned is entirely unknown.

Warnings

  • No OpenAPI or schema documentation available for any endpoint on this provider
  • The /api/v1/hr/reviews/22 path is not listed among the provider's advertised API categories — it may be a test or undocumented endpoint
  • Request body format and response structure are completely unknown
  • Provider's /pricing, /README, and /api pages contain no useful content beyond 'Connect wallet'

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-21 21:21:59Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-23

Agent access