Pay-per-call stock quote for AMZN via x402 on Base, settled in USDC at $0.02/request.
What it does
This endpoint at lowpaymentfee.com provides stock data for Amazon (AMZN) through the x402 payment protocol. It accepts POST requests and returns JSON. Payment is settled on the Base network using USDC (contract 0x8335…2913) with a maximum cost of 20,000 base units, which equals $0.02 per request (USDC uses 6 decimals).
The provider operates a broader platform offering dozens of pay-per-call APIs spanning data analytics, AI/ML inference, finance/crypto market data, and utility services — all priced at $0.02 per request. The x402 model means no API keys or accounts are needed; callers attach an X-PAYMENT header with a signed payment to authenticate each request. The challenge advertises a 300-second payment timeout.
Documentation is extremely thin — the docs, pricing, API, and README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI schema, no example request/response, and no description of what fields the stock endpoint actually returns. The endpoint is confirmed live (returns a proper 402 challenge), but the lack of documentation makes it difficult to know the exact response shape or supported parameters.
Capabilities
Use cases
- —Fetching real-time or recent AMZN stock data without needing an API key or subscription
- —Integrating stock quotes into an autonomous agent workflow that can settle payments on Base
- —Building trading bots or dashboards that pay per request using USDC
Fit
Best for
- —Agents or apps that already hold USDC on Base and need quick stock lookups
- —Developers who want zero-signup, pay-as-you-go stock data
- —Low-volume or sporadic stock data consumers who don't want monthly subscriptions
Not for
- —High-volume institutional market data consumers who need bulk pricing or SLAs
- —Users who need comprehensive documentation, guaranteed schemas, or historical data endpoints
- —Anyone without a Base-compatible wallet or USDC holdings
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stocks/AMZN \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <signed-x402-payment-header>"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge with clear pricing, but there is no OpenAPI schema, no documented request/response format, and all documentation pages render only a wallet-connect prompt. The actual data returned by the stock endpoint is unknown.
Warnings
- —No documentation available — docs, pricing, API, and README pages all show only 'Connect wallet' with no content
- —No OpenAPI or output schema provided; response format for /api/v1/stocks/AMZN is entirely unknown
- —No example requests or responses available anywhere in crawled material
- —Provider identity and data sourcing are opaque — unclear where stock data originates
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units in USDC on Base networkhttps://lowpaymentfee.com/api/v1/stocks/AMZN
- —All APIs on the platform are priced at $0.02 per request with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/stocks/AMZN
- —Payment timeout is 300 secondshttps://lowpaymentfee.com/api/v1/stocks/AMZN