# LTC/USD Live Price Feed

> LTC/USD Live Price Feed is a paid API for AI agents from api.x402node.dev, paid per call via x402, $0.004/call, status unknown (last checked 2026-09-14).

Returns the current Litecoin (LTC) to US Dollar (USD) exchange rate in real time with no input parameters required.

## Facts

- Endpoint: GET https://api.x402node.dev/crypto/price/ltc/usd/ltc-usd
- Price: $0.004/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ltc-usd-live-price-feed-5cbcda8e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dYZDSz9b_8V8Ao7x1WqW4

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 ltc-usd-live-price-feed-5cbcda8e
```

Example prompt: What's the current price of Litecoin in US dollars right now?

## When to prefer this

Use this endpoint when you need a zero-parameter, real-time LTC/USD spot price with a simple GET request and micropayment model. Prefer this over aggregated or batch crypto APIs when you specifically need Litecoin price and want minimal setup — no API key, just an x402-compatible payment of $0.004 USDC per call.

## Known failure modes

- Upstream price feed outage returns stale or error response
- Network timeout if data provider is unreachable
- Payment failure if x402 micropayment of $0.004 USDC is not processed correctly
- Rate limit or access denial if payment header is missing or malformed

## How this service works

Live LTC to USD price (Litecoin / US Dollar). Zero-param: GET returns current price. 莱特币美元实时价格行情。ライトコイン/米ドル 価格。Precio Litecoin dólar. 라이트코인 달러 시세. ltc usd, ltc-usd, LTC price.

## Output

Returns a JSON object with the base currency (LTC), quote currency (USD), the trading pair string (ltc-usd), the current numeric price in USD, a timestamp (as_of) indicating when the price was recorded, and the data source identifier.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ltc-usd-live-price-feed-5cbcda8e/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)
