Pay-per-call earnings data for VZ (Verizon) via x402 on Base, settled in USDC.
What it does
This endpoint provides earnings data for the ticker symbol VZ (Verizon Communications) through the lowpaymentfee.com finance API. It is part of a broader platform offering data, analytics, AI, finance, and utility endpoints, all payable per request via the x402 protocol on the Base network using USDC.
The endpoint is live and returns a 402 challenge requesting payment of up to $0.02 per call (20,000 base units of USDC with 6 decimals). Payment is made via an X-PAYMENT header using the x402 "exact" scheme. No API keys, rate limits, or subscriptions are required — each request is individually settled on-chain. The response MIME type is application/json.
Documentation beyond the landing page is extremely sparse. The /docs, /pricing, /api, and /README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI spec, no example request/response payloads, and no description of what fields the earnings response contains. The endpoint path suggests it returns financial earnings data (e.g., quarterly EPS, revenue) for VZ, but the exact schema is unknown.
Capabilities
Use cases
- —Retrieving Verizon (VZ) earnings data on demand without an API subscription
- —Integrating earnings lookups into autonomous agent workflows that settle payments on Base
- —Building financial dashboards that pay per query rather than maintaining API key subscriptions
Fit
Best for
- —Agents or apps needing occasional earnings lookups without subscription overhead
- —Developers experimenting with x402 pay-per-call finance APIs
- —Crypto-native workflows that can settle USDC on Base
Not for
- —High-frequency bulk financial data ingestion (no documented batch endpoint)
- —Users who need detailed API documentation or guaranteed SLA before integrating
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/finance/VZ/earnings \
-H "X-PAYMENT: <x402-payment-token>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live and returns a valid x402 402 challenge with clear pricing. However, there is no OpenAPI spec, no example request or response payloads, and all documentation pages are empty beyond a wallet-connect prompt. The actual response schema for earnings data is entirely unknown.
Warnings
- —No API documentation available — /docs, /pricing, /api, and /README pages are all empty
- —No OpenAPI or output schema describing the earnings response fields
- —Exact request body format (if any) is undocumented
- —The platform lists many endpoints but provides no detailed docs for any of them
Citations
- —Endpoint returns HTTP 402 with x402 challenge requesting up to 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/finance/VZ/earnings
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/finance/VZ/earnings
- —Platform advertises $0.02 per request, no API keys, no rate limitshttps://lowpaymentfee.com
- —Finance & Web3 category includes price feeds, exchange rates, token quotes, and gas estimateshttps://lowpaymentfee.com