Prerequisites
Before you begin, you need:- A terminal
- Internet access
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:- 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:Next steps
- Read Authentication to understand when bearer auth matters.
- Read Market coverage to browse supported venues and their access tiers.
- Read Example Notebooks if you want a notebook workflow.