v2

Params

Param name Description
id
required

Requested monthly cut ID

Validations:

  • Must be a String

Examples

{
  'data': {
    'mxn': {
      'currency': 'mxn',
      'average_amount': '1000000.00',
      'averange_gross_interest': '10.00',
      'average_periodicity': 2
    },
    'usd': {
      'currency': 'usd',
      'average_amount': '500000.00',
      'averange_gross_interest': '5.00',
      'average_periodicity': 3
    }
  },
  'meta': {
    'count': 2
  }
}

Errors

Code Description
400 Bad Request
401 Unauthorized
403 Forbidden
404 Not Found
500 Internal Server Error