Skip to content

Creating API Keys

API keys allow you to connect your own trading bots, scripts, and third-party tools to your Amabit account. Trades execute through the Binance API using your broker account.

How to Create an API Key

Create API key dialog — API name, IP allowlist, and permissions

  1. Go to your account's API Keys page (from the sidebar)
  2. Click Create API Key
  3. Fill in the form:
    • API Name — A label to identify this key (e.g., "Python Bot", "Grid Bot")
    • IP address allowlist (optional) — Add up to 20 IP addresses, separated by commas. Supports IPv4 and IPv6. (details →)
    • Permissions — Select the access level: Read (always enabled), Trade (details →)
  4. Click Continue
  5. Complete email verification and 2FA (if enabled)
  6. The API key is created

After Creation

Important

The Secret Key is displayed only once during creation. Copy and save it securely. You cannot retrieve it later.

You will see:

  • API Key (public key) — Used to identify your requests
  • Secret Key — Used to sign your requests (displayed once!)
  • You can copy both values using the copy buttons

Managing API Keys

From the API Keys page, you can:

  • Edit — Modify label, permissions, or IP allowlist
  • Delete — Permanently remove a key

Using Your API Key

Your Amabit API keys are compatible with the Binance API. Use any library or framework that supports the Binance API:

  • Pythonpython-binance, ccxt
  • Node.jsnode-binance-api, ccxt
  • Gogo-binance

Connecting bots guide →

Official Binance Broker