Skip to content

Commit

Permalink
account_tx only returns validated transactions
Browse files Browse the repository at this point in the history
Per XRPLF/rippled#4775 (comment) this command only returns transactions from validated ledgers, so this clarifies that detail
  • Loading branch information
mDuo13 authored Nov 2, 2023
1 parent df3a473 commit c0d7cd7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
html: account_tx.html
parent: account-methods.html
blurb: Get info about an account's transactions.
blurb: Get a list of transactions affecting an account.
labels:
- Payments
- Accounts
---
# account_tx
[[Source]](https://github.com/XRPLF/rippled/blob/master/src/ripple/rpc/handlers/AccountTx.cpp "Source")

The `account_tx` method retrieves a list of transactions that involved the specified account.
The `account_tx` method retrieves a list of validated transactions that involve a given account.

## Request Format

Expand Down

0 comments on commit c0d7cd7

Please sign in to comment.