By Admin on Thursday, 30 December 2021
Category: All

Bitmex Delphi Client Updated

​From sgcWebSockets 2022.1, the Bitmex REST API is supported, this means that now you can place orders, cancel existing orders, get executions, position... and much more.

Place Orders 

The Bitmex REST API offer public and private endpoints. The Private endpoints requires that messages signed to increase the security of transactions.

First you must login to your Bitmex account and create a new API, you will get the following values:

These fields must be configured in the Bitmex property of the Bitmex API client component. Once configured, you can start to do private requests to the Bitmex REST API.

Related Posts