# x402factory.ai Solana Coin Price

> x402factory.ai Solana Coin Price is a paid API for AI agents from x402factory.ai, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Returns spot price and 24h statistics (high, low, change rate, change price) for major large-cap cryptocurrencies like BTC, ETH, SOL, XMR, LTC; supports single-ticker or full basket queries.

## Facts

- Endpoint: POST https://x402factory.ai/solana/coinprice
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402factory-ai-c69e6acd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wTD_waEBqKs1JgNhk0Aoh

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 x402factory-ai-c69e6acd -d '<json body>'
```

Example prompt: What's the current spot price and 24-hour stats for Solana — I need the price, change rate, and today's high and low?

## When to prefer this

Use this endpoint when you need fast, cheap ($0.001 USDC) real-time spot price and 24h statistics for well-known large-cap cryptocurrencies and don't need order book depth, historical OHLCV series, or microcap/altcoin data. Ideal for agents that need a quick price check or dashboard snapshot without a full exchange API integration.

## Known failure modes

- Unsupported or microcap ticker returns an error or empty result
- Missing payment header or insufficient USDC balance causes 402 Payment Required
- Network/upstream data source outage causes 503 or timeout
- Malformed request body causes 400 Bad Request

## How this service works

Solana coin price mini-endpoint for major tokens only. Returns spot prices and 24h stats for well-known tickers like btc, solana, eth, xmr, ltc and other large-cap coins, never microcaps. Pass an optional ticker to get a single-coin 24h snapshot with price, symbol, changeRate, changePrice, high and low, or omit ticker to receive a compact basket of top tokens in a fixed order. Cost: 0.001 USDC per request.

## Output

For a single-ticker request: an object with fields price, symbol, changeRate, changePrice, high, and low for the requested coin. For a no-ticker basket request: a compact ordered list of top large-cap tokens with the same fields per coin. Only major coins (BTC, ETH, SOL, LTC, XMR, etc.) are supported — no microcaps.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402factory-ai-c69e6acd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402factory.ai](https://www.zero.xyz/host/x402factory.ai/llms.txt)
