# AVAX/USD Live Price – x402node

> AVAX/USD Live Price – x402node 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 Avalanche (AVAX) to US Dollar exchange rate with no input parameters required.

## Facts

- Endpoint: GET https://api.x402node.dev/crypto/price/avax/usd/avax-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/avax-usd-live-price-x402node-045f93f9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EuXvomlAAUsimJmk8Cgq2

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 avax-usd-live-price-x402node-045f93f9
```

Example prompt: What's the current price of AVAX in USD right now?

## When to prefer this

Use this endpoint when you need a quick, zero-parameter, real-time AVAX/USD price lookup via a pay-per-call x402 micropayment model — ideal for agents that need current Avalanche price without managing API keys or subscriptions.

## Known failure modes

- Payment failure or insufficient USDC balance returns 402 Payment Required
- Service unavailability or upstream data source outage may return 503
- Rate limiting may return 429 Too Many Requests
- Stale or delayed price data if upstream feed is slow

## How this service works

Live AVAX to USD price (Avalanche / US Dollar). Zero-param: GET returns current price. 雪崩美元实时价格行情。アバランチ/米ドル 価格。Precio Avalanche dólar. 아발란체 달러 시세. avax usd, avax-usd, AVAX price. Accepts payment on Base or Solana — either network works.

## Output

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

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/avax-usd-live-price-x402node-045f93f9/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)
