# Coin Charts

![MARKET WATCH — SOL, BTC, ETH and more inside the phone](/files/uzGPy0lfVRPCdaJ7N11d)

Charts for the majors + select memes. Open with key **7** or the MARKET WATCH home icon.

## Coins Tracked

| Coin     | Source                                    |
| -------- | ----------------------------------------- |
| **SOL**  | Multiple                                  |
| **BTC**  | Multiple                                  |
| **ETH**  | Multiple                                  |
| **XRP**  | Bybit kline API                           |
| **HYPE** | Bybit kline API                           |
| **ZEC**  | Binance kline API (Bybit has no ZEC spot) |

## Timeframes

1m / 5m / 15m / 1h / 4h / 1d

Each coin's chart is OHLCV (open/high/low/close/volume).

## Data Cache

Charts are fetched per-load with a short edge cache. We don't subscribe to streaming feeds during beta — this is a "lookup tool," not a "trading terminal."

## What It Is + Isn't

✅ A quick price + chart reference inside the phone ✅ Useful for verifying claims (was SOL really at $X yesterday?) ❌ Not a charting platform — no drawing tools, no indicators, no order entry ❌ Not connected to a brokerage

For deep TA, use TradingView or a proper terminal. For memecoin charts not listed here, use DexScreener directly.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.snake-os.com/market-watch/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
