Skip to content

Commit

Permalink
Update API-CHANGELOG.md
Browse files Browse the repository at this point in the history
Co-authored-by: Rome Reginelli <[email protected]>
  • Loading branch information
2 people authored and Bronek Kozicki committed Oct 13, 2023
1 parent 2593b11 commit ca63bdc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions API-CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,12 @@ 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
#### Removed 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`
- `tx_history` - Instead, use other methods such as `account_tx` or `ledger` with the `transactions` field set to `true`.
- `ledger_header` - Instead, use the `ledger` method.

#### Modifications to account_info response in V2

Expand Down

0 comments on commit ca63bdc

Please sign in to comment.