# ATOM/USD Live Price Feed

> ATOM/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 real-time Cosmos (ATOM) to US Dollar exchange rate as a single price lookup.

## Facts

- Endpoint: GET https://api.x402node.dev/crypto/price/atom/usd/atom-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/atom-usd-live-price-feed-8b86f9b9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EspY9JS18jNcBUqSqq9fu

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 atom-usd-live-price-feed-8b86f9b9
```

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

## When to prefer this

Use this endpoint when you need a zero-parameter, instant lookup of the live ATOM/USD price without needing to construct any query parameters. Ideal for real-time portfolio tracking, price alerts, or DeFi applications where Cosmos ATOM valuation in USD is required. Prefer this over generic market data APIs when you need micropayment-based access with no API key setup.

## Known failure modes

- Price feed temporarily unavailable — upstream data source outage
- Payment of $0.004 USDC not processed — HTTP 402 returned
- Rate limit exceeded — too many requests in a short window
- Stale price data if upstream provider has delayed updates

## How this service works

Live ATOM to USD price (Cosmos / US Dollar). Zero-param: GET returns current price. Cosmos美元实时价格行情。コスモス/米ドル 価格。Precio Cosmos dólar. 코스모스 달러 시세. atom usd, atom-usd, ATOM price. Accepts payment on Base or Solana — either network works.

## Output

Returns a JSON object with: base currency ('ATOM'), quote currency ('USD'), the trading pair identifier ('atom-usd'), the current numeric price in USD, the timestamp of the price (as_of), and the data source name.

## Request schema (JSON Schema)

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

## More

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