Skip to main content
The fastest way to get started with Polaris is the CLI and TUI. It lets you browse remote datasets, download the ranges you need, and inspect local files without learning the API first.

Prerequisites

Before you begin, you need:
  • A terminal
  • Internet access
You do not need an API key for the first-run flow. Use Catalog to confirm the exact market ID before you query or download data. Market IDs are venue-specific. For Hyperliquid, use canonical IDs such as BTC.

Use Polaris with an agent

Copy this prompt into your coding agent to set up Polaris and work with market data safely:

Install and run Polaris

1

Install the CLI

Install polaris with the official install script.
2

Open the TUI

Start the interactive dataset browser.
3

Browse a market in the terminal

If you prefer plain CLI output, inspect a specific dataset directly.
4

Download one time range

Download the dataset range you want.
5

Inspect local data

Confirm what Polaris downloaded locally.

Add sign-in when you need it

You only need to sign in when you want access that goes beyond the public path. Use the browser flow:
Or save a key manually:
Common reasons to sign in:
  • You need older preview data that is outside the public window.
  • You want access that matches your account tier.
  • You want authenticated workflows saved into the CLI locally.

Prefer the API instead?

If you want to work directly with HTTP requests or the Python SDK instead of the CLI, start with:
The CLI is the easiest first-run path. The API and SDK pages are better once you know the dataset or workflow you want.

Next steps