Skip to content

Commit

Permalink
Update API-CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Bronek authored and Bronek Kozicki committed Oct 13, 2023
1 parent 8402ffb commit 2593b11
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions API-CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,13 @@ Currently (prior to the release of 2.0), it is available as a "beta" version, me

Since `api_version` 2 is in "beta", breaking changes to V2 can currently be made at any time.

#### Retired methods

In API version 2, the following methods are no longer available:

- `tx_history` - please use other appropriate method, e.g. `tx` or `account_tx` or `ledger` with `transactions` field set to `true`
- `ledger_header` - please use `ledger` with `binary` field set to `true`

#### Modifications to account_info response in V2

- `signer_lists` is returned in the root of the response. Previously, in API version 1, it was nested under `account_data`. (https://github.com/XRPLF/rippled/pull/3770)
Expand Down

0 comments on commit 2593b11

Please sign in to comment.