Home Depot (HD) earnings data via x402 micropayment on Base network, $0.02/request.
What it does
This x402-enabled endpoint at lowpaymentfee.com provides earnings data for Home Depot (ticker: HD) through a pay-per-request model settled in USDC on the Base network. Each call costs $0.02 (20,000 base units of USDC with 6 decimals). The endpoint accepts POST requests and returns JSON.
The provider lowpaymentfee.com hosts a broad catalog of x402 APIs spanning finance, AI/ML, data analytics, and infrastructure utilities, all priced uniformly at $0.02 per request. No API keys or rate limits are advertised — access is gated purely by the x402 payment header. The specific endpoint `/api/v1/finance/HD/earnings` sits within the Finance & Web3 category, though it is not individually listed on the provider's landing page (the landing page lists `/api/v1/finance/prices` and `/api/v1/finance/rates` as representative finance endpoints).
Because the endpoint path includes the ticker symbol "HD" (Home Depot), it likely returns earnings-related financial data for that stock. However, no OpenAPI schema, request/response examples, or detailed documentation were found in the crawl. The docs, pricing, and API pages all returned only a "Connect wallet" prompt with no substantive content. As a result, the exact request body format and response structure are unknown and must be treated as uncertain.
Capabilities
Use cases
- —Retrieve Home Depot (HD) earnings data for financial analysis
- —Integrate stock earnings into automated trading or research pipelines
- —Agent-driven portfolio monitoring that pays per query with no subscription
Fit
Best for
- —Developers needing on-demand stock earnings data without API key management
- —AI agents that can settle USDC micropayments on Base
- —Low-volume or sporadic financial data queries where per-call pricing is preferable
Not for
- —High-frequency bulk earnings data retrieval (no documented batch endpoint)
- —Users who need detailed documentation or guaranteed SLA before integrating
- —Non-crypto users who cannot settle payments in USDC on Base
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/finance/HD/earnings \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>"Endpoint
Quality
The endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC on Base), but there is no OpenAPI schema, no request/response examples, and the docs pages are empty stubs. The specific endpoint is not even listed on the provider's landing page, making its exact behavior uncertain.
Warnings
- —No OpenAPI schema or documentation available for this endpoint
- —Docs, pricing, and API pages return only a 'Connect wallet' prompt with no content
- —This specific endpoint (/api/v1/finance/HD/earnings) is not listed on the provider's landing page — its existence and behavior are inferred from the URL path
- —Request body format and response schema are completely unknown
Citations
- —The endpoint returns a 402 challenge requesting 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/finance/HD/earnings
- —The USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/finance/HD/earnings
- —The provider advertises $0.02/request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —Finance endpoints listed on the landing page include /api/v1/finance/prices and /api/v1/finance/rateshttps://lowpaymentfee.com