Authorization header.
API key format
Use the key value returned when the workspace API key is created. The API only returns the full token once. Store the token in a secret manager or server-side environment variable:Example request
Environments
Most resource routes acceptenvironment=sandbox or environment=live.
Use separate API keys for sandbox and live access when your workspace policy requires environment separation.
Scopes
API keys can be created with scopes such as:wallets:readtransfers:readtransfers:createtransfers:approveapi_keys:manageadmin:*
Security practices
- Keep live API keys on trusted servers.
- Do not place API keys in browser bundles, mobile apps, public repositories, or logs.
- Rotate keys on a regular schedule.
- Revoke keys immediately when they are no longer needed.
- Use
sandboxkeys for test automation.
