Real-time stock price data for AMGN via x402 micropayment on Base, $0.02 per request.
What it does
This endpoint returns the current stock price for Amgen (AMGN) through the lowpaymentfee.com platform. It uses the x402 payment protocol, settling in USDC on the Base network at $0.02 per call. No API keys or accounts are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof to receive the data.
The provider, lowpaymentfee.com, offers a broad catalog of pay-per-call APIs spanning finance, AI/ML, data analytics, and utility services, all priced at $0.02 per request. This specific endpoint is part of the Finance & Web3 category and serves stock price data. The response MIME type is application/json. The endpoint accepts POST requests and is marked as discoverable.
Documentation beyond the landing page is extremely sparse — the /docs, /pricing, /api, and /README pages all render only a "Connect wallet" prompt with no additional technical detail. There is no OpenAPI spec, no example request/response payloads, and no description of the response schema. The endpoint is confirmed live (returns a proper 402 challenge), but the lack of documentation means callers will need to experiment to determine the exact response format.
Capabilities
Use cases
- —Fetching the current Amgen (AMGN) stock price in an automated trading or monitoring pipeline
- —Agents that need real-time equity prices without managing API keys or subscriptions
- —Pay-per-call stock data retrieval settled on-chain via USDC on Base
Fit
Best for
- —AI agents needing on-demand stock prices with no signup
- —Developers prototyping financial apps who want instant, keyless API access
- —Crypto-native workflows that prefer on-chain micropayment settlement
Not for
- —High-frequency trading requiring sub-millisecond latency and bulk data
- —Historical stock price analysis or OHLCV candle data (not offered here)
- —Users who need detailed documentation or guaranteed SLAs
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stocks/AMGN/price \
-H "X-PAYMENT: <x402_payment_proof>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is confirmed live with a valid 402 challenge and clear pricing ($0.02 USDC on Base). However, there is no OpenAPI spec, no example request/response, and all documentation pages are empty beyond a wallet-connect prompt. The response schema is entirely unknown, making this effectively a stub listing.
Warnings
- —No OpenAPI or schema documentation available — response format is unknown
- —All doc/pricing/README pages render only 'Connect wallet' with no content
- —No example responses available; callers must discover the payload format experimentally
- —The specific /stocks/AMGN/price endpoint is not listed on the provider's landing page catalog, though similar finance endpoints are
Citations
- —The endpoint returns HTTP 402 with an x402 challenge advertising USDC on Base at maxAmountRequired 20000 (i.e., $0.02)https://lowpaymentfee.com/api/v1/stocks/AMGN/price
- —The provider advertises $0.02 per request with no API keys, no rate limits, and instant access on the Base networkhttps://lowpaymentfee.com
- —The asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 is USDC on Basehttps://lowpaymentfee.com
- —Documentation pages (/docs, /pricing, /api, /README) contain only a 'Connect wallet' prompthttps://lowpaymentfee.com/docs