Historical stock data for AXP (American Express) via x402 micropayment on Base, $0.02/request.
What it does
This endpoint provides historical stock price data for AXP (American Express) through the x402 payment protocol. It is part of a broader API platform at lowpaymentfee.com that offers data & analytics, AI/ML, finance, and infrastructure endpoints, all priced at $0.02 per request with no API keys, no rate limits, and no commitments required.
The endpoint accepts POST requests and returns JSON. Payment is settled on the Base network using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913). The x402 challenge confirms the endpoint is live, advertising a maxAmountRequired of 20,000 base units, which equals $0.02 USD (USDC uses 6 decimals). The payment is made via the x402 "exact" scheme to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 with a 300-second timeout.
Documentation is extremely sparse — the /docs, /api, /pricing, and /README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI schema, no request/response examples, and no documentation of query parameters or response fields. The URL path suggests this returns historical price data for the AXP ticker, but the exact request format and response structure are unknown. The platform lists many other endpoints across finance, AI, and utility categories, all at the same $0.02 price point.
Capabilities
Use cases
- —Retrieving historical price data for American Express (AXP) stock
- —Building financial dashboards or analytics tools that need AXP historical data
- —Automated trading or backtesting strategies requiring AXP price history
- —Agent-driven portfolio analysis with pay-per-call stock data access
Fit
Best for
- —Developers needing on-demand AXP stock history without API key management
- —AI agents that can settle x402 micropayments on Base for financial data
- —Low-volume or sporadic access to stock history at $0.02 per call
Not for
- —High-frequency trading requiring sub-second latency and bulk data
- —Users who need comprehensive multi-ticker coverage from a single documented API
- —Anyone without a Base-network USDC wallet for x402 payments
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stocks/AXP/history \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>"Endpoint
Quality
The x402 challenge is live and pricing is clear ($0.02 USDC on Base), but there is no documentation, no OpenAPI schema, no request/response examples, and no description of parameters or output fields. The docs pages are all empty wallet-connect stubs. This is effectively a stub listing.
Warnings
- —No documentation available — /docs, /api, /pricing, and /README pages all show only 'Connect wallet' with no content
- —No OpenAPI or schema definition; request parameters and response format are completely unknown
- —No example requests or responses available to verify data quality or structure
- —The platform lists many endpoints but none appear documented beyond a title and price
Citations
- —Endpoint is live and returns a 402 x402 challenge with maxAmountRequired of 20000 base units on Base network using USDChttps://lowpaymentfee.com/api/v1/stocks/AXP/history
- —All endpoints priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/stocks/AXP/history