You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-server/CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,14 @@ The format is loosely based on [Keep a Changelog](https://keepachangelog.com/en/
7
7
## [Unreleased]
8
8
9
9
### Added
10
-
- New endpoint was added: `/v2/transaction/{id}/output/{idx}`.
10
+
- New endpoint was added: `/v2/transaction/{id}/output/{idx}`, including an optional `with_mempool` parameter that controls the display of mempool spent status.
11
11
- New endpoint was added: `/v2/token/{id}/transactions` will return all transactions related to a token.\
12
12
Pagination works like the new absolute mode in `/v2/transaction`, using `offset` and `items`.
13
+
- New endpoints for addresses and transactions from the mempool:
14
+
-`/v2/mempool/transaction`
15
+
-`/v2/mempool/transaction/:id`
16
+
-`/v2/mempool/address/:address`
17
+
-`/v2/mempool/address/:address/all-utxos`
13
18
14
19
### Changed
15
20
-`/v2/token/ticker/{ticker}` will now return all tokens whose ticker has the specified `{ticker}`
0 commit comments