AvaCloud

Key Concepts

This section introduces the core concepts behind the AvaCloud API, which enable you to manage and interact with an Avalanche L1. Explore the menu on the left to learn more about each available API.

Precompiles

To learn more about precompiles check out this article.

L1 States

AvaCloud L1s go through various deployment states.

  1. Development - This indicates the L1 payload request has been successfully made. AvaCloud is running additional checks before performing infra deployment.

  2. InfraPending - Indicates that the L1 infrastructure is under deployment, but not finished yet.

  3. Deployed - Indicates that L1 has been successfully deployed.

  4. Error - Indicates some error has happened. For why it failed, the customer can check “deploymentError” field about the failure.

  5. TornDown - The L1 has been successfully deleted after making a successful teardown request.

Token Holder Balance (Beta)

NOTE: This API is currently in beta. Please reach out to the AvaCloud team if you are interested in enabling it on your L1.

Query all holder addresses and balances for an ERC-20 token on a given chain. The API returns the latest available balance snapshot and can be filtered by minimum balance or a specific set of wallet addresses.

On this page