Skip to main content

Coinstore Trade Connector

Features

crypto-coinstoreConnector Key
Instruments
FX
Request Types
SUBMITCANCEL
Order Types
MARKETLIMIT
Time In Force
GTCIOCFOK
Order ID Mapper
SEQUENCE
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

ParameterDefault ValueDescription
websocketHeartbeatInterval3mWebsocket heartbeat interval.

Supported order attributes

KeyDescription
186 value used for post only orders submission

Config sample

connectors {
COINSTORE: ${template.connector.crypto.coinstore} {
settings {
apiKeys: [{
apiKey = "API_KEY"
apiSecret = "API_SECRET"
}]
}
}
}