circle-exclamation
This documentation page is currently under development and may be updated frequently.

Exchange API key

This page explains how to securely connect your centralized exchange API keys to Towerflow. This allows the platform to execute trades on your behalf based on signal payloads.


🌐 Supported Exchanges

Towerflow supports the following exchanges (both spot and futures, where applicable):

📌 Only real/live trading accounts are supported for Alpaca. Paper trading keys are not allowed.

circle-info

We are continuously working to expand Towerflow’s capabilities. More exchange integrations are planned for the future, including both centralized and decentralized platforms. Stay tuned!


🛠️ How to Connect an API Key

  1. Name (Optional): You can assign a name to your API key connection to help identify it later. If left blank, the system will handle it.

  2. Choose Exchange: Select which of the supported exchanges the API key is from.

  3. Enter Keys:

    • Public Key (API key)

    • Private Key (Secret key)

  4. Validation: After submission, Towerflow sends a test request to the selected exchange to validate the API credentials and ensure the connection is functional.


⚠️ Important Notes

  • Separate Connections for Spot & Futures: If you want to use the same exchange for both spot and futures trading, create two separate API connections—one for spot and one for futures.

  • Alpaca Restrictions: We do not support paper trading keys from Alpaca. Please ensure your account is live before connecting.

  • No Modification After Creation: After an API key connection is created, it cannot be edited for security reasons. If you need to change the keys or exchange:

    1. Disconnect it from all linked bots.

    2. Delete the connection.

    3. Create a new one with updated keys.


🔐 Security Notice

All API keys (public and private) are encrypted using strong server-side encryption and are only decrypted at runtime—when executing trades. Your keys are never exposed or stored in plaintext.

Last updated