Funds/Rate
bizType=fund.app.FundExchangeRateQueryService.getExchangeRateList Batch query deposit and withdrawal exchange rates for currency pairs Accessible to visitors version: 0.0.1
0.0.1{{company}}{{mock_trace}}zh-CN{{LoginResult.data.token}}Company ID
Tracking code
Operation IP
Request Language
Module identifier code
Status return code
Status description
Processing time (milliseconds)
Tracking code
Placeholder parameter string in return description, multiple parameters separated by commas
POST /api/global/fund.app.FundExchangeRateQueryService.getExchangeRateList HTTP/1.1
Host: prewppc-3.cmfbl.com
version: text
companyId: text
trace: text
lang: text
Content-Type: application/json
Accept: */*
Content-Length: 105
{
"companyId": 1,
"trace": "text",
"ip": "text",
"lang": "text",
"currencies": [
{
"source": "text",
"target": "text"
}
]
}{
"bizCode": "text",
"code": "text",
"msg": "text",
"tm": 1,
"trace": "text",
"msgParams": "text",
"data": [
{
"rate": "text",
"formulaSymbol": "text",
"sourceDigits": 1,
"targetDigits": 1,
"sourceCurrency": "text",
"targetCurrency": "text"
}
],
"ok": true,
"fail": true
}bizType=fund.app.FundExchangeRateQueryService.getTradeExchangeRate Query the Trading Exchange Rate of Currency Pairs version: 0.0.1
0.0.1{{company}}{{mock_trace}}zh-CN{{LoginResult.data.token}}Company ID
Tracking code
IP
Language
Source Currency Code
Target Currency Code
Status return code
Status description
Processing time (milliseconds)
Tracking code
Placeholder parameter string in return description, multiple parameters separated by commas
POST /api/global/fund.app.FundExchangeRateQueryService.getTradeExchangeRate HTTP/1.1
Host: prewppc-3.cmfbl.com
version: text
companyId: text
trace: text
lang: text
Content-Type: application/json
Accept: */*
Content-Length: 109
{
"companyId": "text",
"trace": "text",
"ip": "text",
"lang": "text",
"sourceCurrency": "text",
"targetCurrency": "text"
}{
"code": "text",
"msg": "text",
"tm": "text",
"trace": "text",
"msgParams": "text",
"data": {
"rate": "text",
"formulaSymbol": "text",
"sourceDigits": 1,
"targetDigits": 1,
"sourceCurrency": "text",
"targetCurrency": "text"
},
"ok": "text",
"fail": "text"
}Last updated