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: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,20 @@
1
1
# @opensea/cli
2
2
3
+
## 1.15.0
4
+
5
+
### Minor Changes
6
+
7
+
- bf5874d: Add `opensea tokens account-activity` to query fungible token activity (transfers, swaps, wraps, unwraps) for an account via `GET /api/v2/account/{address}/token-activity`, and `opensea tools activity` to view payment/usage activity for a registered tool via `GET /api/v2/tools/{registry_chain}/{registry_addr}/{tool_id}/activity`.
8
+
- bf5874d: Add `opensea tools saved` subcommands for listing, saving, and removing saved tools via the wallet-authenticated `GET/POST/DELETE /api/v2/saved-tools` endpoints.
9
+
10
+
### Patch Changes
11
+
12
+
- 9bc9708: Require explicit scopes for private-key CLI login, and add typed SDK helpers for the wallet-authenticated social and saved-tools REST endpoints.
0 commit comments