Coinstore Trade Connector
Features
crypto-coinstoreConnector Key✗
Order Status Request
✗
Cancel On Disconnect
✓
Commission
✓
Post Only
✓
Fast Cancel
✗
Fast Replace
Notes
Documentation
Trades
Trades and fees are reported only for trades retrieved via order sync. They are not received through WebSocket notifications.
Market Orders
Market Buy orders are not supported.
Margin Trading
Important: Margin trading is not supported.
Symbology
Configuration
Connector settings
| Parameter | Default Value | Description |
|---|---|---|
websocketHeartbeatInterval | 3m | Websocket heartbeat interval. |
Supported order attributes
| Key | Description |
|---|---|
| 18 | 6 value used for post only orders submission |
Config sample
connectors {
COINSTORE: ${template.connector.crypto.coinstore} {
settings {
apiKeys: [{
apiKey = "API_KEY"
apiSecret = "API_SECRET"
}]
}
}
}