Morgan Stanley earnings data via x402 micropayment on Base for $0.02/request
What it does
This endpoint at lowpaymentfee.com provides financial earnings data for Morgan Stanley (ticker MS) through the x402 payment protocol. It is part of a broader suite of Finance & Web3 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. Payment is handled via the x402 protocol: callers receive a 402 challenge specifying the USDC asset on Base (contract 0x8335…2913), with a maxAmountRequired of 20000 base units (i.e., $0.02 given USDC's 6 decimals). No API keys or rate limits are advertised — access is gated purely by per-request micropayment. The payment recipient address is 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3, and the maximum timeout is 300 seconds.
Documentation is extremely sparse. The provider's docs, pricing, and API pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI schema, no request/response examples, and no description of what fields the earnings response contains. The endpoint path suggests it returns earnings-related financial data for the ticker "MS" (Morgan Stanley), but the exact schema and data source are unknown. Prospective users should test with a small payment to verify the response format meets their needs.
Capabilities
Use cases
- —Retrieving Morgan Stanley earnings data programmatically without API key management
- —Integrating stock earnings information into autonomous agent workflows via x402 micropayments
- —Building financial dashboards that pull earnings on demand with per-call billing
Fit
Best for
- —Agents or apps needing on-demand earnings data with no subscription commitment
- —Developers experimenting with x402 payment-gated financial APIs
- —Low-volume or sporadic earnings data lookups at $0.02 per call
Not for
- —High-frequency trading or bulk earnings data retrieval (no documented bulk discount or batch endpoint)
- —Users who need detailed documentation or guaranteed SLAs before integrating
- —Anyone needing earnings data for tickers other than MS from this specific endpoint
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/finance/MS/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 render only 'Connect wallet' with no usable content. The actual data returned is entirely unknown, making this effectively a stub listing.
Warnings
- —No documentation available — docs, pricing, and API pages all show only 'Connect wallet'
- —No request or response schema provided; actual earnings data fields are unknown
- —Data source for earnings information is not disclosed
- —Cannot confirm whether 'MS' refers to Morgan Stanley or another entity without testing
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units in USDC on Basehttps://lowpaymentfee.com/api/v1/finance/MS/earnings
- —All APIs on the platform 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 contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/finance/MS/earnings
- —The endpoint is listed under Finance & Web3 category on the provider's homepagehttps://lowpaymentfee.com