Skip to main content

MidChains RFQ Connector

Features

rfq-crypto-midchainsConnector Key
Instruments
FX
Request Types
SUBMIT
Order Types
PREVIOUSLY_QUOTED
Time In Force
FOK
Order ID Mapper
CUSTOM
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 TRADEABLE quote 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

ParameterDefault ValueDescription
streamName of Timebase stream for quote requests and quotes
quoteValidityTime30sTime period for an order submission based on a quote.
syncSettings.syncInterval5sOrders synchronization retry interval on unsuccessful attempt.
unackOrderSettings.maxUnackOrderAge1mNot 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>"
}]
}
}
}