Kraken Prime Trade Connector
Features
fix-krakenprimeConnector Key✗
Order Status Request
✓
Cancel On Disconnect
✓
Commission
✗
Post Only
✗
Fast Cancel
✗
Fast Replace
Notes
Connectivity
Clients must have their incoming IP addresses whitelisted before connecting.
Trading and market data use separate ports.
All connections require TCP with TLS 1.3.
Order Status Request
Order Status Request is not supported for Futures.
Client Order ID
Unique client-assigned order identifier. Maximum length is 36 characters.
Symbology
Currency pairs in BASE-QUOTE format, e.g. BTC-USD.
Schedule
Trading is available 24/7/365.
Configuration
Connector settings
| Parameter | Default Value | Description |
|---|---|---|
| apiKey | Api Key. | |
| apiSecret | Api Secret. | |
| cancelOnDisconnect | true | Whether or not session orders should be cancelled upon disconnect. |
Supported order attributes
| Key | Description |
|---|---|
| 958 | StrategyParameterName(958). The name of the StrategyParameter being set. |
| 960 | StrategyParameterValue(960). The value for the StrategyParameter being set. |
| 20030 | CancelOnDisconnect(20030). Whether or not this order should be canceled when this session is disconnected. Possible values: Y, N. |
Config sample
connectors {
KRAKENPR : ${template.connector.fix.krakenprime} {
settings {
host = "<STUNNEL_HOST>"
port = <STUNNEL_PORT>
senderCompId = "<SENDER_COMP_ID>"
targetCompId = "<TARGET_COMP_ID>"
apiKey = "<API_KEY>"
apiSecret = "<API_SECRET>"
}
}
}