Skip to main content

Architect Market Data Connector

Architect Data Connector based on WebSocket/REST.

Features

architectConnector Key
Instrument Types
FUTURE
Asset Class
Crypto
Technology
WebSocketREST
Feed Mode
Real-Time
Order Book Update Mode
Snapshot
Order Book Type
Aggregated
Level 1
Level 2
Level 3
Trades
Funding Rates

Configuration

Data Connector Parameters

ParameterDefault ValueDescription
WebSocket URLwss://gateway.architect.exchange/md/ws/WebSocket root URL.
REST URLhttps://gateway.architect.exchange/api/REST root URL.
API KeyN/AAPI key for authentication in Architect.
API SecretN/AAPI secret for authentication in Architect.
Read Timeout15000Read timeout in milliseconds.
Reconnect Timeout15000Reconnect timeout in milliseconds.
Exchange NameARCHITECTXExchange name for this session.
Output Book Size20Size of the output book.

Symbology

https://gateway.architect.exchange/api/instruments

Symbol NotationExamples
CRYPTO_PAIR (upper case)JPYUSD-PERP
EURUSD-PERP

Logging

To enable detailed logging, use these lines in the <QSHOME>/config/gflog.xml file:

<logger name="deltix.qsrv.hf.plugins.data.architect" level="DEBUG">
<appender-ref ref="safeAppender"/>
</logger>