v2

Params

Param name Description
widgets
optional

Widgets information

Validations:

  • Must be a Hash

widgets[count]
optional

Total number of investors

Validations:

  • Must be a Integer

widgets[average_investment_ticket]
optional

Average investment ticket per investor

Validations:

  • Must be a Integer

widgets[count_last_7_days]
optional

Number of new investors in the last 7 days

Validations:

  • Must be a Integer

widgets[count_last_30_days]
optional

Number of new investors in the last 30 days

Validations:

  • Must be a Integer

Examples

{
  'data': {
    'count': 1,
    'average_investment_ticket': {
        'mxn': '$1000000.00',
        'usd': '$0.00'
    },
    'count_last_7_days': 0,
    'count_last_30_days': 1
  }
}

Errors

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