JNJ earnings data via x402 micropayment on Base for $0.02 per request.
What it does
This endpoint provides Johnson & Johnson (JNJ) earnings data through the lowpaymentfee.com finance API. It is part of a broader platform offering data & analytics, AI/ML, finance, crypto, and utility endpoints, all gated behind the x402 payment protocol on the Base network.
The endpoint accepts POST requests and returns JSON. Payment is settled in USDC on Base (contract 0x8335…2913) at a cost of $0.02 per request (20,000 base units with 6 decimals). There are no API keys, no rate limits, and no minimum commitments — each call is paid individually via the X-PAYMENT header. The x402 challenge was confirmed live, returning a standard 402 response with version 1 of the protocol.
The specific JNJ earnings endpoint sits under the /api/v1/finance/ path alongside other finance endpoints like price feeds and exchange rates. Documentation on the site is extremely sparse — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no further detail. No OpenAPI schema, example requests, or example responses are available, so the exact shape of the earnings data returned is unknown.
Capabilities
Use cases
- —Retrieve JNJ quarterly or annual earnings data for financial analysis
- —Integrate earnings data into automated trading or research pipelines
- —Agent-driven portfolio monitoring that pays per query with no subscription
Fit
Best for
- —Developers wanting pay-per-call access to JNJ earnings without API key management
- —AI agents that can settle x402 payments on Base
- —Low-volume or sporadic financial data lookups where subscriptions are overkill
Not for
- —High-frequency trading requiring sub-millisecond latency and bulk data
- —Users who need comprehensive multi-ticker earnings coverage from a single documented API
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/finance/JNJ/earnings \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base), but there is no documentation, no OpenAPI schema, no example request/response, and the docs pages are empty. The actual data returned is entirely unknown.
Warnings
- —No documentation available — docs, API, pricing, and README pages all show only 'Connect wallet' with no content.
- —No OpenAPI or output schema provided; the structure of the earnings response is unknown.
- —Cannot verify what earnings data fields are returned or how current the data is.
- —The platform lists many endpoints but provides no detailed docs for any of them.
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 in USDC on Basehttps://lowpaymentfee.com/api/v1/finance/JNJ/earnings
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/finance/JNJ/earnings
- —Platform advertises $0.02 per request with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —Finance endpoints include price feeds, exchange rates, and this earnings endpointhttps://lowpaymentfee.com