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
  • widget_id
    Type: string
    required

    Widget ID from the partner dashboard

  • from
    Type: string
    required

    Currency to convert from

  • to
    Type: string
    required

    Currency to convert to

  • type
    Type: stringenum

    Transaction direction

    values
    • buy
    • sell
  • network
    Type: string

    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
}