查询账户
Header parameters
companyIdstringRequiredExample: 
公司ID
{{company}}tracestringRequiredExample: 
全局链路唯一标志
{{mock_trace}}apiKeystringRequiredExample: 
apiKey
{{apikey}}recvWindowstringOptionalExample: 
时间窗口
5000signaturestringRequiredExample: 
签名
{{sign}}langstringOptionalExample: 
语言
zh-CNversionstringRequiredExample: 
接口版本
0.0.1Body
customerNostringOptional
客户编号
exchangeCodestringOptional
交易所代码,币安:binance、OKX:okx、cumberland:cumberland
accountTypestringOptional
账号类型,现货:spot、合约:futures
accountNamestringOptional
账号别名
currentstringOptional
当前页
sizestringOptional
每页数量,默认20
Responses
200Success
application/json
post
/global/customer.admin.CustomerDirectAccAdminApiService.getPagePOST /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
