Low latency crypto trading platform with trading bots and order management
2.1K
Welcome to the official repository of EXECX, a low latency crypto execution platform. Before running this image you must register for an account at www.execx.dev.
Latest release notes can be found on our releases page.
Start EXECX with the default arguments, a valid API key is required to run EXECX.
docker run --net=host --name=execx -d execx/order-manager:latest --key [API_KEY]
The following command line arguments are available -
| Argument | Description | Default |
|---|---|---|
--key | Your unique API key, you should receive this when signing up for an EXECX account | |
--port | The REST port number for communication, all REST and Websocket requests must be sent to this port | 35027 |
--promPort | The Prometheus metrics port | 9091 |
--testnet | Enable exchange testnets | false |
--debug | Enable debug logging | false |
Further documentation on how to run EXECX can be found at docs.execx.dev.
Content type
Image
Digest
sha256:fda10deed…
Size
19.1 MB
Last updated
8 months ago
docker pull execx/order-manager