Skip to main content

MidChains Trade Connector

Features

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

ParameterDefault ValueDescription
sessionKeepAliveAttempts2Number 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>"
}
]
}
}
}