Summary

Exchanges in OctoBot

For users of the open source OctoBot (opens in a new tab) and the pro plan of OctoBot cloud.

Officially supported exchanges

Partner exchanges - Support OctoBot

As the OctoBot team, our goal is to keep providing OctoBot for free. However developing and maintaining the project comes at a cost. Therefore we rely on exchanges partnerships to propose the most convenient way to support OctoBot.

By using OctoBot on real trading with our partner exchanges, you contribute to support the project and it won't cost you any money.

If an account you are using is not meeting a partner exchange requirement, you will see an error message: this doesn't prevent your from using OctoBot. However the OctoBot team would greatly appreciate if you could create a new account that meets the exchange's requirements to support the project.

Here are the current partners:

Community tested exchanges

Exchanges support

OctoBot uses ccxt (opens in a new tab) to connect to exchanges. In theory, any exchange that is supported on ccxt (opens in a new tab) should work. However only partner, and officially supported exchanges are regularly tested by the OctoBot Team.

Using an exchange that is not a parter or officially supported is at your own risks.

REST

The REST technology is a HTTP polling based interface where exchanges have to be frequently requested to refresh OctoBot's databases. It:

  • is slower: it might take a few seconds to update prices and orders
  • can handle a limited amount of requests per seconds due to exchanges restrictions. Therefore only a limited amount of trading pairs can be handled simultaneously when using a REST interface.

The REST technology is the default connection on any exchange.

Websocket

The websocket technology allows for permanent channels between exchanges and OctoBot from which exchanges directly push updated information to OctoBot. It:

  • is almost instantaneous: updates are directly pushed to OctoBot when updated on the exchange
  • is limitless regarding the amount trading pairs that can be handled simultaneously

The websocket technology is automatically enabled on each exchange when supported.

Drakkar-Software © 2021-2023 Copyright. All rights reserved.