Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion api-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,14 @@ The format is loosely based on [Keep a Changelog](https://keepachangelog.com/en/
## [1.3.0] - 2026-04-09

### Added
- New endpoint was added: `/v2/transaction/{id}/output/{idx}`.
- New endpoint was added: `/v2/transaction/{id}/output/{idx}`, including an optional `with_mempool` parameter that controls the display of mempool spent status.
- New endpoint was added: `/v2/token/{id}/transactions` will return all transactions related to a token.\
Pagination works like the new absolute mode in `/v2/transaction`, using `offset` and `items`.
- New endpoints for addresses and transactions from the mempool:
- `/v2/mempool/transaction`
- `/v2/mempool/transaction/:id`
- `/v2/mempool/address/:address`
- `/v2/mempool/address/:address/all-utxos`
Comment on lines 9 to +19
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrong place. Add the changes to the [Unreleased] section instead.


### Changed
- `/v2/token/ticker/{ticker}` will now return all tokens whose ticker has the specified `{ticker}`
Expand Down
Loading
Loading