- Query exchange rates for converting USD to other currencies, only USD settlement payment methods are supported
/common/quote/v1/exchange-rate
Parameters:
Return data parameter description
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
Parameters:
| Parameter Name | Required | Type | Description |
|---|---|---|---|
| appId | Yes | Long | Business ID (obtained from the admin console) |
| sourceCurrency | Yes | String | Source currency (USD) |
| targetCurrency | Yes | String | Target currency |
| payType | No | String | Payment type |
| inBankCode | No | String | Payment method |
| sign | Yes | String | Signature |
| Parameter Name | Type | Description |
|---|---|---|
| sourceCurrency | String | Source currency (USD) |
| targetCurrency | String | Target currency |
| payType | String | Payment type |
| inBankCode | String | Payment method |
| exchangeRate | String | Exchange rate |
| sign | String | Signature |
