# VTI Vanguard Total Market ETF Real-Time Quote

> VTI Vanguard Total Market ETF Real-Time Quote 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 current live price quote for VTI (Vanguard Total Stock Market ETF) traded on NYSEArca

## Facts

- Endpoint: GET https://api.x402node.dev/stock/quote/vti
- 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/vti-vanguard-total-market-etf-real-time-quote-2d2e9f59
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TsLTjyf2QRKwRcj88z-Po

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 vti-vanguard-total-market-etf-real-time-quote-2d2e9f59
```

Example prompt: What's the current price of VTI — the Vanguard Total Stock Market ETF — right now?

## When to prefer this

Use this endpoint when you need a zero-parameter, instant real-time price for VTI specifically. Ideal for agents monitoring broad US equity market exposure, portfolio valuation, or comparing total market ETF prices. No authentication or query parameters needed beyond the x402 micropayment.

## Known failure modes

- Market closed or data unavailable may return stale or null price
- Payment failure (402) if USDC balance insufficient
- Network timeout or service outage returning 5xx error
- Source data feed delay causing outdated as_of timestamp

## How this service works

Live VTI Vanguard Total Market ETF ETF quote (NYSEArca). Zero-param: GET returns current price. 美股全市场ETF实时报价。全米株ETF株価。Cotización ETF mercado total. 전체시장 ETF 주가. VTI etf price, vanguard total market etf quote. Accepts payment on Base or Solana — either network works.

## Output

Returns a JSON object containing the ETF name, ticker symbol (VTI), current price as a number, currency (USD), exchange (NYSEArca), the timestamp of the quote (as_of), and the data source.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vti-vanguard-total-market-etf-real-time-quote-2d2e9f59/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)
