Pay-per-call employee salary data endpoint on Base via x402 (USDC).
What it does
This x402-enabled endpoint at lowpaymentfee.com returns employee salary information for a specific employee (ID 16) via a POST request. Payment is settled on the Base network using USDC (USD Coin) at a cost of $0.02 per request. The endpoint follows the x402 protocol: callers receive a 402 Payment Required challenge with payment details, then submit an X-PAYMENT header to complete the transaction and receive the response.
The hosting site lowpaymentfee.com offers a broad catalog of pay-per-call APIs spanning data & analytics, AI/ML inference, finance/Web3, and infrastructure utilities — all priced at $0.02 per request with no API keys, no rate limits, and no commitments. This particular endpoint (/api/v1/employees/16/salary) is not listed on the site's public catalog, so its exact response schema and data source are unknown. The endpoint is live and returns a valid x402 challenge.
Because there is no OpenAPI schema, no documentation beyond the 402 challenge, and no example responses available, the actual structure and content of the salary data returned is uncertain. Callers should be prepared for a JSON response (mimeType is application/json) but will need to discover the exact fields empirically.
Capabilities
Use cases
- —Retrieving salary information for a specific employee on demand
- —Integrating pay-per-call salary data into HR or payroll workflows
- —Agent-driven lookups of employee compensation without API key management
Fit
Best for
- —Agents needing on-demand employee salary data with crypto micropayments
- —Developers exploring x402 protocol integrations on Base
- —Quick one-off salary data lookups without subscription commitments
Not for
- —Bulk payroll data exports across many employees
- —Production HR systems requiring guaranteed SLAs and documented schemas
- —Users who cannot transact in USDC on the Base network
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/employees/16/salary \
-H "X-PAYMENT: <x402-payment-header>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge, but there is no OpenAPI schema, no documentation, no example request/response, and the endpoint is not listed in the provider's public catalog. The actual data returned is unknown.
Warnings
- —No OpenAPI or schema documentation available for this endpoint
- —Endpoint /api/v1/employees/16/salary is not listed on the provider's public API catalog — may be a demo or test endpoint
- —Response structure is completely unknown; no example responses available
- —Employee salary data may be synthetic/demo data — no indication of real data source
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units USDC on Base networkhttps://lowpaymentfee.com/api/v1/employees/16/salary
- —All APIs on lowpaymentfee.com are priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/employees/16/salary