Docs/Getting started/Quickstart

Quickstart

From zero to a live response in three steps.

Three steps to your first reconciled data point.

1. Get an API key

Sign in to the dashboard — Google or a Solana wallet — and a free-plan tenant plus your first API key (prefix qnr_live_) are issued in a few clicks. The key is shown once, so store it. Public read endpoints work without a key; account & subscription endpoints require one.

2. Make your first call

Fetch a full market snapshot for a token — no key needed for public reads:

curl https://www.quanaris.com/v1/token/C7heQqfNzdMbUFQwcHkL9FvdwsFsDRBnfwZDDyWYCLTZ/overview

3. Authenticate for the rest

Pass your key in the x-api-key header on any endpoint:

curl https://www.quanaris.com/v1/token/C7heQqfNzdMbUFQwcHkL9FvdwsFsDRBnfwZDDyWYCLTZ/trade-data \
  -H "x-api-key: $QUANARIS_KEY"
Next — read Authentication, then browse Token data.