Get currency exchange limits
Returns minimum and maximum transaction limits for a currency pair. One currency must be fiat and the other crypto.
Query Parameters
- Type: stringwidget
_id requiredWidget ID from the partner dashboard
- Type: stringfromrequired
Currency to convert from
- Type: stringtorequired
Currency to convert to
- Type: stringenumtype
Transaction direction
values- buy
- sell
- Type: stringnetwork
Cryptocurrency network
Responses
- application/json
- application/json
- 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=buy&network='
{
"code": 0,
"data": {
"additionalProperty": {
"additionalProperty": 1
}
},
"message": "",
"status": 200
}