Skip to content

Commit 9f32033

Browse files
authored
Add deprecation warning for transactions history by address (#736)
* Clarify transactions by address description limits * Add deprecation warning for transactions history by address
1 parent 362da50 commit 9f32033

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

src/openapi/beta/transactions/history/by-address.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
summary: Transactions By Wallet (Beta)
2-
description: >
3-
Fetches all historical transactions (internal & external) for multiple wallet addresses and networks. Returns a list of transaction objects with metadata and log information. This endpoint will be supported on Ethereum, Solana, and 30+ EVM chains (Beta: currently limited to Ethereum and Base with a limit of 1 address)
2+
description: |
3+
Fetches all historical transactions (internal & external) for multiple wallet addresses and networks. (Currently limited to Ethereum and Base with a limit of 1 address) Returns a list of transaction objects with metadata and log information.
4+
5+
<Warning title="To be deprecated">
6+
Please use `alchemy_getAssetTransfers` instead.
7+
8+
While you can continue using this endpoint for now, it is scheduled for removal. The recommended approach is to migrate to `alchemy_getAssetTransfers`, which has coverage for more chains and provides more complete and consistent results.
9+
10+
</Warning>
411
tags: ["Beta API Endpoints"]
512
parameters:
613
- $ref: "../../../portfolio/portfolio.yaml#/components/parameters/apiKey"

0 commit comments

Comments
 (0)