get https://api.proof.com/v1/transactions
Returns a list of transactions. The returned transactions are sorted by creation date, with the most recently created transactions appearing first.
Returns
A dictionary with a data property that contains an array of up to limit
transactions, starting at index offset. Each entry in the array is a separate transaction object. If no more transactions are available, the resulting array will be empty.