By Admin on Saturday, 21 August 2021
Category: All

Delphi 3Commas Client

​From sgcWebSockets 4.5.2, 3Commas API is supported. 3Commas is a cryptocurrency trading platform designed to help you build automated trading bots.

APIs supported

You can read more about 3Commas on his website: https://3commas.io/

WebSockets API 

The websocket feed provides real-time market data updates for Trades and Deals

You can subscribe to the following Public channels:


These channels requires Authenticate against 3Commas servers. So first request your API keys in your 3Commas Account and then set the values in the property ThreeComas of the component:


If the subscription is successful, the event OnThreeCommasConfirmSubscription will be called. If not, the event OnThreeCommasRejectSubscription it's called, you can get the reason of the rejection using the aRawMessage parameter.

REST API 

The following Endpoints methods are supported by sgcWebSockets library.

Test Connectivity 


Account


Smart Trades


Compiled Demo for Windows 

Related Posts