Skip to main content

PowerTrade Market Data Connector

PowerTrade Data Connector based on WebSocket.

Features

powertradeConnector Key
Instrument Types
FXFUTUREOPTION
Asset Class
Crypto
Technology
WebSocket
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.wss.prod.power.trade/v1/feeds/WebSocket root URL.
Read Timeout20000Read timeout in milliseconds.
Reconnect Timeout15000Reconnect timeout in milliseconds.
Exchange NamePOWERTRADEExchange name for this session.
Output Book Size20Size of the output book.

Symbology

Supported symbol notations:

Symbol NotationExamples
CRYPTO-PAIRBTC-USD-PERPETUAL
BTC-20220624

Full symbol list: http://marketproxy.power.trade/v1/api/exchangeInfo

Logging

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

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