Earnings data for VRTX via x402 micropayment on Base, $0.02 per request.
What it does
This endpoint provides earnings data for the ticker symbol VRTX (Vertiv Holdings) 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 endpoint returned a valid 402 challenge during probing, confirming it is live.
Documentation is extremely sparse. The crawled docs, API, pricing, and README pages all rendered only a "Connect wallet" prompt with no additional technical detail. There is no OpenAPI schema, no request/response examples, and no description of what fields the earnings response contains. The endpoint's actual data source and coverage (e.g., quarterly vs. annual earnings, historical depth) are unknown.
Capabilities
Use cases
- —Retrieving earnings data for Vertiv Holdings (VRTX) programmatically
- —Integrating stock earnings information into trading bots or dashboards
- —Agent-driven financial research requiring pay-per-call access without API keys
Fit
Best for
- —Agents or apps needing on-demand earnings data without subscription commitments
- —Developers experimenting with x402 micropayment-gated financial APIs
- —Low-volume, pay-as-you-go access to individual stock earnings
Not for
- —Bulk historical earnings data retrieval across many tickers (only VRTX endpoint documented)
- —Users who need detailed API documentation or guaranteed SLAs
- —Non-crypto users who cannot settle payments in USDC on Base
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/finance/VRTX/earnings \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>"Endpoint
Quality
The endpoint is live and returns a valid x402 402 challenge with clear pricing. However, there is no OpenAPI schema, no request/response examples, and all documentation pages are empty beyond a wallet-connect prompt. The actual data returned by the endpoint is entirely unknown, making this effectively a stub listing.
Warnings
- —No API documentation available — docs, pricing, README, and API pages all show only 'Connect wallet'
- —No request or response schema provided; the structure of earnings data is unknown
- —Endpoint is ticker-specific (/VRTX/earnings); unclear if other tickers are supported at similar paths
- —Data source and freshness of earnings information are not disclosed
Citations
- —Endpoint returns a valid x402 402 challenge with USDC on Base network, maxAmountRequired 20000 base unitshttps://lowpaymentfee.com/api/v1/finance/VRTX/earnings
- —Platform pricing is $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —Finance & Web3 category includes price feeds, exchange rates, token quotes, and gas estimateshttps://lowpaymentfee.com
- —USDC asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/finance/VRTX/earnings