Limits by currencies
Parse widget limits from antifraud and map it
Query Parameters
- Type: stringwidget
_id requiredWidget ID
- Type: stringfromrequired
Currency from
- Type: stringtorequired
Currency to
- Type: stringtype
Direction type
- Type: booleanis
_total Is total
- Type: numberamount
Amount
Responses
- application/json
Request Example for get/public/currency-limits
curl 'https://sandbox-api.mrcr.io/v1.6/public/currency-limits?widget_id=&from=&to=&type=&is_total=true&amount=1'
{
"code": 1,
"data": {
"additionalProperty": {
"additionalProperty": 1
}
},
"message": "string",
"status": 1
}