Skip to main content

Decibel Market Data Connector

Decibel Data Connector based on WebSocket/REST.

Features

decibelConnector 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://api.mainnet.aptoslabs.com/decibel/wsWebSocket root URL.
REST URLhttps://api.mainnet.aptoslabs.com/decibelREST root URL.
API KeyN/AAPI key for authentication in Decibel.
Read Timeout40000Read timeout in milliseconds.
Reconnect Timeout15000Reconnect timeout in milliseconds.
Exchange NameDECIBELExchange name for this session.
Output Book Size20Size of the output book.

Symbology

Supported instrument types: the current version supports Perpetual Futures.

Supported symbol notations:

Symbol NotationExamples
CRYPTO/PAIR (upper case)BTC/USD

Logging

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

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