get https://api.zondacryptopay.com/rest/pay/stores/currenciesSettings
Returns information about minimum and maximum values for payments and withdrawals for all available currencies.
Response details:
Key | Type | Description |
---|---|---|
data | array | Response body. |
currency | string | Currency for which the following limits apply. |
outgoingPaymentMaxValue | decimal | Maximum value for the withdrawal. |
outgoingPaymentMinValue | decimal | Minimum value for the withdrawal. |
paymentMaxValue | decimal | Maximum value for the incoming payment. |
paymentMinValue | decimal | Minimum value for the incoming payment. |
channels | array | Channels supported by the currency. |
- name | string | Name of the channel. |
- depositsEnabled | boolean | Does the channel have deposits enabled. |
- withdrawalsEnabled | boolean | Does the channel have withdrawals enabled. |
- defaultChannelForCurrency | boolean | Is the channel used as default when none declared. |