roq-coinflex#
Important
PLACEHOLDER! This gateway is in early development.
Links#
Purpose#
Maintain network connectivity with the CoinFLEX exchange
Route exchange updates to connected clients
Route client requests to the relevant exchange accounts
Stream all messages to an event-log
Overview#
Products
Spot |
✓ |
Futures |
✓ |
Options |
Market Data
Reference Data |
✓ |
Market Status |
|
Top of Book |
✓ |
Market by Price (L2) |
✓ |
Market by Order (L3) |
|
Trade Summary |
✓ |
Statistics |
✓ |
Order Management
Create |
✓ |
Modify |
|
Cancel |
✓ |
Cancel All |
✓ |
Auto Cancellation |
Account Management
Positions |
|
Funds |
✓ |
Data center located in: TBD
Conda#
$ conda install \
--channel https://roq-trading.com/conda/stable \
roq-coinflex
$ cp $CONDA_PREFIX/share/roq-coinflex/config.toml $CONFIG_FILE_PATH
# Then modify $CONFIG_FILE_PATH to match your specific configuration
$ roq-coinflex \
--name "coinflex" \
--config_file "$CONFIG_FILE_PATH" \
--client_listen_address "$UNIX_SOCKET_PATH" \
--metrics_listen_address "$TCP_LISTEN_PORT" \
--flagfile "$FLAG_FILE"
Config#
Flags#
$ roq-coinflex --help
Environments#
# flagfile
--rest_uri=https://v2api.coinflex.com
--ws_uri=wss://v2api.coinflex.com/v2/websocket
# flagfile
--rest_uri=https://v2stgapi.coinflex.com
--ws_uri=wss://v2stgapi.coinflex.com/v2/websocket
Market Data#
Event |
Stream |
Messages |
Comments |
---|---|---|---|
Event |
Stream |
Messages |
Comments |
---|---|---|---|
Rest |
/v3/assets, /v3/markets |
||
Statistics#
TBD
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
|
Comments#
Market data
The WebSocket channel immediately closes with
reason=Server internal error
. THIS IS CURRENTLY BLOCKING!The v2 API publish full depth snapshot. This has implications for the event-logs because there’s currently no automatic translation into incremental updates.