Earnings data for INTU via x402 micropayment on Base, $0.02 per request.
What it does
This endpoint provides financial earnings data for the ticker symbol INTU (Intuit Inc.) through the lowpaymentfee.com platform. It is part of a broader "Finance & Web3" API suite that includes price feeds, exchange rates, token quotes, and gas estimates. The endpoint is accessed via HTTP POST and is gated by the x402 payment protocol, settling in USDC on the Base network.
Pricing is $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 x402 payment header to each request. The x402 challenge was confirmed live, returning a valid 402 response with payment parameters.
Documentation is extremely sparse. The crawled docs, API, pricing, and README pages all returned only a "Connect wallet" prompt with no further content. There is no OpenAPI schema, no description of request parameters, and no sample response. The exact shape of the earnings data returned (e.g., quarterly vs. annual, fields included) is unknown and must be discovered by making a paid request.
Capabilities
Use cases
- —Retrieving Intuit (INTU) earnings data for financial analysis
- —Integrating earnings information into automated trading or research agents
- —Building dashboards that display company financial performance
Fit
Best for
- —Agents needing on-demand earnings data without API key management
- —Micropayment-based access to financial fundamentals
- —Developers experimenting with x402 payment-gated APIs
Not for
- —Bulk historical earnings data retrieval (no evidence of batch support)
- —Users who need detailed API documentation before integrating
- —Non-INTU ticker lookups (this endpoint is ticker-specific)
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/finance/INTU/earnings \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_header>"Endpoint
Quality
The endpoint is confirmed live via a valid x402 402 challenge, and pricing is clear ($0.02/request in USDC on Base). However, there is no OpenAPI schema, no request/response examples, and all documentation pages returned only 'Connect wallet' with no usable content. The exact data returned is unknown.
Warnings
- —No API documentation available — all doc pages return only a 'Connect wallet' prompt
- —No OpenAPI or JSON schema describing request parameters or response format
- —Response structure and data fields for earnings are entirely unknown
- —The broader lowpaymentfee.com platform lists many endpoints but provides no detailed docs for any of them
Citations
- —Endpoint returns a valid x402 402 challenge with USDC on Base networkhttps://lowpaymentfee.com/api/v1/finance/INTU/earnings
- —Price is $0.02 per request (maxAmountRequired 20000 base units, USDC 6 decimals)https://lowpaymentfee.com/api/v1/finance/INTU/earnings
- —Platform advertises no API keys, no rate limits, instant access, Base networkhttps://lowpaymentfee.com
- —Finance & Web3 category includes price feeds, exchange rates, token quotes, and gas estimateshttps://lowpaymentfee.com