MidChains RFQ Connector
Features
rfq-crypto-midchainsConnector Key✗
Order Status Request
✗
Cancel On Disconnect
✗
Commission
✗
Post Only
✗
Fast Cancel
✗
Fast Replace
Notes
API Secret Key
Line breaks can be replaced with '#' character.
Required request properties
Quote Request:
- Currency
- Size
- Settlement Type
Order New Request:
- Quote Id
note
- Only a base instrument currency is accepted as the Quote request
currency. - Only the
TRADEABLEquote type is accepted.
Settlement type
The only supported settlement type is SPOT (0).
Symbology
Only base and term currency for the instrument are required for quote request submission.
Configuration
Connector settings
| Parameter | Default Value | Description |
|---|---|---|
| stream | Name of Timebase stream for quote requests and quotes | |
| quoteValidityTime | 30s | Time period for an order submission based on a quote. |
| syncSettings.syncInterval | 5s | Orders synchronization retry interval on unsuccessful attempt. |
| unackOrderSettings.maxUnackOrderAge | 1m | Not found unacknowledged (lost) orders will be discarded after this period. |
Config sample
connectors {
MIDCHAINS: ${template.connector.rfqcrypto.midchains} {
settings {
stream = "<STREAM_KEY>"
apiKeys = [{
apiKey = "<API_KEY>"
apiSecret = "<API_SECRET>"
}]
}
}
}