产品简要数据

产品简要数据

post

bizType=config.app.AppSymbolDubboService.getSymbolBaseList 查询产品信息,包括基础产品以及简要交易参数,例如小数位、成交模式等信息 游客可访问

Header parameters
companyIdstringRequired

公司ID,通过环境变量获取

Example: {{company}}
tracestringRequired

随机跟踪码UUID

Example: {{mock_trace}}
tokenstringOptional

登录token

Example: {{LoginResult.data.token}}
langstringRequired

语言

Example: zh-CN
Body
customerGroupIdinteger · int64Required

客户组ID

Responses
200
成功
application/json
post
POST /api/global/config.app.AppSymbolDubboService.getSymbolBaseList HTTP/1.1
Host: prewppc-3.cmfbl.com
companyId: text
trace: text
lang: text
Content-Type: application/json
Accept: */*
Content-Length: 21

{
  "customerGroupId": 1
}
200

成功

{
  "msg": "Success",
  "fail": false,
  "trace": "x-qfx13-8z5850-mf4l657-gkqbn-1677563999",
  "code": "0",
  "data": [
    {
      "symbolId": 1061,
      "pointRatio": 0,
      "customerGroupIds": null,
      "dealMode": 4,
      "baseCurrency": "DOGE",
      "bidSpread": "0",
      "labels": "cryptocurrency",
      "symbolGroupIds": null,
      "enableShortLoan": 0,
      "symbolCode": "DOGE/USDT-BN-TG",
      "fundId": null,
      "etf": false,
      "enableLongLoan": 0,
      "dividend": 0,
      "profitCurrency": "USDT",
      "symbolName": "DOGE/USDT-BN-TG",
      "sortNum": 292,
      "symbolDigits": 4,
      "askSpread": "0",
      "tradeType": 5
    }
  ],
  "bizCode": "",
  "tm": 955,
  "msgParams": null,
  "ok": true
}

Last updated