MidChains Trade Connector
Features
crypto-midchainsConnector Key✗
Order Status Request
✗
Cancel On Disconnect
✗
Commission
✓
Post Only
✗
Fast Cancel
✗
Fast Replace
Notes
Order quantity and price
The exchange requires order quantity and price to match the instrument's precision.
warning
Quantities that exceed the supported precision are silently truncated by the exchange.
Symbology
Configuration
Connector settings
| Parameter | Default Value | Description |
|---|---|---|
| sessionKeepAliveAttempts | 2 | Number of session keep-alive requests during session keep-alive period. |
Config sample
connectors {
MIDCHAINS: ${template.connector.crypto.midchains} {
settings {
restUrl = "TBD"
websocketUrl = "TBD"
apiKeys: [
{
apiKey = "<API_KEY>"
apiSecret = "<API_SECRET>"
}
]
}
}
}