Create Group

This API is used to create a group 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
    "type": "follow_order", // Group type
    "name": "group1", // Group name
    "createAt": "1732932000000", // Group creation time
    "updateAt": "1732932000000" // Group update time
  }
}

Request Parameters visualization reference

Body Params
string
enum
required

Group type, "follow_order" means copy trading, "limit_order" means limit orde

Allowed:
string
required

Group name

Response

Language
LoadingLoading…
Response
Choose an example:
application/json