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

Add account

Add account

post

Add APIkey

binance configuration instructions

Apply for the IP whitelist that Apikey needs to configure PRE field: 103.80.26.250 PRD Field: 18.163.151.26

Header parameters
companyIdstringRequired

Company ID

Example: {{company}}
tracestringRequired

Global link unique identifier

Example: {{mock_trace}}
apiKeystringRequired

apiKey

Example: {{apikey}}
recvWindowstringOptional

time window

Example: 5000
signaturestringRequired

sign

Example: {{sign}}
langstringOptional

language

Example: zh-CN
versionstringRequired

Interface version

Example: 0.0.1
Body
customerNostringRequired

Customer number

exchangeCodestringRequired

Exchange code, Binance: binance, OKX: okx, cumberland: cumberland

accountTypestringRequired

Account type, spot: spot, contract: futures

accountNamestringRequired

Account alias

accountApiKeystringRequired

apiKey (cumberland exchange is cumberland's counterpartyId)

accountSecretKeystringRequired

secretKey (cumberland exchange is cumberland’s userId)

passphrasestringOptional

Private key password, optional, passphrase

isTestintegerOptional

Whether to test account, 0 real account 1 test account, default is 0 if not filled in

certificatestringOptional

Bsae16 string of certificate in pkcs12 format. (Required for cumberland exchange)

Responses
200Success
application/json
codestringRequired

System common return code. 0-success, other exceptions

msgstringRequired

Return information

bizCodestringRequired

Module identification code

tmnumberRequired

Processing time (milliseconds)

tracestringRequired

Global link flag information

msgParamsstring · nullableRequired

Returns the placeholder parameter string in the description. Multiple parameters are separated by,

post/global/customer.admin.CustomerDirectAccAdminApiService.add
200Success

Last updated