Added

Validators Balances

GET /validators now returns balances for each validators:

"balances": {
  "actual": "33.2",  // Current staked balance, in ETH
  "pending_deposit": "0.0",  // Pending deposit amount at initial funding time, in ETH
  "pending_topups": "1.5",  // Sum of pending delegations, in ETH (for 0x02)
  "pending_withdrawals": "0.5"  // Sum of pending withdrawals, in ETH (for 0x02)
}

Make sure to append &include_fields=balances in the query URL