GET /widgets?dashboard=general
Widgets total funds, funds weighted rate, active funds and active funders data from dashboard

Errors

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

Response

{
  'data': [
    {
      'active_funders': 43,
      'active_funds': 59,
      'funds_total_balance': {
            'mxn': '14519.09',
            'usd': '14519.09'
      },
      'funds_weighted_gross_rate': {
            'mxn': '11.31',
            'usd': '11.98'
      }
    }
  ]
}

Params

Param name Description
dashboard=general
required

Requested for the general data on dashboard

Validations:

  • Must be a String