资金接口/汇率查询
bizType=fund.app.FundExchangeRateQueryService.getTradeExchangeRate version: 0.0.1 查询货币对的交易汇率
Header parameters
versionstringRequiredExample:
0.0.1companyIdstringRequiredExample:
{{company}}tracestringRequiredExample:
{{mock_trace}}langstringRequiredExample:
zh-CNtokenstringOptionalExample:
{{LoginResult.data.token}}Body
companyIdstringOptional
公司ID
tracestringRequired
跟踪码
ipstringOptional
IP
langstringOptional
语言
sourceCurrencystringRequired
源货币编码
targetCurrencystringRequired
目标货币编码
Responses
200Success
application/json
post
/global/fund.app.FundExchangeRateQueryService.getTradeExchangeRate200Success
bizType=fund.app.FundExchangeRateQueryService.getExchangeRateList version: 0.0.1 批量查询货币对的存取款汇率 游客可访问
Header parameters
versionstringRequiredExample:
0.0.1companyIdstringRequiredExample:
{{company}}tracestringRequiredExample:
{{mock_trace}}langstringRequiredExample:
zh-CNtokenstringOptionalExample:
{{LoginResult.data.token}}Body
companyIdinteger · int64Required
公司ID
tracestringOptional
跟踪码
ipstringOptional
操作ip
langstringOptional
请求语言
Responses
200Success
application/json
post
/global/fund.app.FundExchangeRateQueryService.getExchangeRateList200Success
Last updated