Skip to content

Commit

Permalink
Merge pull request #2250 from XRPLF/rr-account_tx-note
Browse files Browse the repository at this point in the history
account_tx only returns validated transactions
  • Loading branch information
amarantha-k authored Nov 6, 2023
2 parents df3a473 + c0d7cd7 commit 7cff461
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 7cff461

Please sign in to comment.