public async Task <IActionResult> GetBalance(string address) { var response = await _blockchainService.GetBalance(address); return(Json(response)); }