For get transactions history list, the getTransactionList method of the library should be called. This function is used to get all transaction through the library.
This function supports pagenation. The page value must be 0 for the first request and it must be incremented for each page until reacing the total pages.
startDate and endDate must be in 'dd-MM-YYYY' format
direction can be "DESC" or "ASC". The default value is "DESC".