| Code | Description |
|---|---|
| 400 | Bad Request |
| 401 | Unauthorized |
| 403 | Forbidden |
| 404 | Not Found |
| 500 | Internal Server Error |
{
'widgets': {
'count': 150,
'average_investment_ticket': 25000,
'count_last_7_days': 5,
'count_last_30_days': 20
}
}
| Param name | Description |
|---|---|
|
widgets
optional |
Widgets information Validations:
|
|
widgets[count]
optional |
Total number of investors Validations:
|
|
widgets[average_investment_ticket]
optional |
Average investment ticket per investor Validations:
|
|
widgets[count_last_7_days]
optional |
Number of new investors in the last 7 days Validations:
|
|
widgets[count_last_30_days]
optional |
Number of new investors in the last 30 days Validations:
|