Kraken Futures Trade Connector
Features
crypto-krakenfutConnector Key✗
Order Status Request
✗
Cancel On Disconnect
✓
Commission
✓
Post Only
✗
Fast Cancel
✗
Fast Replace
Notes
Cancel/Replace
Kraken Futures API does not accept the total order quantity in a replace. The desired open (remaining) quantity must be provided instead. Note: This does not prevent overfills in trade-in-route scenarios.
API Testing Environment
Kraken Futures Demo Env is available via: https://demo-futures.kraken.com/
Original Timestamp
The following Json properties are used as source for original timestamps in order events:
- WS order event:
last_update_time - WS fill event:
time - Sync open orders response:
lastUpdateTime - New order response:
lastUpdateTime
Symbology
https://futures.kraken.com/derivatives/api/v3/instruments
Configuration
Connector settings
| Parameter | Default Value | Description |
|---|---|---|
offset | OPEN | Default value for 6470 (Offset) attribute. |
Supported order attributes
| Key | Description |
|---|---|
| 18 | 6 value used for post only orders submission. |
| 6470 | Offset attribute to determine offset direction. Default value can be specified with offset configuration parameter. Possible values: OPEN or CLOSE. CLOSE means that order will be send with ReduceOnly flag. |
Config sample
connectors {
KRAKENFUT: ${template.connector.crypto.krakenfut} {
settings {
apiKeys: [
{
apiKey = "API_KEY"
apiSecret = "API_SECRET"
}
]
offset = OPEN
}
}
}