跳至主要内容

Get Account Information

HTTP Request

POST /v5/p2p/user/personal/info

Request Parameters

None

Response Parameters

ParameterTypeComments
nickNamestringUser's nickname
defaultNickNamebooleanWhether or not the user's nickname is a default nickname generated by the system
isOnlinebooleanWhether or not the user is online on the bybit site
kycLevelstringKYC level
emailstringEmail address (masked)
mobilestringMobile phone number (masked)
lastLogoutTimestringLast logout time
recentRatestringCompletion rate in the past 30 days
totalFinishCountintegerTotal number of completed orders
totalFinishSellCountintegerTotal number of completed orders - sell token
totalFinishBuyCountintegerTotal number of completed orders - buy token
recentFinishCountintegerOrder quantity within 30 days
averageReleaseTimestringAverage release token time. unit is minute
averageTransferTimestringAverage payment currency time. unit is minute
accountCreateDaysintegerDays since the account was created
firstTradeDaysintegerDays from the first transaction
realNamestringReal name
recentTradeAmountstringCumulative successful transaction amount USDT in the past 30 days
totalTradeAmountstringThe sum of all USDT transaction volumes in the past for the account
registerTimestringUser's registration time
authStatusintegerVA status.1: VA, 2: Not VA
kycCountryCodestringUser's KYC country code
blockedstringUser's banned status
goodAppraiseRatestringPositive rating
goodAppraiseCountintegerNumber of positive comments
badAppraiseCountintegerNumber of negative comments
accountIdintegerSpot account ID
paymentCountintegerNumber of payment methods
contactCountintegerNumber of Contacts
vipLevelintegerVIP Level
userCancelCountLimitintegerLimit on the number of times users can cancel orders
paymentRealNameUneditablebooleanWhether or not the payment method real name can be modified
userIdstringUser ID
realNameEnstringKYC 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: xxxxxxxxxxxxxxxxxx
X-BAPI-TIMESTAMP: 1741595134312
X-BAPI-RECV-WINDOW: 5000
Content-Type: application/json

{}

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"
}