Transactions By Wallet (Beta)
POST
https://api.g.alchemy.com/data/v1/{apiKey}/transactions/history/by-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.
To be deprecated
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.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Request Body
Responses
200
Successful response!
400
Bad Request: Invalid input (e.g., malformed JSON).
429
Too Many Requests: Rate limit exceeded.
Was this page helpful?