Kadena

This documentation page provides information about the query parameters specific to the Kadena chain in order to fetch asset balances for a given wallet address. The Kadena chain requires additional query parameters compared to the generic API. The following query parameters are available for the Kadena chain:

chainId (optional): This parameter is used to specify the chain ID for which you want to retrieve asset balances. In the context of the Kadena chain, the chainId parameter helps identify the specific chain within the Kadena ecosystem. Please note that if the chainId parameter is omitted, the API will return balances for all kadena chains associated with the provided wallet address.

token (optional): The token parameter allows you to fetch balances specifically for a particular token within the Kadena chain. By specifying the desired token using this parameter, you can narrow down the result set to retrieve balances only for the specified token. Please note that if the token parameter is omitted, the API will return balances for all tokens associated with the provided wallet address.

aggregatedBalance (optional): The aggregatedBalance parameter is used to request aggregated balances across all chains within the Kadena ecosystem.