roq-bitfinex#
Important
This gateway needs sponsorship to complete certain features.
Links#
Purpose#
Maintain network connectivity with the Bitfinex exchange
Route exchange updates to connected clients
Route client requests to the relevant exchange accounts
Stream all messages to an event-log
Overview#
Spot |
✓ |
Futures |
|
Options |
Reference Data |
|
Market Status |
|
Top of Book |
✓ |
Market by Price (L2) |
✓ |
Market by Order (L3) |
|
Trade Summary |
✓ |
Statistics |
✓ |
Create |
✓ |
Modify |
|
Cancel |
✓ |
Cancel All |
✓ |
Auto Cancellation |
Positions |
|
Funds |
✓ |
Data center located in: TBD
Conda#
$ mamba install \
--channel https://roq-trading.com/conda/stable \
roq-bitfinex
$ cp $CONDA_PREFIX/share/roq-bitfinex/config.toml $CONFIG_FILE_PATH
# Then modify $CONFIG_FILE_PATH to match your specific configuration
$ roq-bitfinex \
--name "bitfinex" \
--config_file "$CONFIG_FILE_PATH" \
--client_listen_address "$UNIX_SOCKET_PATH" \
--service_listen_address "$TCP_LISTEN_PORT" \
--flagfile "$FLAG_FILE"
Config#
Flags#
$ roq-bitfinex --help
Environments#
# flagfile
--rest_uri=https://api-pub.bitfinex.com/
--ws_public_uri=wss://api-pub.bitfinex.com/ws/2
--ws_prvate_uri=wss://api.bitfinex.com/ws/2
Market Data#
Event |
Stream |
Messages |
Comments |
---|---|---|---|
MarketData |
ticker |
||
MarketData |
book |
||
MarketData |
book (prec=R0) |
||
MarketData |
trades |
||
MarketData |
status |
Event |
Stream |
Messages |
Comments |
---|---|---|---|
Rest |
/v2/tickers?symbols=ALL (!!! CONTAINS NO REFERENCE DATA !!!) |
||
Statistics#
Type |
Comments |
---|---|
|
(ticker) |
|
(ticker) |
|
(ticker) |
Order Management#
Event |
Stream |
Messages |
Comments |
---|---|---|---|
Event |
Stream |
Messages |
Comments |
---|---|---|---|
Event |
Stream |
Messages |
Comments |
---|---|---|---|
Event |
Stream |
Messages |
Comments |
---|---|---|---|
Order Types#
TBD
Time in Force#
TBD
Position Effect#
TBD
Execution Instructions#
TBD
Account Management#
Event |
Stream |
Messages |
Comments |
---|---|---|---|
Event |
Stream |
Messages |
Comments |
---|---|---|---|
Streams#
Type |
Comments |
---|---|
REST |
Primary purpose
|
Type |
Comments |
---|---|
WebSocket |
Primary purpose
Each connection
|
Constraints#
The exchange rate limiter is VERY strict. You should therefore try to not subscribe too many symbols.
Comments#
General
Messages are NOT self-describing. There is a risk that message meta data change in a non-backwards-compatible way thereby causing production breaks. Except for perhaps scraping the web-site, there doesn’t appear to be an easy way to infer meta data.
Market data
The are NO reference data !!!