For the complete documentation index, see llms.txt. This page is also available as Markdown.

Customer info

info

Customer details

post

version=0.0.1 bizType=customer.admin.WhiteCustomerAdminApiService.detail

Header parameters
tracestringRequired

Global link unique identifier

Example: {{mock_trace}}
tokenstringRequired

Authentication code

Example: {{auto_token}}
versionstringRequired

Interface version number

Example: 0.0.1
companyIdstringRequired

Company ID

Example: {{company}}
Body
typestringRequired

Type information, baseInfo= basic information, tradeAccount= trading account, kyc= kyc information, allKyc= detailed kyc information on the page, bankList= bank card list, walletList= wallet address, otherInfo= other

idstringRequired

Customer ID

customerNostringRequired

Customer Number

Responses
200

Success

application/json
accountListobjectOptional

Trading account list

accountRemarkstringOptional

Whether the customer has a trading account note

activateStatusinteger · int32Optional

Activation status

activateTimeinteger · int64Optional

Activation time

addressstringOptional

Mailing address

apiCheckRulestringOptional

API verification rules. 1- email; 2- SMS; 3- Google NFA; enable multiple verifications at the same time, separated by commas.

apiCheckSwitchbooleanOptional

API verification switch

assertPassStatusstringOptional

Set fund password reminder flag, 1 requires setting password, 2 does not require

associationCompanyIdinteger · int64Optional

Associated company Id

companyIdinteger · int64Optional

Company

companyKycStatusinteger · int32Optional

Company KYC account opening status, 1 open 2 not open

companyTypestringOptional

Company type

countrystringOptional

Country

createTimeinteger · int64Optional

Creation time

customerAgentMarkstringOptional

Customer agent identifier

customerGroupIdinteger · int64Optional

Customer group

customerNostringOptional

Customer account

customerTypeinteger · int32Optional

Customer type 0 default 1 agent 2 credit 3 activity settlement

depositinteger · int32Optional

Can deposit, 1 can deposit

earlyWarningLevelobjectOptional

Warning level

emailstringOptional

Email

firstNamestringOptional

Name

forceLevelobjectOptional

Force liquidation level

googleIdinteger · int64Optional

Whether to enable MFA, greater than 0, enable, otherwise not enable

idinteger · int64Optional

Customer ID

idCardstringOptional

ID number

idCardTypestringOptional

ID type

isFundinteger · int32Optional

Whether it is a fund manager, 1 is, default 0 is not

kycAuditRemarkstringOptional

Registration KYC review remarks, review rejection is not empty

kycAuditStatusinteger · int32Optional

Registration KYC review status: 0 not certified redirect to certification page, 1 pending review, 2 review passed, 3 review failed

kycRemarkstringOptional

KYC status name

kycStatusinteger · int32Optional

KYC status

lastNamestringOptional

Last name

loginPassStatusstringOptional

Set password reminder flag, 1 requires setting password, 2 does not require

loginTimeinteger · int64Optional

Login time

namestringOptional

First name

openAccountTypeinteger · int32Optional

Account type: 0. Individual 1. Business

optionalinteger · int32Optional

Optional flag 0 not added 1 added

payPassStatusstringOptional

Payment password existence status, 1 does not exist, 2 exists

phonestringOptional

Phone number

phoneAreastringOptional

Phone area code

postalCodestringOptional

Postal code

registerSourceinteger · int32Optional

Registration source

registerTimeinteger · int64Optional

Registration time

relationCustomerIdinteger · int64Optional

Associated account id

sourcestringOptional

Source

statusinteger · int32Optional

Status: 1. Normal, 2. Disabled, 3. Deleted, 4. Closed account, 5. Locked, 6. Closing account

thirdIntactMsgstringOptional

Third-party login complete data

thirdLoginSourcestringOptional

Third-party login source google, facebook, twitter

thirdServerCodestringOptional

Third-party system unique identifier

thirdUserIdstringOptional

Third-party userId

typeinteger · int32Optional

Group type <0 real, 1 simulated, 2 visitor>

unitIdinteger · int64Optional

Institution ID

unitNamestringOptional

Institution name

utmSourcestringOptional

Ad source

withdrawinteger · int32Optional

Withdrawable, 1 withdrawable

withdrawLevelobjectOptional

Withdrawal level

post/customer.admin.WhiteCustomerAdminApiService.detail
POST /openapi-b/customer.admin.WhiteCustomerAdminApiService.detail HTTP/1.1
Host: pre-api-test.cmfbl.com
trace: text
token: text
version: text
companyId: text
Content-Type: application/json
Accept: */*
Content-Length: 73

{
  "type": "tradeAccount",
  "id": "{{customerId}}",
  "customerNo": "{{customer}}"
}
200

Success

{
  "bizCode": "",
  "code": "",
  "data": {
    "accountList": {},
    "accountRemark": "",
    "activateStatus": 0,
    "activateTime": 0,
    "address": "",
    "apiCheckRule": "",
    "apiCheckSwitch": true,
    "assertPassStatus": "",
    "associationCompanyId": 0,
    "companyId": 0,
    "companyKycStatus": 0,
    "companyType": "",
    "country": "",
    "createTime": 0,
    "customerAgentMark": "",
    "customerGroupId": 0,
    "customerNo": "",
    "customerType": 0,
    "deposit": 0,
    "earlyWarningLevel": {},
    "email": "",
    "firstName": "",
    "forceLevel": {},
    "googleId": 0,
    "id": 0,
    "idCard": "",
    "idCardType": "",
    "isFund": 0,
    "kycAuditRemark": "",
    "kycAuditStatus": 0,
    "kycRemark": "",
    "kycStatus": 0,
    "lastName": "",
    "loginPassStatus": "",
    "loginTime": 0,
    "name": "",
    "openAccountType": 0,
    "optional": 0,
    "payPassStatus": "",
    "phone": "",
    "phoneArea": "",
    "postalCode": "",
    "registerSource": 0,
    "registerTime": 0,
    "relationCustomerId": 0,
    "source": "",
    "status": 0,
    "thirdIntactMsg": "",
    "thirdLoginSource": "",
    "thirdServerCode": "",
    "thirdUserId": "",
    "type": 0,
    "unitId": 0,
    "unitName": "",
    "utmSource": "",
    "withdraw": 0,
    "withdrawLevel": {}
  },
  "fail": true,
  "msg": "",
  "msgParams": "",
  "ok": true,
  "tm": 0,
  "trace": ""
}

Last updated