From eb72b5416d6cd022b51a96e63771edb08b4c6521 Mon Sep 17 00:00:00 2001 From: Caleigh Crossman <73799021+caleighc@users.noreply.github.com> Date: Sun, 28 Sep 2025 13:46:56 -0400 Subject: [PATCH 1/2] Clarify transactions by address description limits --- src/openapi/beta/transactions/history/by-address.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/openapi/beta/transactions/history/by-address.yaml b/src/openapi/beta/transactions/history/by-address.yaml index ae7abbafc..81b0cfdbc 100644 --- a/src/openapi/beta/transactions/history/by-address.yaml +++ b/src/openapi/beta/transactions/history/by-address.yaml @@ -1,6 +1,13 @@ summary: Transactions By Wallet (Beta) description: > - 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) + 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. + + + Please use `alchemy_getAssetTransfers` instead. + + 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. + + tags: ["Beta API Endpoints"] parameters: - $ref: "../../../portfolio/portfolio.yaml#/components/parameters/apiKey" From f7fe2f288d58df7d4fedc8bf19cb7b7a07a93086 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CCaleigh?= Date: Sun, 28 Sep 2025 13:56:15 -0400 Subject: [PATCH 2/2] Add deprecation warning for transactions history by address --- src/openapi/beta/transactions/history/by-address.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openapi/beta/transactions/history/by-address.yaml b/src/openapi/beta/transactions/history/by-address.yaml index 81b0cfdbc..76284bb43 100644 --- a/src/openapi/beta/transactions/history/by-address.yaml +++ b/src/openapi/beta/transactions/history/by-address.yaml @@ -1,5 +1,5 @@ summary: Transactions By Wallet (Beta) -description: > +description: | 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.