IBM earnings data via x402 micropayment on Base network for $0.02 per request.
What it does
This endpoint at lowpaymentfee.com provides IBM earnings data through the x402 payment protocol. It is part of a broader suite of finance, analytics, AI, and utility APIs offered by the same provider, all priced at $0.02 per request and settled in USDC on the Base network.
The endpoint accepts POST requests and returns JSON. When called without payment, it returns a standard x402 challenge advertising a maximum cost of 20,000 base units of USDC (0x8335…on Base), which equals $0.02 given USDC's 6 decimal places. Payment is made via the x402 exact scheme to the provider's wallet. No API keys or rate limits are advertised; access is gated purely by per-request micropayment.
Documentation is extremely sparse. The provider's docs, pricing, and API pages all render only a "Connect wallet" prompt with no additional technical detail. There is no OpenAPI spec, no request/response schema, and no example payloads available. The exact structure of the IBM earnings response (fields, time ranges, historical vs. current data) is unknown and must be discovered by making a paid request.
Capabilities
Use cases
- —Retrieving IBM earnings data for financial analysis or dashboards
- —Automated agent workflows that need on-demand corporate earnings information
- —Building trading or research tools that consume earnings data without subscription commitments
Fit
Best for
- —Agents or apps needing pay-per-call IBM earnings data with no subscription
- —Crypto-native workflows that can settle USDC on Base
- —Low-volume or sporadic access to earnings data where a flat subscription is wasteful
Not for
- —High-volume bulk earnings data retrieval across many tickers (only IBM endpoint documented)
- —Users who need detailed API documentation or guaranteed SLAs before integrating
- —Non-crypto users who cannot settle payments in USDC on Base
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/finance/IBM/earnings \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge with clear pricing, but there is no documentation, no OpenAPI spec, no request/response schema, and no examples. The actual data returned is entirely unknown, making this effectively a stub listing.
Warnings
- —No API documentation available — docs, pricing, and API pages all render only a wallet-connect prompt
- —No request or response schema provided; the structure of the earnings data is unknown
- —Only IBM ticker is confirmed at this URL; availability of other tickers is unverified
- —Provider site offers many endpoint categories but none have visible documentation
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/finance/IBM/earnings
- —All APIs on the site are priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —The USDC asset address is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/finance/IBM/earnings