Gemini¶
đ Connector Info¶
- Exchange Type: Centralized Exchange (CEX)
- Market Type: Central Limit Order Book (CLOB)
| Component | Status | V2 Strategies | Notes |
|---|---|---|---|
| đ Spot Connector | â | Yes | |
| đ Perp Connector | Not available |
âšī¸ Exchange Info¶
- Website: https://www.gemini.com
- CoinMarketCap: https://coinmarketcap.com/exchanges/gemini/
- CoinGecko: https://www.coingecko.com/en/exchanges/gemini
- API Docs: https://docs.gemini.com/
- Fees: https://www.gemini.com/fees
đ How to Connect¶
Generate API Keys¶
- Log in to your account at https://exchange.gemini.com.
- Go to Settings â API (https://exchange.gemini.com/settings/api).
- Click Create a new API Key and select the Primary scope.
- Enable the Trading permission for the key.
- Copy the API Key and API Secret â the secret is only shown once, so save it securely.
Connecting to Hummingbot¶
From inside the Hummingbot client, run connect gemini:
If connection is successful:
đ Spot Connector¶
Integration to spot markets API endpoints
- ID:
gemini - Connection Type: REST v1 + WebSocket (Gemini Fast API)
- Github Folder
Order Types¶
This connector supports the following OrderType constants:
LIMITLIMIT_MAKERMARKET
Note
Gemini has no native market order type, so MARKET orders are emulated as immediate-or-cancel limit orders priced aggressively through the book.