Safes_All_Transactions_List_2
Returns all the *executed* transactions for a given Safe address. The list has different structures depending on the transaction type: - Multisig Transactions for a Safe. `tx_type=MULTISIG_TRANSACTION`. - Module Transactions for a Safe. `tx_type=MODULE_TRANSACTION` - Incoming Transfers of Ether/ERC20 Tokens/ERC721 Tokens. `tx_type=ETHEREUM_TRANSACTION` Ordering_fields: ["timestamp"] eg: `-timestamp` (default one) or `timestamp` Note: This endpoint has a bug that will be fixed in next versions of the endpoint. Pagination is done using the `Transaction Hash`, and due to that the number of relevant transactions with the same `Transaction Hash` cannot be known beforehand. So if there are only 2 transactions with the same `Transaction Hash`, `count` of the endpoint will be 1 but there will be 2 transactions in the list.
Safes_All_Transactions_List_2 is an example object payload from Safe (Gnosis Safe), with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.