getAccountTransactionsAsk AIget https://api.blockberry.one/sui/v1/accounts/{address}/transactionsGet a list of all transaction blocks run by the queried account.Path ParamsaddressstringrequiredDefaults to 0x61953ea72709eed72f4441dd944eec49a11b4acabfc8e04015e89c63be81b6abQueried address digest (hash).Query ParamstransactionsParticipationTypestringenumrequiredDefaults to SENDERType of actor in a transaction: a sender or a receiver.SENDERRECEIVERAllowed:SENDERRECEIVERnextCursorstringCursor that should be sent to an endpoint to receive the next batch of responses.sizeint321 to 50Defaults to 20Number of queried entries.orderBystringenumrequiredDefaults to DESCSorting method: from the lowest element to the highest (ASC) or from the highest element to the lowest (DESC).ASCDESCAllowed:ASCDESCResponse 200OKUpdated 5 months ago