Pay-per-call employee salary data endpoint on Base via x402, settled in USDC.
What it does
This x402-enabled endpoint at lowpaymentfee.com provides access to employee salary data via a simple POST request. The specific resource `/api/v1/employees/183/salary` returns salary information for employee ID 183 in JSON format. Payment is handled inline using the x402 protocol on the Base network, settling in USDC (contract 0x8335…2913) at a cost of $0.02 per request.
The provider lowpaymentfee.com hosts a broader 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 minimum commitments. The employee salary endpoint is not listed on the provider's public landing page among the featured APIs, so its exact response schema and data source are undocumented. The x402 challenge confirms the endpoint is live and accepting payment-gated POST requests.
Because there is no OpenAPI spec, no request/response schema documentation, and no example payloads available, consumers should treat this as a lightly documented endpoint. The payment mechanics are well-defined (x402 v1, exact scheme, USDC on Base), but the business logic behind the salary data is opaque.
Capabilities
Use cases
- —Retrieving salary information for a specific employee by ID
- —Integrating pay-per-call salary data into HR or payroll dashboards
- —Agent-driven compensation benchmarking workflows
Fit
Best for
- —Developers needing on-demand employee salary data without API key management
- —AI agents that can settle x402 USDC payments on Base
- —Prototyping pay-per-call data access patterns
Not for
- —Bulk salary data exports or batch processing (no documented batch endpoint)
- —Users who need detailed API documentation or guaranteed SLAs
- —Non-crypto payment workflows (only USDC on Base is accepted)
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/employees/183/salary \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The x402 challenge is live and well-formed, confirming the endpoint exists and accepts USDC payments on Base at $0.02/request. However, there is no OpenAPI spec, no request/response schema, no example payloads, and the specific employee salary endpoint is not documented on the provider's landing page. The data source and accuracy of salary information are entirely unknown.
Warnings
- —No OpenAPI or schema documentation available for this endpoint
- —The /api/v1/employees/183/salary path is not listed among the provider's publicly advertised APIs
- —No request body schema or response schema documented—consumers must discover the interface by trial
- —Data source and accuracy of employee salary information are unknown
- —Docs, API, pricing, and README pages all render only a 'Connect wallet' prompt with no substantive content
Citations
- —The endpoint returns a 402 challenge with x402 v1, exact scheme, USDC on Base network, maxAmountRequired 20000 base units ($0.02)https://lowpaymentfee.com/api/v1/employees/183/salary
- —The provider advertises $0.02/request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/employees/183/salary