Step 1 — Generate your access token
Send aPOST request to /api/user with your account credentials encoded as HTTP Basic Auth (base64(username:password)).
Response
Step 2 — Authenticate your requests
Include the token in theAuthorization header using the Token scheme on every API call:
string
required
Token <your_access_token> — your API key from Step 1.Live vs. sandbox keys
Your account has two keys (both on your dashboard):- Live key — real transactions; your wallet is charged.
- Sandbox key (
sk_test_…) — test mode; calls are simulated and never charge your wallet.

