API Reference
DBot OfficialDBot DashboardPricing

Group Info

This API is used to get group information of copy trading or limit order

FreePlusProEnterpriseCredit Usage
0

Response Data

{
  "err": false, // Error or not
  "res": [
    {
      "id": "m53gevri055ird", // Group id
      "accountid": "vd1l2ge6ac1dxh", // User id
      "name": "group1", // Group name
      "type": "follow_order", // Group type
      "createAt": "1732932000000", // Group creation time
      "updateAt": "1732932000000" // Group update time
    }
  ]
}
Language