# SOL/USD Live Price

> SOL/USD Live Price 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 Solana (SOL) to US Dollar (USD) price with source and timestamp

## Facts

- Endpoint: GET https://api.x402node.dev/crypto/price/sol/usd/sol-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/sol-usd-live-price-b2c24c7f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oz239Winvr-ZJd9a8IhfV

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 sol-usd-live-price-b2c24c7f
```

Example prompt: What's the current price of Solana in USD? Just give me the live SOL/USD rate right now.

## When to prefer this

Use this endpoint when you need a real-time, zero-parameter SOL/USD price with a structured JSON response including timestamp and source attribution. Ideal for agents that need to price SOL holdings, trigger alerts, or enrich other financial data with current Solana valuations. Prefer this over general crypto APIs when operating in an x402 micropayment context.

## Known failure modes

- Upstream price feed unavailable — service may return an error or stale data
- Rate limiting if too many requests are made in quick succession
- Payment failure if USDC balance is insufficient for the $0.004 call cost
- Network timeout if the data source is slow to respond

## How this service works

Live SOL to USD price (Solana / US Dollar). Zero-param: GET returns current price. Solana美元实时价格行情。ソラナ/米ドル 価格。Precio Solana dólar. 솔라나 달러 시세. sol usd, sol-usd, SOL price. Accepts payment on Base or Solana — either network works.

## Output

Returns a JSON object with the base currency ('SOL'), quote currency ('USD'), the currency pair identifier ('sol-usd'), the current numeric price in USD, the timestamp of the quote (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/sol-usd-live-price-b2c24c7f/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)
