Skip to main content

Get SMP Group ID

Query the SMP group ID of self match prevention

HTTP Request

GET /v5/account/smp-group

Request Parameters

None

Response Parameters

ParameterTypeComments
smpGroupintegerSmp group ID. If the UID has no group, it is 0 by default

Request Example

GET /v5/account/smp-group HTTP/1.1
Host: api.bybit.com
X-BAPI-SIGN: XXXXXX
X-BAPI-API-KEY: XXXXXX
X-BAPI-TIMESTAMP: 1702363848192
X-BAPI-RECV-WINDOW: 5000

Response Example

{
"retCode": 0,
"retMsg": "success",
"result": {
"smpGroup": 0
},
"retExtInfo": {},
"time": 1702363848539
}