- 查询USD转换其他币种汇率,仅支持usd结算支付方式
/common/quote/v1/exchange-rate
参数:
返回data参数说明
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
/common/quote/v1/exchange-rate
参数:
| 参数名 | 必选 | 类型 | 说明 |
|---|---|---|---|
| appId | 是 | Long | 业务ID(后台获取) |
| sourceCurrency | 是 | String | 源币种(USD) |
| targetCurrency | 是 | String | 目标币种 |
| payType | 否 | String | 支付类型 |
| inBankCode | 否 | String | 支付方式 |
| sign | 是 | String | 签名 |
| 参数名 | 类型 | 说明 |
|---|---|---|
| sourceCurrency | String | 币种(USD) |
| targetCurrency | String | 目标币种 |
| payType | String | 支付类型 |
| inBankCode | String | 支付方式 |
| exchangeRate | String | 汇率 |
| sign | String | 签名 |
