Pionex API
Add your Pionex API credentials so balances, grid bots and futures positions come from your real account instead of the demo feed.
Current connection
No key saved — the dashboard is showing demo data.
How to get a key
- Open Pionex → Account → API Management.
- Create a new API key and keep permissions read-only.
- Copy the key and secret (the secret is shown once).
- Paste both here and save.
Credentials are stored in this browser only. Live syncing of balances, bots and positions needs a backend to sign Pionex requests — enable that when you are ready and the keys will move to secure server-side storage.
Data API for other apps
Create a key pair to let another app read your total balance, crypto balances, futures balance, futures positions and bot balances over HTTPS.
Endpoint
GET /api/public/v1/balancescurl -H "x-api-key: <key id>" \
-H "x-api-secret: <secret>" \
/api/public/v1/balancesSign in to create API keys.