Query payment method
Interface address: /api/v1/config/currency-list
Note: This interface allows you to query fiat currencies and cryptocurrencies supported by MultiExchange.
Parameter | Type | Mandatory | Description |
---|
userId | String | N | User's unique tag on MultiExchange |
fiatCurrency | String | N | Fiat currency |
Output parameters (array)
Parameter | Type | Mandatory | Description |
---|
fiatCurrency | String | Y | Fiat currency |
fiatImg | String | Y | Fiat icon |
precision | Integer | Y | Fiat decimals |
cryptoListVos | array | Y | List of cryptocurrencies |
cryptoListVos
Parameter | Type | Mandatory | Description |
---|
cryptoCurrency | String | Y | Cryptocurrency ticker |
cryptoImg | String | Y | Cryptocurrency icon |
minFaitAmount | String | Y | Minimum fiat amount |
maxFaitAmount | String | Y | Maximum fiat amount |
cardPaymentInfoList | array | Y | List of card payment methods |
simplePaymentInfoList | array | N | List of simple payment methods |
cardPaymentInfoList
Parameter | Type | Mandatory | Description |
---|
payWayCode | String | Y | Payment method |
simplePaymentInfoList
Parameter | Type | Mandatory | Description |
---|
payWayCode | String | Y | Payment type |