产品规则列表
bizType=config.admin.AdminSymbolDubboService.getSymbolByCompanyId
注明: tradeRule结构:
{"minTradeAmount": "0.1","maxTradeAmount": "900000","minOrderValue": "5","maxOrderValue": "9000000"}
分别是: 最小数量、最大数量、最小金额、最大金额
Header parameters
companyIdstringRequiredExample: 
公司ID
{{company}}tracestringRequiredExample: 
全局链路唯一标志
{{mock_trace}}apiKeystringRequiredExample: 
apiKey
{{apikey}}recvWindowstringOptionalExample: 
时间窗口
5000signaturestringRequiredExample: 
签名
{{sign}}langstringOptionalExample: 
语言
zh-CNversionstringOptionalExample: 
接口版本
0.0.1Body
exchangeCodestringOptional
交易所代码 币安:binance、OKX:okx
Responses
200Success
application/json
post
/global/config.admin.AdminSymbolDubboService.getSymbolRuleByCompanyIdPOST /global/config.admin.AdminSymbolDubboService.getSymbolRuleByCompanyId HTTP/1.1
Host: 
companyId: text
trace: text
apiKey: text
signature: text
Content-Type: application/json
Accept: */*
Content-Length: 26
{
  "exchangeCode": "binance"
}200Success
{
  "bizCode": "text",
  "code": "text",
  "fail": true,
  "msg": "text",
  "msgParams": "text",
  "ok": true,
  "tm": 1,
  "trace": "text",
  "data": [
    {
      "symbolId": 1,
      "exchangeCode": "text",
      "exchangeSymbolCode": "text",
      "tradeRule": "text"
    }
  ]
}Last updated