Skip to documentation
Gimmer Desktop crypto automation
Download Latest release
Menu
Gimmer Documentation
Browse documentation

Start

Connect an exchange with the narrowest useful permissions.

An exchange connection supplies market, balance, and order access. Configure it for the intended execution mode and keep withdrawal permission disabled.

CurrentSecurity-sensitive

Prepare the exchange account

  1. Enable account security. Turn on strong multi-factor authentication at the exchange before creating API access.
  2. Create a dedicated API key. Use a clear label such as Gimmer and avoid sharing the key with another bot.
  3. Grant trading access only. Enable spot and, only when required, margin permissions. Never enable withdrawals for Gimmer.
  4. Apply IP restrictions when practical. A stable egress IP can further limit where the key is usable.
  5. Record the credentials once. Enter them directly in the local desktop app and do not paste them into the public website.

Add the connection in Gimmer

Open Exchanges, choose the supported venue, and enter the fields requested by that connector. Some exchanges require an API key and secret; others can also require a passphrase, account mode, subaccount, or network selection.

Save the connection and use the available health or validation action. A saved credential is not necessarily a working credential.

FailureLikely checks
Authentication failedKey, secret, passphrase, clock accuracy, account mode, and IP allowlist.
Permission deniedSpot or margin trading permission and exchange-specific account restrictions.
Insufficient balanceFree balance in the correct wallet, not total balance or another subaccount.
Minimum order failureExchange minimum quantity, notional value, precision, and fees.
Rate limit or unavailablePause retries, confirm exchange status, and preserve the exact error.

Validate with low-risk steps

  1. Confirm that balances and markets load.
  2. Run a backtest that does not place exchange orders.
  3. Run simulation and observe at least one expected candle evaluation.
  4. If you choose live mode, start with a small amount and monitor the first order through a final status.

Revoke exposed keys

If a key or secret appears in a screenshot, log, chat, repository, or support message, revoke it at the exchange and create a new restricted key.