# lowpaymentfee.com Stock Data API (WM)

> lowpaymentfee.com Stock Data API (WM) is a paid API for AI agents from lowpaymentfee.com, paid per call via x402, $0.02/call, status down (last checked 2026-09-16).

Returns stock data for a given ticker symbol and data type, with WM (Waste Management) as a known endpoint path

## Facts

- Endpoint: GET https://lowpaymentfee.com/api/v1/stocks/WM
- Price: $0.02/call
- Payment: x402
- Status: down
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lowpaymentfee-com-8e4316c8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__3DkhmHeplV2V8Pfz3ZU-

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability lowpaymentfee-com-8e4316c8
```

Example prompt: Can you pull the stock data for ticker WM — I need the price dataType for Waste Management?

## When to prefer this

When you need stock data for WM (Waste Management) or other tickers at a very low per-call cost of $0.02 USDC via x402 micropayment protocol, and a lightweight lookup is sufficient.

## Known failure modes

- Invalid ticker returns error or empty data
- Unsupported dataType value returns error
- Payment not fulfilled results in 402 response
- Network timeout or service unavailability

## How this service works

Premium API Access

## Output

Returns stock data for the specified ticker (e.g. WM) and dataType, likely including price or financial metrics relevant to that equity.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "ticker",
  "dataType"
 ],
 "properties": {
  "ticker": {
   "type": "string"
  },
  "dataType": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/lowpaymentfee-com-8e4316c8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from lowpaymentfee.com](https://www.zero.xyz/host/lowpaymentfee.com/llms.txt)
