Skip to main content

Query STP strategy group

HTTP Request

  • GET /api/v3/strategy/group

Required Permission: SPOT_ACCOUNT_READ

Weight(IP): 20

Request Parameters

NameTypeMandatoryDescription
tradeGroupNamestringyesstp strategy group name
timestamplongyestimestamp
signaturestringyessignature

Response Parameters

NameTypeDescription
tradeGroupNamestringstp strategy group name
tradeGroupIdstringstp strategy group id
tradeGroupUidstringUIDs contained in stp strategy group, separated by ,
updateTimelongupdate time
createTimelongcreate time

Response

{
"data": [
{
"tradeGroupName": "tradeGroupNameOne",
"tradeGroupId": 91,
"createTime": 1758043350000,
"updateTime": 1758043350000
}
],
"code": 200,
"msg": "success",
"timestamp": 1758044090972
}