Skip to main content
The Polaris Rust SDK is available on crates.io as polaris-data.

Install

cargo add polaris-data

Authentication

Use the same Polaris API key you use for REST requests.
export POLARIS_API_KEY="pk_live_your_key"
See Connecting for the shared auth model.

Next steps

  • Read Authentication if you want the shared request model behind the SDK.
  • Read Snapshots if your Rust workflow starts from historical files.
  • Read Trades API if you need the endpoint behavior the SDK wraps.