Last updated 1 month ago
客户编号
交易所代码,币安:binance、OKX:okx、cumberland:cumberland
账号类型,现货:spot、合约:futures
账号别名
当前页
每页数量,默认20
系统通用返回码。0-成功,其他异常
返回信息
模块标识码
处理时长(毫秒)
全局链路标志信息
返回描述中占位符参数串,多个参数间以,分割
返回结果,客户编号
const response = await fetch('/global/customer.admin.CustomerDirectAccAdminApiService.getPage', { method: 'POST', headers: { "companyId": "text", "trace": "text", "apiKey": "text", "signature": "text", "version": "text", "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "code": "text", "msg": "text", "bizCode": "text", "tm": 0, "trace": "text", "msgParams": "text", "data": [ { "companyId": "text", "customerId": "text", "customerNo": "text", "exchangeCode": "text", "accountType": "text", "accountName": "text", "accountApiKey": "text", "certificate": "text" } ] }