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
fix: /v2/addresses/{addr}/transactions incorrect when address only involved with token events (#2033)
* fix: `/v2/addresses/{addr}/transactions` incorrect when address only involved with token events
* docs: specify recommended alternative endpoints in deprecated `/extended/v1/address/*` endpoints
Copy file name to clipboardExpand all lines: docs/openapi.yaml
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1938,9 +1938,11 @@ paths:
1938
1938
get:
1939
1939
summary: Get account transactions
1940
1940
description: |
1941
-
Retrieves a list of all Transactions for a given Address or Contract Identifier. More information on Transaction types can be found [here](https://docs.stacks.co/understand-stacks/transactions#types).
1941
+
**NOTE:** This endpoint is deprecated in favor of [Get address transactions](/api/get-address-transactions).
1942
1942
1943
-
If you need to actively monitor new transactions for an address or contract id, we highly recommend subscribing to [WebSockets or Socket.io](https://github.com/hirosystems/stacks-blockchain-api/tree/master/client) for real-time updates.
1943
+
Retrieves a list of all Transactions for a given Address or Contract Identifier. More information on Transaction types can be found [here](https://docs.stacks.co/understand-stacks/transactions#types).
1944
+
1945
+
If you need to actively monitor new transactions for an address or contract id, we highly recommend subscribing to [WebSockets or Socket.io](https://github.com/hirosystems/stacks-blockchain-api/tree/master/client) for real-time updates.
0 commit comments