Skip to main content

Archax Market Data Connector

Archax Data Connector based on WebSocket/REST.

Features

archaxConnector Key
Instrument Types
FX
Asset Class
Crypto
Technology
WebSocketREST
Feed Mode
Real-Time
Order Book Update Mode
SnapshotIncremental Updates
Order Book Type
Aggregated
Level 1
Level 2
Level 3
Trades
Funding Rates

Configuration

Data Connector Parameters

ParameterDefault ValueDescription
WebSocket URLwss://ace-auth.archax.com/api/3.0/gatewayWebSocket root URL.
REST URLhttps://ace-auth.archax.com/api/3.0REST root URL.
User NameN/AUser email address registered in the system.
PasswordN/AUser password.
Read Timeout15000Read timeout in milliseconds.
Reconnect Timeout15000Reconnect timeout in milliseconds.
Exchange NameARCHAXExchange name for this session.
Output Book Size20Size of the output book.
Snapshot Interval10SThis property sets an interval in seconds between periodical Level2 snapshots which sent to Aggregator.

Snapshots will be generated as soon as this threshold is exceeded AND the next increment message arrives. Conversely, snapshots are NOT generated every period if no data is coming in.

Default value is 10 seconds.

Symbology

https://ace.archax.com/docs/api/#trading-pair-details

Supported instrument types: the current version supports SPOTs.

Supported symbol notations:

Symbol NotationExamples
CRYPTOPAIR (upper case)BTCUSD

Logging

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

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