get
https://api.coinaccepted.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. |
| string | Name of the channel. |
| boolean | Does the channel have deposits enabled. |
| boolean | Does the channel have withdrawals enabled. |
| boolean | Is the channel used as default when none declared. |
