Skip to main content

Gemini Trade Connector

Features

crypto-geminiConnector Key
Instruments
FX
Request Types
SUBMITCANCEL
Order Types
LIMIT
Time In Force
GTCIOCFOK
Order ID Mapper
COMPOSITE
Order Status Request
Cancel On Disconnect
Commission
Post Only
Fast Cancel
Fast Replace

Notes

Uses a time based nonce

The Uses a time based nonce API key flag is not supported by the connector. When creating an API key in the exchange GUI, leave this flag set to false.

Rate limits

For public API entry points, we limit requests to 120 requests per minute, and recommend that you do not exceed 1 request per second.

For private API entry points, we limit requests to 600 requests per minute, and recommend that you not exceed 5 requests per second.

Symbols and minimums

https://docs.gemini.com/rest-api/#symbols-and-minimums

Symbology

All supported symbols: https://docs.gemini.com/rest-api/#all-supported-symbols

Configuration

Supported order attributes

KeyDescription
18Post only. 6 value used for post only orders submission.

Config sample

connectors {
GEMINI: ${template.connector.crypto.gemini} {
settings {
restUrl = "https://api.gemini.com"
websocketUrl = "wss://api.gemini.com"

apiKeys: [
{
apiKey = "<API_KEY>"
apiSecret = "<API_SECRET>"
}
]
}
}
}