Pay-per-call employee salary data endpoint on Base via x402 (USDC).
What it does
This x402-enabled endpoint at lowpaymentfee.com returns salary information for a specific employee (ID 142) in JSON format. It is part of a broader platform offering dozens of pay-per-request API endpoints across data analytics, AI/ML, finance, and utility categories, all settled on the Base network using USDC.
The endpoint accepts POST requests and returns application/json responses. Payment is handled via the x402 protocol: callers include an X-PAYMENT header with a signed USDC payment on Base. The maximum amount required per call is 20,000 base units of USDC (6 decimals), which equals $0.02 USD. The platform advertises a flat $0.02/request pricing across all endpoints, with no API keys, no rate limits, and no minimum commitments.
The specific endpoint path (`/api/v1/employees/142/salary`) suggests it returns salary data for employee record 142. However, no documentation exists describing the request body schema, response fields, or whether other employee IDs are supported. The docs, pricing, and API pages on the site all render only a "Connect wallet" prompt with no further content. Without an OpenAPI spec or example responses, the exact data returned is unknown.
Capabilities
Use cases
- —Retrieving salary information for employee records via automated agents
- —Demonstrating x402 micropayment protocol integration on Base
- —Building payroll or HR dashboards that pull salary data on demand
Fit
Best for
- —Developers experimenting with x402 payment protocol
- —Agents needing on-demand employee salary lookups
- —Low-cost per-request data access without API key management
Not for
- —Bulk payroll data exports (single-employee endpoint, no batch support documented)
- —Users without a Base-network USDC wallet
- —Applications requiring detailed API documentation or SLAs
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/employees/142/salary \
-H "X-PAYMENT: <x402-signed-payment-header>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC on Base), but there is no OpenAPI spec, no request/response schema, no documentation beyond a wallet-connect prompt, and the specific data returned by this employee salary endpoint is undocumented. Effectively a stub listing.
Warnings
- —No OpenAPI or schema documentation available for this endpoint
- —Docs, pricing, and API pages render only 'Connect wallet' with no usable content
- —Request body format and response fields are completely unknown
- —The endpoint path references a hardcoded employee ID (142); unclear if other IDs are supported
- —The broader platform lists many endpoints but none have documented schemas
Citations
- —The endpoint returns a 402 challenge requiring USDC payment on Base network with maxAmountRequired of 20000 base unitshttps://lowpaymentfee.com/api/v1/employees/142/salary
- —The platform charges $0.02 per request across all endpoints 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/142/salary