PNC earnings data via x402 micropayment on Base network for $0.02 per request.
What it does
This endpoint provides PNC (PNC Financial Services) earnings data through the x402 payment protocol. It is hosted on lowpaymentfee.com, a platform offering a variety of pay-per-request APIs spanning finance, analytics, AI, and infrastructure — all settled via USDC on the Base network at $0.02 per call.
The specific endpoint `/api/v1/finance/PNC/earnings` sits under the Finance & Web3 category of the platform. The x402 challenge confirms the endpoint is live, accepting POST requests and requiring an exact payment of 20,000 base units of USDC (0x8335…2913 on Base), which equals $0.02. Payment is made via the X-PAYMENT header with no API keys or rate limits required.
Documentation for this endpoint is extremely sparse. The crawled docs, pricing, and API pages all returned only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI schema, no description of request parameters, and no example response. The endpoint's actual data format, supported query parameters, and response schema are unknown. Users should expect to experiment or contact the provider for details.
Capabilities
Use cases
- —Retrieving PNC Financial Services earnings data programmatically
- —Integrating company earnings information into financial dashboards
- —Agent-driven financial research requiring per-call payment
Fit
Best for
- —Developers needing on-demand PNC earnings data without subscriptions
- —AI agents that can settle x402 micropayments on Base
- —Applications requiring pay-per-use financial data access
Not for
- —Users needing bulk historical earnings across many tickers (no batch endpoint documented)
- —Anyone without a Base-network USDC wallet for payment
- —Use cases requiring detailed API documentation or guaranteed SLAs
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/finance/PNC/earnings \
-H "X-PAYMENT: <x402-payment-token>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is confirmed live via a valid 402 challenge with clear pricing, but there is no documentation, no request/response schema, no examples, and no OpenAPI spec. The actual data returned is entirely unknown.
Warnings
- —No API documentation available — docs page only shows 'Connect wallet'
- —No request or response schema provided; data format is unknown
- —Endpoint purpose inferred solely from URL path; actual content unverified
- —No OpenAPI or ai-plugin manifest found
Citations
- —The endpoint returns a 402 challenge requiring 20,000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/finance/PNC/earnings
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/finance/PNC/earnings
- —Platform advertises $0.02 per request with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —The finance category on the platform includes price feeds, exchange rates, token quotes, and gas estimateshttps://lowpaymentfee.com