public function getListOfFees($limit = 20, $offset = 0)
    {
        $this->paramsListCorrect($limit,$offset);
        $response = $this->RestClient('get', 'fees?limit=' . $limit . '&offset=' . $offset, '', '');
        $allFees = array();