IRS 1099 tax data for 2024 via pay-per-request x402 on Base (USDC).
What it does
This endpoint at lowpaymentfee.com provides access to 2024 IRS 1099 tax-related data through a POST request, paid per call using the x402 protocol. Payment is settled in USDC on the Base network at $0.02 per request (20,000 base units of USDC with 6 decimals). No API keys, rate limits, or upfront commitments are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof.
The endpoint is part of a broader platform (lowpaymentfee.com) that offers dozens of pay-per-call APIs spanning data analytics, AI/ML inference, finance, crypto, and utility services, all priced uniformly at $0.02 per request. The specific functionality of the /api/v1/tax/1099/2024 endpoint is not documented in detail on the site; the existing description is simply "Premium API Access." Based on the URL path, it likely returns structured data related to US 1099 tax forms for the 2024 tax year, but the exact input parameters and response schema are not publicly documented.
The endpoint was confirmed live via a 402 challenge response. It accepts POST requests and returns application/json. The platform's landing page is accessible (HTTP 200), but documentation, pricing, and other subpages render only a "Connect wallet" prompt with no additional technical detail.
Capabilities
Use cases
- —Retrieving 2024 IRS 1099 tax form data programmatically
- —Automating tax reporting workflows that need 1099 information
- —Integrating 1099 data into accounting or compliance software
Fit
Best for
- —Developers needing on-demand 1099 tax data without subscription commitments
- —Agents or bots that can pay per request via x402/USDC on Base
- —Tax compliance automation pipelines
Not for
- —Users who need detailed API documentation before integrating
- —Bulk historical tax data retrieval across many years (only 2024 is indicated)
- —Users without access to USDC on the Base network
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/tax/1099/2024 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_proof>" \
-d '{}'Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02/request in USDC on Base), but there is no documentation of request parameters, response schema, or what specific 1099 data is returned. The docs, pricing, and README pages all render only a wallet-connect prompt with no usable content.
Warnings
- —No documentation available for this specific endpoint — input parameters and response format are unknown.
- —The site's docs, pricing, and README pages all render only 'Connect wallet' with no technical content.
- —The exact nature of the 1099 data returned (e.g., form fields, lookup by TIN, etc.) is not described anywhere in the crawled material.
- —This endpoint may involve regulated tax/financial data — verify compliance requirements before use.
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 in USDC on Base networkhttps://lowpaymentfee.com/api/v1/tax/1099/2024
- —Platform pricing is $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/tax/1099/2024