Get Account information
HTTP Request
POST /v5/p2p/user/personal/info
Request Parameters
None
Response Parameters
Parameter | Type | Comments |
---|---|---|
nickName | string | User's nickname |
defaultNickName | boolean | Whether the user's nickname is a default nickname generated by the system true : The user's nickname is a default nickname generated by the systemfalse : User nickname is set by the user |
isOnline | boolean | Whether the user is online on the bybit site true : the user is onlinefalse : the user is offline |
kycLevel | string | kyc level |
string | Email address (masked) | |
mobile | string | Mobile phone number (masked) |
lastLogoutTime | string | Last logout time from bybit platform |
recentRate | string | Completion rate in the past 30 days |
totalFinishCount | integer | Total number of completed orders |
totalFinishSellCount | integer | Total number of completed orders - sell token |
totalFinishBuyCount | integer | Total number of completed orders - buy token |
recentFinishCount | integer | Order quantity within 30 days |
averageReleaseTime | string | Average release token time. unit is minute |
averageTransferTime | string | Average payment currency time. unit is minute |
accountCreateDays | integer | Days since the account was created |
firstTradeDays | integer | Days from the first transaction |
realName | string | Real name |
recentTradeAmount | string | Cumulative successful transaction amount USDT in the past 30 days |
totalTradeAmount | string | The sum of all USDT transaction volumes in the past for the account |
registerTime | string | User's registration time |
authStatus | integer | VA status.1 : VA, 2 : Not VA |
kycCountryCode | string | User's KYC country code |
blocked | string | User's banned status |
goodAppraiseRate | string | Positive rating |
goodAppraiseCount | integer | Number of positive comments |
badAppraiseCount | integer | Number of negative comments |
accountId | integer | Spot account ID |
paymentCount | integer | Number of payment methods |
contactCount | integer | Number of Contacts |
vipLevel | integer | VIP Level |
userCancelCountLimit | integer | Limit on the number of times users can cancel orders |
paymentRealNameUneditable | boolean | Whether the payment method real name can be modified.true - cannot be modified.false - can be modified |
userId | string | UserId |
realNameEn | string | KYC in English |
Request Example
POST /v5/p2p/user/personal/info HTTP/1.1
Host: api-testnet.bybit.com
X-BAPI-SIGN: XXXXXX
X-BAPI-API-KEY: XXXXXX
X-BAPI-TIMESTAMP: 1741595134312
X-BAPI-RECV-WINDOW: 5000
Content-Type: application/json
Content-Length: 2
{}
Response Example
{
"ret_code": 0,
"ret_msg": "SUCCESS",
"result": {
"nickName": "Saaaul",
"defaultNickName": false,
"whiteFlag": 1,
"contactConfig": true,
"isOnline": true,
"email": "w********g@jn.com",
"mobile": "",
"kycLevel": 1,
"lastLogoutTime": "1741246087",
"recentRate": 0,
"totalFinishCount": 0,
"totalFinishSellCount": 0,
"totalFinishBuyCount": 0,
"recentFinishCount": 0,
"averageReleaseTime": "0",
"averageTransferTime": "0",
"accountCreateDays": 698,
"firstTradeDays": 0,
"realName": "TEST",
"recentTradeAmount": "0",
"totalTradeAmount": "0",
"executeNum": 0,
"orderNum": 0,
"hasUnPostAd": 0,
"registerTime": "1681266699",
"authStatus": 2,
"kycCountryCode": "MYS",
"blocked": "",
"goodAppraiseRate": "0",
"goodAppraiseCount": 0,
"badAppraiseCount": 0,
"accountId": "1448940",
"paymentCount": 2,
"contactCount": 0,
"realNameMask": "TEST ***D",
"vipLevel": 1,
"vipProfit": [
"P2P_AUTO_JUDGE"
],
"userTag": [
"RU_PAYMENT_PROMPT"
],
"userCancelCountLimit": 1000,
"paymentRealNameUneditable": true,
"lostRoleAffected": false,
"userCurPrivilege": [
"OPEN_API_ACCESS",
"DISPLAY_MAKER_BULK",
"POST_EDIT_AD",
"CREATE_ORDER_BULK",
"POST_AD_BULK",
"POST_VERIFICATION_ORDER_AD",
"CAN_APPLY_OPEN_API"
],
"userType": "PERSONAL",
"userId": "1448939",
"realNameEn": "TEST WOOD",
"canSubOnline": true,
"curPrivilegeInfo": [
{
"name": "OPEN_API_ACCESS",
"data": "NONE"
},
{
"name": "DISPLAY_MAKER_BULK",
"data": "NONE"
},
{
"name": "POST_EDIT_AD",
"data": "1"
},
{
"name": "POST_AD_BULK",
"data": "NONE"
},
{
"name": "CREATE_ORDER_BULK",
"data": "NONE"
},
{
"name": "CAN_APPLY_OPEN_API",
"data": "NONE"
},
{
"name": "POST_VERIFICATION_ORDER_AD",
"data": "NONE"
}
],
"openApiSwitch": 1
},
"ext_code": "",
"ext_info": {},
"time_now": "1741595135.035751"
}