Get address transaction history
List of all transactions that have interacted with a given external address. Interaction types: native, ERC20 and ERC721 transfer activities. The transactions are returned in reverse chronological order based on their block height.
Authorizations
Enter your JSON Web Token (JWT) here. Refer to the Generate JWT section of our Authentication docs for information on how to generate your Bearer Token.
Path Parameters
Blockchain network identifier.
Blockchain address hash (Note that EVM chain address hash should be lowered cased).
Query Parameters
Number of transactions to receive in a page. The default value is 10. The maximum value is 100, and values supplied over this will be coerced to the maximum.
A cursor for pagination across multiple pages of results. Don't include this parameter on the first call. Use the next_page value returned in a previous response to request subsequent results.
5000
Response
Success response