# Avalanche APIs & SDKs Documentation ## Docs - [Avalanche APIs & SDKs Documentation](https://developers.avacloud.io/introduction.md) - [Overview](https://developers.avacloud.io/data-api/overview.md) - [Getting Started](https://developers.avacloud.io/data-api/getting-started.md) - [Usage Guide](https://developers.avacloud.io/data-api/usage-guide.md) - [Data API vs RPC](https://developers.avacloud.io/data-api/data-api-vs-rpc.md) - [Rate Limits](https://developers.avacloud.io/data-api/rate-limits.md) - [Etna Upgrade](https://developers.avacloud.io/data-api/etna.md) - [Snowflake Datashare](https://developers.avacloud.io/data-api/snowflake.md) - [How to get the native balance of an address](https://developers.avacloud.io/data-api/native-balance.md) - [How to get all transactions of an address](https://developers.avacloud.io/data-api/address-transactions.md) - [How to get all ERC20 transfers by wallet](https://developers.avacloud.io/data-api/erc20-transfers.md) - [Get the health of the service](https://developers.avacloud.io/data-api/health-check/get-the-health-of-the-service.md): Check the health of the service. - [List chains](https://developers.avacloud.io/data-api/evm-chains/list-chains.md): Lists the AvaCloud supported EVM-compatible chains. Filterable by network. - [Get chain information](https://developers.avacloud.io/data-api/evm-chains/get-chain-information.md): Gets chain information for the EVM-compatible chain if supported by AvaCloud. - [Get chains for address](https://developers.avacloud.io/data-api/evm-chains/get-chains-for-address.md): **[Deprecated]** Gets a list of all chains where the address was either a sender or receiver in a transaction or ERC transfer. The list is currently updated every 15 minutes. - [List latest blocks for all supported evm chains](https://developers.avacloud.io/data-api/evm-chains/list-latest-blocks-for-all-supported-evm-chains.md): **[Deprecated]** Lists the latest blocks for all supported EVM chains. Filterable by network. - [List latest transactions for all supported evm chains](https://developers.avacloud.io/data-api/evm-chains/list-latest-transactions-for-all-supported-evm-chains.md): **[Deprecated]** Lists the latest transactions for all supported EVM chains. Filterable by status. - [List all chains associated with a given address](https://developers.avacloud.io/data-api/evm-chains/list-all-chains-associated-with-a-given-address.md): Lists the chains where the specified address has participated in transactions or ERC token transfers, either as a sender or receiver. The data is refreshed every 15 minutes. - [List latest blocks](https://developers.avacloud.io/data-api/evm-blocks/list-latest-blocks.md): Lists the latest indexed blocks on the EVM-compatible chain sorted in descending order by block timestamp. - [Get block](https://developers.avacloud.io/data-api/evm-blocks/get-block.md): Gets the details of an individual block on the EVM-compatible chain. - [List latest blocks across all supported EVM chains](https://developers.avacloud.io/data-api/evm-blocks/list-latest-blocks-across-all-supported-evm-chains.md): Lists the most recent blocks from all supported EVM-compatible chains. The results can be filtered by network. - [Get deployment transaction](https://developers.avacloud.io/data-api/evm-transactions/get-deployment-transaction.md): If the address is a smart contract, returns the transaction in which it was deployed. - [List deployed contracts](https://developers.avacloud.io/data-api/evm-transactions/list-deployed-contracts.md): Lists all contracts deployed by the given address. - [List ERC transfers](https://developers.avacloud.io/data-api/evm-transactions/list-erc-transfers.md): Lists ERC transfers for an ERC-20, ERC-721, or ERC-1155 contract address. - [List transactions](https://developers.avacloud.io/data-api/evm-transactions/list-transactions.md): Returns a list of transactions where the given wallet address had an on-chain interaction for the given chain. The ERC-20 transfers, ERC-721 transfers, ERC-1155, and internal transactions returned are only those where the input address had an interaction. Specifically, those lists only inlcude entri… - [List native transactions](https://developers.avacloud.io/data-api/evm-transactions/list-native-transactions.md): Lists native transactions for an address. Filterable by block range. - [List ERC-20 transfers](https://developers.avacloud.io/data-api/evm-transactions/list-erc-20-transfers.md): Lists ERC-20 transfers for an address. Filterable by block range. - [List ERC-721 transfers](https://developers.avacloud.io/data-api/evm-transactions/list-erc-721-transfers.md): Lists ERC-721 transfers for an address. Filterable by block range. - [List ERC-1155 transfers](https://developers.avacloud.io/data-api/evm-transactions/list-erc-1155-transfers.md): Lists ERC-1155 transfers for an address. Filterable by block range. - [List internal transactions](https://developers.avacloud.io/data-api/evm-transactions/list-internal-transactions.md): Returns a list of internal transactions for an address and chain. Filterable by block range. - [Get transaction](https://developers.avacloud.io/data-api/evm-transactions/get-transaction.md): Gets the details of a single transaction. - [List transactions for a block](https://developers.avacloud.io/data-api/evm-transactions/list-transactions-for-a-block.md): Lists the transactions that occured in a given block. - [List latest transactions](https://developers.avacloud.io/data-api/evm-transactions/list-latest-transactions.md): Lists the latest transactions. Filterable by status. - [List the latest transactions across all supported EVM chains](https://developers.avacloud.io/data-api/evm-transactions/list-the-latest-transactions-across-all-supported-evm-chains.md): Lists the most recent transactions from all supported EVM-compatible chains. The results can be filtered based on transaction status. - [Get native token balance](https://developers.avacloud.io/data-api/evm-balances/get-native-token-balance.md): Gets native token balance of a wallet address. - [List ERC-20 balances](https://developers.avacloud.io/data-api/evm-balances/list-erc-20-balances.md): Lists ERC-20 token balances of a wallet address. - [List ERC-721 balances](https://developers.avacloud.io/data-api/evm-balances/list-erc-721-balances.md): Lists ERC-721 token balances of a wallet address. - [List ERC-1155 balances](https://developers.avacloud.io/data-api/evm-balances/list-erc-1155-balances.md): Lists ERC-1155 token balances of a wallet address. - [List collectible (ERC-721/ERC-1155) balances](https://developers.avacloud.io/data-api/evm-balances/list-collectible-erc-721erc-1155-balances.md): Lists ERC-721 and ERC-1155 token balances of a wallet address. - [Get contract metadata](https://developers.avacloud.io/data-api/evm-contracts/get-contract-metadata.md): Gets metadata about the contract at the given address. - [Reindex NFT metadata](https://developers.avacloud.io/data-api/nfts/reindex-nft-metadata.md): Triggers reindexing of token metadata for an NFT token. Reindexing can only be called once per hour for each NFT token. - [List tokens](https://developers.avacloud.io/data-api/nfts/list-tokens.md): Lists tokens for an NFT contract. - [Get token details](https://developers.avacloud.io/data-api/nfts/get-token-details.md): Gets token details for a specific token of an NFT contract. - [Get chain interactions for addresses](https://developers.avacloud.io/data-api/primary-network/get-chain-interactions-for-addresses.md): Returns Primary Network chains that each address has touched in the form of an address mapped array. If an address has had any on-chain interaction for a chain, that chain's chain id will be returned. - [Get network details](https://developers.avacloud.io/data-api/primary-network/get-network-details.md): Gets network details such as validator and delegator stats. - [List blockchains](https://developers.avacloud.io/data-api/primary-network/list-blockchains.md): Lists all blockchains registered on the network. - [Get blockchain details by ID](https://developers.avacloud.io/data-api/primary-network/get-blockchain-details-by-id.md): Get details of the blockchain registered on the network. - [List subnets](https://developers.avacloud.io/data-api/primary-network/list-subnets.md): Lists all subnets registered on the network. - [Get Subnet details by ID](https://developers.avacloud.io/data-api/primary-network/get-subnet-details-by-id.md): Get details of the Subnet registered on the network. - [List validators](https://developers.avacloud.io/data-api/primary-network/list-validators.md): Lists details for validators. By default, returns details for all validators. The nodeIds parameter supports substring matching. Filterable by validation status, delegation capacity, time remaining, fee percentage, uptime performance, and subnet id. - [Get single validator details](https://developers.avacloud.io/data-api/primary-network/get-single-validator-details.md): List validator details for a single validator. Filterable by validation status. - [List delegators](https://developers.avacloud.io/data-api/primary-network/list-delegators.md): Lists details for delegators. - [List L1 validators](https://developers.avacloud.io/data-api/primary-network/list-l1-validators.md): Lists details for L1 validators. By default, returns details for all active L1 validators. Filterable by validator node ids, subnet id, and validation id. - [Get block](https://developers.avacloud.io/data-api/primary-network-blocks/get-block.md): Gets a block by block height or block hash on one of the Primary Network chains. - [List blocks proposed by node](https://developers.avacloud.io/data-api/primary-network-blocks/list-blocks-proposed-by-node.md): Lists the latest blocks proposed by a given NodeID on one of the Primary Network chains. - [List latest blocks](https://developers.avacloud.io/data-api/primary-network-blocks/list-latest-blocks.md): Lists latest blocks on one of the Primary Network chains. - [List vertices](https://developers.avacloud.io/data-api/primary-network-vertices/list-vertices.md): Lists latest vertices on the X-Chain. - [Get vertex](https://developers.avacloud.io/data-api/primary-network-vertices/get-vertex.md): Gets a single vertex on the X-Chain. - [List vertices by height](https://developers.avacloud.io/data-api/primary-network-vertices/list-vertices-by-height.md): Lists vertices at the given vertex height on the X-Chain. - [Get transaction](https://developers.avacloud.io/data-api/primary-network-transactions/get-transaction.md): Gets the details of a single transaction on one of the Primary Network chains. - [List latest transactions](https://developers.avacloud.io/data-api/primary-network-transactions/list-latest-transactions.md): Lists the latest transactions on one of the Primary Network chains. - [List staking transactions](https://developers.avacloud.io/data-api/primary-network-transactions/list-staking-transactions.md): Lists active staking transactions on the P-Chain for the supplied addresses. - [List asset transactions](https://developers.avacloud.io/data-api/primary-network-transactions/list-asset-transactions.md): Lists asset transactions corresponding to the given asset id on the X-Chain. - [Get balances](https://developers.avacloud.io/data-api/primary-network-balances/get-balances.md): Gets primary network balances for one of the Primary Network chains for the supplied addresses. - [List UTXOs](https://developers.avacloud.io/data-api/primary-network-utxos/list-utxos.md): Lists UTXOs on one of the Primary Network chains for the supplied addresses. - [List pending rewards](https://developers.avacloud.io/data-api/primary-network-rewards/list-pending-rewards.md): Lists pending rewards on the Primary Network for the supplied addresses. - [List historical rewards](https://developers.avacloud.io/data-api/primary-network-rewards/list-historical-rewards.md): Lists historical rewards on the Primary Network for the supplied addresses. - [Get asset details](https://developers.avacloud.io/data-api/primary-network/get-asset-details.md): Gets asset details corresponding to the given asset id on the X-Chain. - [Get a teleporter message](https://developers.avacloud.io/data-api/teleporter/get-a-teleporter-message.md): **[Deprecated]** Gets a teleporter message by message ID. - [List teleporter messages](https://developers.avacloud.io/data-api/teleporter/list-teleporter-messages.md): **[Deprecated]** Lists teleporter messages. Ordered by timestamp in descending order. - [List teleporter messages address](https://developers.avacloud.io/data-api/teleporter/list-teleporter-messages-address.md): **[Deprecated]** Lists teleporter messages by address. Ordered by timestamp in descending order. - [Get an ICM message](https://developers.avacloud.io/data-api/interchain-messaging/get-an-icm-message.md): Gets an ICM message by teleporter message ID. - [List ICM messages](https://developers.avacloud.io/data-api/interchain-messaging/list-icm-messages.md): Lists ICM messages. Ordered by timestamp in descending order. - [List ICM messages by address](https://developers.avacloud.io/data-api/interchain-messaging/list-icm-messages-by-address.md): Lists ICM messages by address. Ordered by timestamp in descending order. - [Aggregate Signatures](https://developers.avacloud.io/data-api/signature-aggregator/aggregate-signatures.md): Aggregates Signatures for a Warp message from Subnet validators. - [Get Aggregated Signatures](https://developers.avacloud.io/data-api/signature-aggregator/get-aggregated-signatures.md): Get Aggregated Signatures for a P-Chain L1 related Warp Message. - [Get operation](https://developers.avacloud.io/data-api/operations/get-operation.md): Gets operation details for the given operation id. - [Create transaction export operation](https://developers.avacloud.io/data-api/operations/create-transaction-export-operation.md): Trigger a transaction export operation with given parameters. - [Get logs for requests made by client](https://developers.avacloud.io/data-api/data-api-usage-metrics/get-logs-for-requests-made-by-client.md): Gets logs for requests made by client over a specified time interval for a specific organization. - [Get usage metrics for the Data API](https://developers.avacloud.io/data-api/data-api-usage-metrics/get-usage-metrics-for-the-data-api.md): Gets metrics for Data API usage over a specified time interval aggregated at the specified time-duration granularity. - [Get usage metrics for the Subnet RPC](https://developers.avacloud.io/data-api/data-api-usage-metrics/get-usage-metrics-for-the-subnet-rpc.md): Gets metrics for public Subnet RPC usage over a specified time interval aggregated at the specified time-duration granularity. - [Get usage metrics for the rpc](https://developers.avacloud.io/data-api/data-api-usage-metrics/get-usage-metrics-for-the-rpc.md): **[Deprecated]** Gets metrics for public Subnet RPC usage over a specified time interval aggregated at the specified time-duration granularity. - [Overview](https://developers.avacloud.io/webhooks-api/overview.md) - [Getting Started](https://developers.avacloud.io/webhooks-api/getting-started.md) - [Webhook Signature](https://developers.avacloud.io/webhooks-api/signature.md) - [Supported EVM Chains](https://developers.avacloud.io/webhooks-api/supported-chains.md) - [WebSockets vs Webhooks](https://developers.avacloud.io/webhooks-api/wss-vs-webhooks.md) - [Retry mechanism](https://developers.avacloud.io/webhooks-api/retries.md) - [Rate Limits](https://developers.avacloud.io/webhooks-api/rate-limits.md) - [Platform Webhooks](https://developers.avacloud.io/webhooks-api/platform-webhooks.md) - [Address Activity](https://developers.avacloud.io/webhooks-api/platform-webhooks-address.md) - [Validator Activity](https://developers.avacloud.io/webhooks-api/platform-webhooks-validator.md) - [Monitoring multiple addresses](https://developers.avacloud.io/webhooks-api/multiple.md) - [Track ERC-20 Transfers](https://developers.avacloud.io/webhooks-api/erc20-transfers.md) - [Track ERC-721 Transfers](https://developers.avacloud.io/webhooks-api/erc721-transfers.md) - [Send Push notification](https://developers.avacloud.io/webhooks-api/push-notifications.md) - [List webhooks](https://developers.avacloud.io/webhooks-api/webhooks/list-webhooks.md): Lists webhooks for the user. - [Create a webhook](https://developers.avacloud.io/webhooks-api/webhooks/create-a-webhook.md): Create a new webhook. - [Get a webhook by ID](https://developers.avacloud.io/webhooks-api/webhooks/get-a-webhook-by-id.md): Retrieves a webhook by ID. - [Deactivate a webhook](https://developers.avacloud.io/webhooks-api/webhooks/deactivate-a-webhook.md): Deactivates a webhook by ID. - [Update a webhook](https://developers.avacloud.io/webhooks-api/webhooks/update-a-webhook.md): Updates an existing webhook. - [Generate or rotate a shared secret](https://developers.avacloud.io/webhooks-api/webhooks/generate-a-shared-secret.md): Generates a new shared secret or rotate an existing one. - [Get a shared secret](https://developers.avacloud.io/webhooks-api/webhooks/get-a-shared-secret.md): Get a previously generated shared secret. - [List adresses by EVM activity webhooks](https://developers.avacloud.io/webhooks-api/webhooks/list-adresses-by-webhook.md): List adresses by webhook. Only valid for EVM activity webhooks. - [Remove addresses from EVM activity webhook](https://developers.avacloud.io/webhooks-api/webhooks/remove-addresses-from-webhook.md): Remove addresses from webhook. Only valid for EVM activity webhooks. - [Add addresses to EVM activity webhook](https://developers.avacloud.io/webhooks-api/webhooks/add-addresses-to-webhook.md): Add addresses to webhook. Only valid for EVM activity webhooks. - [Overview](https://developers.avacloud.io/metrics-api/overview.md) - [Getting Started](https://developers.avacloud.io/metrics-api/getting-started.md) - [Usage Guide](https://developers.avacloud.io/metrics-api/usage-guide.md) - [Rate Limits](https://developers.avacloud.io/metrics-api/rate-limits.md) - [Get the health of the service](https://developers.avacloud.io/metrics-api/health-check/get-the-health-of-the-service.md): Check the health of the service. - [Get a list of supported blockchains](https://developers.avacloud.io/metrics-api/evm-chains/get-a-list-of-supported-blockchains.md): Get a list of Metrics API supported blockchains. This endpoint is paginated and supports a maximum page size of 10000. - [Get chain information for supported blockchain](https://developers.avacloud.io/metrics-api/evm-chains/get-chain-information-for-supported-blockchain.md): Get chain information for Metrics API supported blockchain. - [Get metrics for EVM chains](https://developers.avacloud.io/metrics-api/chain-metrics/get-metrics-for-evm-chains.md): EVM chain metrics are available for all Avalanche L1s on _Mainnet_ and _Fuji_ (testnet). You can request metrics by EVM chain ID. See the `/chains` endpoint for all supported chains. - [Get rolling window metrics for EVM chains](https://developers.avacloud.io/metrics-api/chain-metrics/get-rolling-window-metrics-for-evm-chains.md): Gets the rolling window metrics for an EVM chain for the last hour, day, week, month, 90 days, year, and all time. Active addresses/active senders only support last hour, day, and week. - [Get staking metrics for a given subnet](https://developers.avacloud.io/metrics-api/chain-metrics/get-staking-metrics-for-a-given-subnet.md): Gets staking metrics for a given subnet. - [Get teleporter metrics for evm chains](https://developers.avacloud.io/metrics-api/chain-metrics/get-teleporter-metrics-for-evm-chains.md): Gets teleporter metrics for an EVM chain. - [Get addresses by balance over time](https://developers.avacloud.io/metrics-api/looking-glass/get-addresses-by-balance-over-time.md): Get list of addresses and their latest balances that have held more than a certain threshold of a given token during the specified time frame. - [Get addresses by BTCb bridged balance](https://developers.avacloud.io/metrics-api/looking-glass/get-addresses-by-btcb-bridged-balance.md): Get list of addresses and their net bridged amounts that have bridged more than a certain threshold. - [Get addresses running validators during a given time frame](https://developers.avacloud.io/metrics-api/looking-glass/get-addresses-running-validators-during-a-given-time-frame.md): Get list of addresses and AddValidatorTx timestamps set to receive awards for validation periods during the specified time frame. - [Overview](https://developers.avacloud.io/rpc-api/overview.md) - [Getting Started](https://developers.avacloud.io/rpc-api/getting-started.md) - [Using Avalanche SDK](https://developers.avacloud.io/rpc-api/using-avalanche-sdk.md) - [Using Viem](https://developers.avacloud.io/rpc-api/using-viem.md) - [platform.getHeight](https://developers.avacloud.io/rpc-api/chain-info/get-height.md): GetHeight returns the height of the last accepted block - [platform.getProposedHeight](https://developers.avacloud.io/rpc-api/chain-info/get-proposed-height.md): GetProposedHeight returns the current ProposerVM height - [platform.getCurrentSupply](https://developers.avacloud.io/rpc-api/chain-info/get-current-supply.md): GetCurrentSupply returns an upper bound on the supply of AVAX in the system - [platform.getTimestamp](https://developers.avacloud.io/rpc-api/chain-info/get-timestamp.md): GetTimestamp returns the current timestamp on chain. - [platform.getBlock](https://developers.avacloud.io/rpc-api/blocks/get-block.md): Calls the platform.getBlock method - [platform.getBlockByHeight](https://developers.avacloud.io/rpc-api/blocks/get-block-by-height.md): GetBlockByHeight returns the block at the given height. - [platform.issueTx](https://developers.avacloud.io/rpc-api/transactions/issue-tx.md): Calls the platform.issueTx method - [platform.getTx](https://developers.avacloud.io/rpc-api/transactions/get-tx.md): Calls the platform.getTx method - [platform.getTxStatus](https://developers.avacloud.io/rpc-api/transactions/get-tx-status.md): GetTxStatus gets a tx's status - [platform.getCurrentValidators](https://developers.avacloud.io/rpc-api/validators/get-current-validators.md): GetCurrentValidators returns the current validators. If a single nodeID is provided, full delegators information is also returned. Otherwise only delegators' number and total weight is returned. - [platform.getL1Validator](https://developers.avacloud.io/rpc-api/validators/get-l1-validator.md): GetL1Validator returns the L1 validator if it exists - [platform.getValidatorsAt](https://developers.avacloud.io/rpc-api/validators/get-validators-at.md): GetValidatorsAt returns the weights of the validator set of a provided subnet at the specified height. - [platform.sampleValidators](https://developers.avacloud.io/rpc-api/validators/sample-validators.md): SampleValidators returns a sampling of the list of current validators - [platform.validatedBy](https://developers.avacloud.io/rpc-api/validators/validated-by.md): Returns the ID of the Subnet that validates the specified blockchain - [platform.validates](https://developers.avacloud.io/rpc-api/validators/validates.md): Returns the IDs of the blockchains validated by the specified Subnet - [platform.getStake](https://developers.avacloud.io/rpc-api/staking/get-stake.md): Returns the amount of nAVAX that the specified addresses have cumulatively staked on the Primary Network. This method assumes that each stake output has only one owner. This method assumes only AVAX can be staked. This method only concerns itself with the Primary Network, not Subnets. - [platform.getMinStake](https://developers.avacloud.io/rpc-api/staking/get-min-stake.md): GetMinStake returns the minimum staking amount in nAVAX. - [platform.getTotalStake](https://developers.avacloud.io/rpc-api/staking/get-total-stake.md): GetTotalStake returns the total amount staked on the Primary Network - [platform.getStakingAssetID](https://developers.avacloud.io/rpc-api/staking/get-staking-asset-id.md): GetStakingAssetID returns the assetID of the token used to stake on the provided subnet - [platform.getRewardUTXOs](https://developers.avacloud.io/rpc-api/staking/get-reward-utxos.md): GetRewardUTXOs returns the UTXOs that were rewarded after the provided transaction's staking period ended. - [platform.getBalance](https://developers.avacloud.io/rpc-api/balances/get-balance.md): GetBalance gets the balance of an address - [platform.getUTXOs](https://developers.avacloud.io/rpc-api/balances/get-utxos.md): GetUTXOs returns the UTXOs controlled by the given addresses - [platform.getSubnet](https://developers.avacloud.io/rpc-api/subnets/get-subnet.md): Calls the platform.getSubnet method - [platform.getSubnets](https://developers.avacloud.io/rpc-api/subnets/get-subnets.md): Returns information about the specified Subnets. The response will include the primary network. - [platform.getBlockchains](https://developers.avacloud.io/rpc-api/subnets/get-blockchains.md): GetBlockchains returns all of the blockchains that exist - [platform.getBlockchainStatus](https://developers.avacloud.io/rpc-api/subnets/get-blockchain-status.md): Gets the status of a blockchain by its ID. - [platform.getFeeConfig](https://developers.avacloud.io/rpc-api/fees/get-fee-config.md): GetFeeConfig returns the dynamic fee config of the chain. - [platform.getFeeState](https://developers.avacloud.io/rpc-api/fees/get-fee-state.md): GetFeeState returns the current fee state of the chain. - [platform.getValidatorFeeConfig](https://developers.avacloud.io/rpc-api/fees/get-validator-fee-config.md): GetValidatorFeeConfig returns the validator fee config of the chain. - [platform.getValidatorFeeState](https://developers.avacloud.io/rpc-api/fees/get-validator-fee-state.md): GetValidatorFeeState returns the current validator fee state of the chain. - [Overview](https://developers.avacloud.io/avalanche-sdk/overview.md) - [Getting Started](https://developers.avacloud.io/avalanche-sdk/chainkit-sdk/getting-started.md) - [Authentication](https://developers.avacloud.io/avalanche-sdk/chainkit-sdk/authentication.md) - [Global Parameters](https://developers.avacloud.io/avalanche-sdk/chainkit-sdk/global-parameters.md) - [Retries](https://developers.avacloud.io/avalanche-sdk/chainkit-sdk/retries.md) - [Pagination](https://developers.avacloud.io/avalanche-sdk/chainkit-sdk/pagination.md) - [Error Handling](https://developers.avacloud.io/avalanche-sdk/chainkit-sdk/error.md) - [Custom HTTP Client](https://developers.avacloud.io/avalanche-sdk/chainkit-sdk/custom-http.md) - [Getting Started](https://developers.avacloud.io/avalanche-sdk/client-sdk/getting-started.md) - [Getting Started](https://developers.avacloud.io/avalanche-sdk/interchain-sdk/getting-started.md) - [Changelog](https://developers.avacloud.io/changelog/changelog.md) ## OpenAPI Specs - [data-api](https://developers.avacloud.io/data-api/data-api.yaml) - [metrics-api](https://developers.avacloud.io/metrics-api/metrics-api.yaml) - [platform-api](https://developers.avacloud.io/rpc-api/platform-api.yaml) ## Optional - [Builder Hub](https://build.avax.network/) - [Academy](https://academy.avax.network/) - [Community](https://discord.gg/avax)