Errors

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

Examples

{
  'widgets': {
    'count': 150,
    'average_investment_ticket': 25000,
    'count_last_7_days': 5,
    'count_last_30_days': 20
  }
}

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