IRS 1099 tax data for 2023, pay-per-request via x402 on Base network using USDC.
What it does
This endpoint at lowpaymentfee.com provides access to 2023 IRS 1099 tax form data via a simple POST request. It is part of a broader platform offering various pay-per-call APIs spanning data analytics, AI/ML inference, finance, and infrastructure utilities—all settled on the Base network using USDC through the x402 protocol.
The specific endpoint `/api/v1/tax/1099/2023` costs $0.02 per request (20,000 base units of USDC with 6 decimals). No API keys or rate limits are required; callers simply attach an x402 payment header with each request. The platform advertises instant access with no minimums or commitments.
Documentation is extremely sparse. The crawled docs, API, pricing, and README pages all returned only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI schema, no request/response examples, and no description of what input the 1099 endpoint expects or what data it returns. The endpoint is confirmed live (returns a proper 402 challenge), but the actual functionality and data format remain unclear.
Capabilities
Use cases
- —Retrieving 2023 IRS 1099 tax form data programmatically
- —Integrating 1099 data into accounting or tax preparation workflows
- —Automated tax document verification
Fit
Best for
- —Developers needing on-demand 1099 tax data without API key management
- —Agents that can settle micropayments in USDC on Base
- —Applications requiring per-call billing with no subscription commitment
Not for
- —Users who need bulk historical tax data across multiple years at volume discounts
- —Anyone without a Base-network USDC wallet
- —Use cases requiring detailed documentation or guaranteed SLAs
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/tax/1099/2023 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>" \
-d '{}'Endpoint
Quality
The endpoint is confirmed live with a valid 402 challenge, but there is no documentation, no request/response schema, and no examples. The actual data returned and required input are entirely unknown, making this effectively a stub listing.
Warnings
- —No documentation available—docs, API, pricing, and README pages all show only 'Connect wallet'
- —No OpenAPI or input/output schema provided
- —Unclear what request body the endpoint expects or what data it returns
- —The nature of the '1099 tax data' is unverified—could be synthetic or placeholder data
Citations
- —Endpoint returns a valid x402 402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/tax/1099/2023
- —Platform advertises $0.02 per request, no API keys, no rate limits, instant access, Base networkhttps://lowpaymentfee.com
- —USDC asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base networkhttps://lowpaymentfee.com/api/v1/tax/1099/2023