getAccountTransactions

abstract suspend fun getAccountTransactions(accountAddress: AccountAddressInput, params: PaginationQueryParams.() -> Unit = {}): Option<List<Option<List<TransactionResponse>>>>

Queries account transactions given an account address

Parameters

accountAddress

Aptos account address

params

PaginationQueryParams to optionally configure the pagination. This includes limit and offset.