protected function getTransactions($page = null)
    {
        //check if has a page, if doesn't have one then start at the first.
        if ($page===null) $page = 1;