查询账户

查询账户

post
Header parameters
companyIdstringRequired

公司ID

Example: {{company}}
tracestringRequired

全局链路唯一标志

Example: {{mock_trace}}
apiKeystringRequired

apiKey

Example: {{apikey}}
recvWindowstringOptional

时间窗口

Example: 5000
signaturestringRequired

签名

Example: {{sign}}
langstringOptional

语言

Example: zh-CN
versionstringRequired

接口版本

Example: 0.0.1
Body
customerNostringOptional

客户编号

exchangeCodestringOptional

交易所代码,币安:binance、OKX:okx、cumberland:cumberland

accountTypestringOptional

账号类型,现货:spot、合约:futures

accountNamestringOptional

账号别名

currentstringOptional

当前页

sizestringOptional

每页数量,默认20

Responses
200Success
application/json
post
POST /global/customer.admin.CustomerDirectAccAdminApiService.getPage HTTP/1.1
Host: 
companyId: text
trace: text
apiKey: text
signature: text
version: text
Content-Type: application/json
Accept: */*
Content-Length: 116

{
  "customerNo": "text",
  "exchangeCode": "text",
  "accountType": "text",
  "accountName": "text",
  "current": "text",
  "size": "text"
}
200Success
{
  "code": "0",
  "msg": "Success",
  "tm": 38132770,
  "trace": "t-cd06-b4650k11-il3so2-r8ix2e9-1651889609",
  "ok": true,
  "fail": false
}

Last updated