Docs
Start building in minutes
Everything you need to make your first authenticated request, from a token to a response.
Quickstart
1
Create a Personal Access Token
Sign in and open the Developer Portal, then generate a Personal Access Token scoped to what your script needs.
2
Install an SDK
Install the official client for your language of choice.
npm install @voltx/sdk3
Make your first request
Authenticate with your token and call any endpoint.
import { Voltx } from "@voltx/sdk";
const voltx = new Voltx({ apiKey: process.env.VOLTX_API_KEY });
const me = await voltx.auth.me();Guides
Go deeper
Questions the docs don't answer?
Reach out and we'll get you unblocked — usually within one business day.