Get address balance history for asset
List the historical balance of an asset in a specific external address.
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).
The symbol of the asset to fetch the historical balance for.
Query Parameters
A limit on the number of objects to be returned. 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