Pionex API

Add your Pionex API credentials so balances, grid bots and futures positions come from your real account instead of the demo feed.

API credentials

Not connected

Read-only key

Recommended — GridPilot only needs read access to sync data.

Current connection

No key saved — the dashboard is showing demo data.

How to get a key

  1. Open Pionex → Account → API Management.
  2. Create a new API key and keep permissions read-only.
  3. Copy the key and secret (the secret is shown once).
  4. 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/balances
curl -H "x-api-key: <key id>" \
     -H "x-api-secret: <secret>" \
     /api/public/v1/balances

Sign in to create API keys.