3Commas Trading Bot API

Manage automated trading bots, deals, and smart trades across multiple exchanges through the 3Commas API.

3Commas Integration

Programmatically control 3Commas trading bots and monitor deal performance from your Delphi applications.

Automated Trading Management

The sgcWebSockets 3Commas component provides access to the 3Commas REST API for managing automated trading bots. Create and configure bots, start and stop deals, monitor active positions, and retrieve trade history across all connected exchanges.

  • Bot creation and configuration
  • Deal management and monitoring
  • Smart trade operations
  • Account and exchange portfolio data

Delphi 3Commas Example

List active bots from your 3Commas account.

uses
  sgcHTTP_API_3Commas;

var
  Commas: TsgcHTTPAPI_3Commas;

procedure TForm1.FormCreate(Sender: TObject);
begin
  Commas := TsgcHTTPAPI_3Commas.Create(nil);
  Commas.ThreeCommasOptions.ApiKey := 'your-api-key';
  Commas.ThreeCommasOptions.ApiSecret := 'your-secret';
end;

procedure TForm1.ListBots;
var
  vResponse: string;
begin
  vResponse := Commas.GetBots;
  Memo1.Lines.Add(vResponse);
end;

Documentation & Demos

Deep-link to the component reference, grab the ready-to-run demo project, and download the trial.

Ready to Automate Trading?

Download the free trial and integrate with 3Commas today.