Limits by currencies

Parse widget limits from antifraud and map it

Query Parameters
  • widget_id
    Type: string
    required

    Widget ID

  • from
    Type: string
    required

    Currency from

  • to
    Type: string
    required

    Currency to

  • type
    Type: string

    Direction type

  • is_total
    Type: boolean

    Is total

  • amount
    Type: number

    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
}