Pay-per-call stock market quote for AMZN via x402 on Base, settled in USDC.
What it does
This endpoint at lowpaymentfee.com provides a market quote for AMZN (Amazon) stock via a simple POST request, paid per-call using the x402 protocol. The payment is settled on the Base network in USDC (USD Coin) at a cost of $0.02 per request (20,000 base units with 6 decimals). No API keys or accounts are required — callers attach an X-PAYMENT header with a valid x402 payment proof and receive a JSON response.
The provider, lowpaymentfee.com, hosts a broad catalog of pay-per-call APIs spanning data analytics, AI/ML inference, finance, crypto, and utility services, all priced uniformly at $0.02 per request. This specific endpoint falls under the Finance & Web3 category and returns a market quote for the AMZN ticker. The x402 challenge confirms the endpoint is live and accepting payments to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 on Base.
Documentation is extremely sparse — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI schema, no example request/response payloads, and no description of the response format beyond the stated mimeType of application/json. The endpoint's actual response fields (bid, ask, last price, volume, etc.) are unknown and must be discovered by making a paid call.
Capabilities
Use cases
- —Fetching a current market quote for Amazon (AMZN) stock in an automated trading or monitoring agent
- —Integrating real-time stock data into an AI agent workflow without managing API keys
- —Paying for individual stock data lookups on-demand using crypto micropayments
Fit
Best for
- —Agents that need occasional AMZN stock quotes without subscription overhead
- —Developers prototyping x402-based finance data pipelines
- —Crypto-native applications that prefer on-chain payment settlement
Not for
- —High-frequency trading requiring sub-millisecond latency and bulk data
- —Users who need historical stock data or full order-book depth
- —Anyone without a Base-network USDC wallet or x402 client
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/market/quote/AMZN \
-H "X-PAYMENT: <x402-payment-proof>" \
-H "Content-Type: application/json"Endpoint
Quality
The x402 challenge is live and confirms pricing and payment details, but there is zero documentation on request parameters or response schema. Docs pages are empty stubs. No OpenAPI spec, no examples, and the actual data returned is unknown.
Warnings
- —No documentation available — docs, API, pricing, and README pages all show only 'Connect wallet' with no content.
- —No OpenAPI or JSON schema describing request parameters or response fields.
- —Response format for the AMZN quote endpoint is entirely unknown; example_request_json and example_response_json cannot be provided.
- —The provider lists many endpoints at uniform $0.02 pricing with no visible differentiation in documentation quality.
Citations
- —The endpoint returns HTTP 402 with an x402 challenge advertising USDC payment on Base network at 20,000 base units (~$0.02).https://lowpaymentfee.com/api/v1/market/quote/AMZN
- —The provider lists uniform $0.02/request pricing with no API keys, no rate limits, and instant access on Base network.https://lowpaymentfee.com
- —The USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913.https://lowpaymentfee.com/api/v1/market/quote/AMZN
- —Docs, API, pricing, and README pages render only a 'Connect wallet' prompt with no additional content.https://lowpaymentfee.com/docs