Free Bots for BitMart API.

Free Bots for BitMart API.

In this article, we will connect OsEngine to the BitMart exchange. We will look at what needs to be done in the personal account on the exchange and how to set up your first bot in OsEngine so it starts receiving data from the exchange.

Before issuing access keys for trading, you need to register on the exchange. If you register using our referral link, you will receive discounts on fees of 30% on SPOT and 40% on Futures. https://www.bitmart.com/invite/cNtynY/en 

 

1. Issuing Access Keys to the Exchange.

In your personal account, you will see the button "API Management":

1. Enter the key name in the Memo field. This is something like a password.

2. Click the checkbox for Future-Trade. Enable futures immediately.

3. Click the Submit button.

4. Complete the verification.

5. The screen will display:

- Memo;

- Access Key;

- Secret Key.

All of these need to be saved in a separate place. This can only be seen once:

6. To trade futures, you also need to contact the exchange support on Telegram @NoterBitMart.

You should send the message:

Hello,

Please enable futures trading for ID=12345.

Usually, they will ask a few additional questions and then enable it.

 

2. CONNECTING OSENGINE

Open OsEngine and go to the connection settings.

In the main menu, go to Bot station light:

Then go to the server connection and choose the connection "BitMartFutures":

A window will open for connecting to the BitMart exchange:

Copy:

- public key (also known as Access Key);

- secret key (also known as Secret Key);

- memo.

Click the "Connect" button!

Activate any bot and start trading!

3. Connector Sources.

You can view the sources in our repository via the links:

https://github.com/AlexWan/OsEngine/BitMart

https://github.com/AlexWan/OsEngine/BitMartFutures

Good luck with your algorithms!