# META Stock Quote API (x402node)

> META Stock Quote API (x402node) is a paid API for AI agents from api.x402node.dev, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns the live current stock price and quote data for Meta Platforms (META) on NASDAQ with no parameters required.

## Facts

- Endpoint: GET https://api.x402node.dev/stock/quote/meta
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/meta-stock-quote-api-x402node-5a4c68d9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZDaU-w7ne-lbkpR-lHjIL

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 meta-stock-quote-api-x402node-5a4c68d9
```

Example prompt: What is Meta Platforms (META) currently trading at on NASDAQ — give me the live stock price right now.

## When to prefer this

Use this endpoint when you need a zero-parameter, instant lookup of Meta Platforms (META) stock price in USD on NASDAQ, especially within an x402 micropayment-enabled agent workflow where per-call pricing is acceptable and no API key management is desired.

## Known failure modes

- Upstream market data provider unavailable — stale or no price returned
- Market closed hours may return last closing price rather than real-time feed
- Payment failure (402) if USDC payment is not attached or insufficient
- Network timeout if the quote feed is delayed

## How this service works

Live META Meta Platforms stock quote (NASDAQ). Zero-param: GET returns current price. Meta脸书股票实时报价。メタ株価。Cotización Meta. 메타 주가. META stock price, meta platforms quote. Accepts payment on Base or Solana — either network works.

## Output

Returns a JSON object with the stock symbol (META), company name, current price as a number, currency (USD), exchange (NASDAQ), the data source, and an as_of timestamp indicating when the quote was captured.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/meta-stock-quote-api-x402node-5a4c68d9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.x402node.dev](https://www.zero.xyz/host/api.x402node.dev/llms.txt)
