Self-Service Onboarding
Get a staging API key in minutes through the Atomic Vaults Dashboard -- no sales call required.
How it works
- Register at the Dashboard with your company name, role, email, country, and intended use case
- Verify your email via the link sent to your inbox
- Receive your API key -- corporate emails are auto-approved; free email providers (Gmail, etc.) are flagged for a brief manual review
- Sign in to your dashboard to view your API key, account number, and seed data
Quick start
- Go to dashboard.atomicvaults.com/register
- Fill out the registration form
- Check your email and click the verification link
- Once approved, your staging API key (prefixed
avs_stg_) and account number are emailed to you and available on your dashboard
Using your staging key
Include the key in every request via the X-API-KEY header (replace {BASE_URL} with the endpoint for your environment — see Environments & Base URLs):
curl -H "X-API-KEY: avs_stg_your-key-here" \
{BASE_URL}/balances
See the Authentication guide for full details.
Dashboard
After onboarding, sign in at any time via a magic link (passwordless). Your dashboard shows:
- Your staging API key (can be regenerated if needed)
- Your account number
- Links to the API documentation
Next steps
- Getting Started -- first API call walkthrough
- Authentication -- API key usage and security
- US Trading Reference -- U.S. endpoint documentation
- HK Trading Reference -- Hong Kong endpoint documentation
- KR Trading Reference -- Korean endpoint documentation (beta)