{"id":269,"date":"2024-02-26T10:30:05","date_gmt":"2024-02-26T10:30:05","guid":{"rendered":"https:\/\/nownodes.io\/blog\/?p=269"},"modified":"2025-03-12T12:30:30","modified_gmt":"2025-03-12T12:30:30","slug":"how-to-get-all-token-balances-using-axelar-api","status":"publish","type":"post","link":"https:\/\/nownodes.io\/blog\/how-to-get-all-token-balances-using-axelar-api\/","title":{"rendered":"How to Get All Token Balances Using Axelar API? Complete Guide"},"content":{"rendered":"\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-palette-color-7-color has-vivid-purple-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/nownodes.io\/axelar\" target=\"_blank\" rel=\"noreferrer noopener\">Get Access to Axelar Network<\/a><\/div>\n<\/div>\n\n\n\n<p>With the growing popularity of blockchain technologies more and more new networks, scaling solutions, and crypto tokens come to market. If this technological upheaval has deeply integrated into your everyday life, as well as your development and business processes, you might know how it can be inconvenient sometimes to keep everything organized. Different blockchains usually exist in Silo (an isolated point in a system where data is kept segregated) and hardly communicate with each other. That\u2019s why having innovative interoperability solutions such as Axelar is crucial NOWadays. As people speaking different languages need a translator to make communication possible and easy, different blockchain networks also need some kind of translator such as Axelar for similar reasons.&nbsp;<\/p>\n\n\n\n<p>In this article, we are going to provide you with an explanation of how to get all your coin balances organized by using some methods available on the Axelar network. However, before we\u2019ll dive deep into the subject of the article let&#8217;s explore what Axelar Network is.<\/p>\n\n\n\n<div class=\"wp-block-ideabox-toc ib-block-toc\" data-anchors='h2,h3,h4,h5,h6' data-collapsable='true' ><div class=\"ib-toc-container ib-toc-list-style-numbers ib-toc-hierarchical ib-toc-expanded\"><div class=\"ib-toc-header\" style=\"font-size:25px;background-color:#efcafa\"><div class=\"ib-toc-header-title\">Table of Contents<\/div><div class=\"ib-toc-header-right\"><span class=\"ib-toc-icon-collapse\"><span class=\"dashicon dashicons dashicons-minus\"><\/span><\/span><span class=\"ib-toc-icon-expand\"><span class=\"dashicon dashicons dashicons-plus\"><\/span><\/span><\/div><\/div><div class=\"ib-toc-separator\" style=\"height:2px\"><\/div><div class=\"ib-toc-body\"><ol class=\"ib-toc-anchors\"><\/ol><\/div><\/div><\/div>\n\n\n<h2 class=\"wp-block-heading\" id=\"what-is-the-axelar-network\"><strong>What Is the Axelar Network?<\/strong><\/h2>\n\n\n<p>The <a href=\"https:\/\/axelar.network\/\" target=\"_blank\" rel=\"noreferrer noopener\">Axelar Network<\/a> is a decentralized communication protocol designed to provide interoperability between different blockchains. It enables various networks to communicate and share information seamlessly, including transferring assets and executing cross-chain smart contracts. For developers and users within the blockchain ecosystem, Axelar stands as a bridge that connects isolated blockchain networks, allowing them to work together in a unified environment. To better understand the principles of Axelar Network, think of it as:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Blockchain that connects blockchains<\/li>\n\n\n\n<li>\u201cInternet of blockchains\u201c<\/li>\n\n\n\n<li>A translator for blockchain protocol languages<\/li>\n\n\n\n<li>\u201cAn air traffic control system that handles transportation, routing, and customs\/border control (validation) between blockchains\u201d<\/li>\n<\/ul>\n\n\n\n<p>The network is built on a foundation of decentralized validators and delegators, developer tools such as SDKs and APIs, secure smart contracts, aiming to streamline the integration and interaction with various blockchains for developers. It&#8217;s designed to offer dApp creators seamless cross-chain compatibility and enable users to smoothly engage with dApps across different blockchain platforms.<\/p>\n\n\n\n<p>AXL, the native utility token of the Axelar Network, facilitates transaction processing within the network. Additionally, it serves purposes in staking and the decentralized decision-making process due to Axelar\u2019s Delegated Proof-of-Stake consensus mechanism.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"axelar-api-check-balance-methods\"><strong>Axelar API Check Balance Methods<\/strong><\/h2>\n\n\n<p>Axelar\u2019s native blockchain is a Cosmos-based network designed to enhance the compatibility of different blockchains. In order to interact with the network and perform on-chain activities you can utilize <a href=\"https:\/\/nownodes.io\/axelar\" target=\"_blank\" rel=\"noreferrer noopener\">Axelar RPC and LCD nodes<\/a> via Cosmos API methods. There are various methods available that you can explore at <a href=\"https:\/\/documenter.getpostman.com\/view\/13630829\/TVmFkLwy#2b6c97c0-944c-4fd4-9b30-074bdeb20123\" target=\"_blank\" rel=\"noreferrer noopener\">NOWNodes documentation<\/a> including Axear\u2019s Tendermint methods.<\/p>\n\n\n\n<p>Axelar offers several methods to check token balances on its network. By utilizing Axelar&#8217;s API, one can easily retrieve token balances, ensuring a smooth and efficient way to interact with blockchain assets.<\/p>\n\n\n\n<p>So, there are two basic methods perfectly suitable for what you are looking for &#8211; check all token balances available on Axelar\u2019s wallet address.&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>\/cosmos\/bank\/v1beta1\/balances\/{address}<\/code>\n<ul class=\"wp-block-list\">\n<li><code>AllBalances<\/code> queries the balance of all coins for a single account address.&nbsp;<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><code>\/cosmos\/bank\/v1beta1\/spendable_balances\/{address}<\/code>\n<ul class=\"wp-block-list\">\n<li><code>SpendableBalances <\/code>queries the spendable balance of all coins for a given account address.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<div class=\"wp-block-simple-note-warning\">Make sure that you use the required <strong>Axelar wallet address <\/strong>utilizing these methods, any other crypto wallet address won\u2019t work.<\/div>\n\n\n\n<p>Further, we will break down these methods in detail, but before utilizing these methods in practice, there\u2019s one crucial step that you can not miss &#8211; accessing Axelar RPC full nodes. There are two ways to connect to the Axelar network:&nbsp;<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Run your own Axelar node,<\/li>\n\n\n\n<li>Use third-party node providers like <a href=\"http:\/\/nownodes.io\">NOWNodes<\/a>.<\/li>\n<\/ol>\n\n\n\n<p>Considering that option 1 is extremely time-consuming, resource-intensive, and financially expensive, we highly recommend you use node providers such as NOWNodes. Our Blockchain-as-a-Service solution that provides access to Full Nodes is practically designed to save your time and money, preventing you from taking responsibility for running your own nodes in cases when you don\u2019t need to, as well as to make your Web3 development and crypto business processes as easy as possible.&nbsp;<\/p>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;69d21866e8c30&quot;}\" data-wp-interactive=\"core\/image\" data-wp-key=\"69d21866e8c30\" class=\"wp-block-image size-full wp-lightbox-container\"><img loading=\"lazy\" decoding=\"async\" width=\"2400\" height=\"1200\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on--click=\"actions.showLightbox\" data-wp-on--load=\"callbacks.setButtonStyles\" data-wp-on-window--resize=\"callbacks.setButtonStyles\" src=\"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/02\/2-Axelar.jpg\" alt=\"How to Use Axelar RPC Nodes Endpoints with NOWNodes?\" class=\"wp-image-270\" srcset=\"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/02\/2-Axelar.jpg 2400w, https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/02\/2-Axelar-300x150.jpg 300w, https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/02\/2-Axelar-1024x512.jpg 1024w, https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/02\/2-Axelar-768x384.jpg 768w, https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/02\/2-Axelar-1536x768.jpg 1536w, https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/02\/2-Axelar-2048x1024.jpg 2048w\" sizes=\"auto, (max-width: 2400px) 100vw, 2400px\" \/><button\n\t\t\tclass=\"lightbox-trigger\"\n\t\t\ttype=\"button\"\n\t\t\taria-haspopup=\"dialog\"\n\t\t\taria-label=\"Enlarge\"\n\t\t\tdata-wp-init=\"callbacks.initTriggerButton\"\n\t\t\tdata-wp-on--click=\"actions.showLightbox\"\n\t\t\tdata-wp-style--right=\"state.imageButtonRight\"\n\t\t\tdata-wp-style--top=\"state.imageButtonTop\"\n\t\t>\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n\t\t\t\t<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" \/>\n\t\t\t<\/svg>\n\t\t<\/button><\/figure>\n\n\n<h2 class=\"wp-block-heading\" id=\"how-to-use-axelar-rpc-nodes-endpoints-with-nownodes-a-full-tutorial\"><strong>How to Use Axelar RPC Nodes Endpoints with NOWNodes? A Full Tutorial<\/strong><\/h2>\n\n\n<p>NOWNodes is a blockchain-as-a-service solution that lets users access Full Nodes and Blockbook Explorers via API. The service provides a high-quality infrastructure that is quick, cost-effective, and reliable. We have <a href=\"https:\/\/nownodes.io\/service-quality-standards\" target=\"_blank\" rel=\"noreferrer noopener\">Service Quality Standards<\/a> available for all partners. <\/p>\n\n\n\n<p>In order to utilize Axelar blockchain API endpoints and obtain access to Axelar nodes, you need to connect to the Axelar network via NOWNodes\u2019 endpoints. Here\u2019s a step-by-step guide on how you could do this:<\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"step-1-visit-nownodes-and-sign-up\"><strong>Step 1: Visit NOWNodes and Sign Up<\/strong><\/h3>\n\n\n<p>Begin by visiting the NOWNodes website (<a href=\"https:\/\/nownodes.io\/\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/nownodes.io\/<\/a>) and sign up with your email address. The registration process is pretty simple and unified: after creating your account, you need to verify your email address.<\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"step-2-sign-up-for-an-account-at-the-nownodes-website-and-create-an-api-key\"><strong>Step 2: Sign Up for an Account at the NOWNodes Website and Create an API Key<\/strong><\/h3>\n\n\n<p>There are various subscription plans suitable for different development needs. Whether you\u2019re a beginner, you could use our <strong>START FREE <\/strong>plan, or you\u2019re an Enterprise owner &#8211; we have an<strong> ENTERPRISE<\/strong> plan for you, offering <a href=\"https:\/\/account.nownodes.io\/profile\/plans\/enterprise\">100 MILLION requests\/month<\/a><\/p>\n\n\n\n<p>Keep in mind that with the <strong>START<\/strong> plan, you can choose up to 5 blockchain networks and work with the Axelar node endpoint. If you need the Axelar blockchain, scroll down and click on the button next to the \u201cAXL\u201d ticker.<\/p>\n\n\n\n<div class=\"wp-block-simple-note-info\">If you wish to work with the Tendermint node interface, it is only available in the <strong>PRO<\/strong> plan and higher.<\/div>\n\n\n\n<p>As soon as you\u2019re in a dashboard, you can create your Personal API Key. All you have to do is click the \u201c<strong>GET FREE API KEY<\/strong>\u201d button to access the Axelar mainnet full nodes.<\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"step-31-connect-to-axelar-lcd-node-api-via-preferred-api-environment\"><strong>Step 3.1: Connect to Axelar LCD Node API via Preferred API Environment<\/strong><\/h3>\n\n\n<p>When the registration process is completed and the API environment is ready to be used, it\u2019s time to utilize the Axelar Node API.&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Use the general endpoint <code>axelar.nownodes.io<\/code> to connect to the Axelar RPC Full Node;&nbsp;<\/li>\n\n\n\n<li>We support all methods that are located in our <a href=\"https:\/\/documenter.getpostman.com\/view\/13630829\/TVmFkLwy#2b6c97c0-944c-4fd4-9b30-074bdeb20123\" target=\"_blank\" rel=\"noreferrer noopener\">Official Documentation<\/a>.<\/li>\n<\/ul>\n\n\n\n<p>Here\u2019s a simple example of how to make a call to get account details based on address:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>curl --location 'https:\/\/axelar.nownodes.io\/cosmos\/auth\/v1beta1\/accounts\/&lt;address&gt;' \\\n--header 'Accept: *\/*'<\/code><\/pre>\n\n\n<h3 class=\"wp-block-heading\" id=\"step-32-connect-to-axelar-tendermint-nodes-via-preferred-api-environment\"><strong>Step 3.2: Connect to Axelar Tendermint Nodes via Preferred API Environment<\/strong><\/h3>\n\n\n<p>Besides Axelar\u2019s Mainnet LCD Full Node NOWNodes also provides access to the Tendermint instance available on Axelar network.&nbsp;<\/p>\n\n\n<h4 class=\"wp-block-heading\" id=\"what-is-an-axelar-tendermint\"><strong>What is an Axelar Tendermint?<\/strong><\/h4>\n\n\n<p>Tendermint is the consensus engine of the Axelar blockchain, offering an RPC interface through its endpoint for direct interaction with the blockchain&#8217;s consensus layer, including block and transaction data, consensus state, etc. NOWNodes&#8217; Axelar Tendermint endpoint (<code>axelar-tendermint.nownodes.io<\/code>) provides in-depth insights into the blockchain&#8217;s consensus mechanism and validator information.<\/p>\n\n\n\n<p>Similarly, you can connect to Axelar&#8217;s Tendermint nodes to utilize Tendermint-specific functionalities, such as subscribing to real-time events.<\/p>\n\n\n\n<p>In order to access the Axelar Tenderming instance via NOWNodes, you will need to use another endpoint. Make sure you have a <strong>PRO<\/strong> pricing plan or higher.&nbsp;&nbsp;<\/p>\n\n\n\n<p>Additionally, the locations of the methods are the same as in step 3.1.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Import <code>axelar-tendermint.nownodes.io<\/code> endpoint to connect to this instance.&nbsp;<\/li>\n\n\n\n<li>We support all methods which are located in our <a href=\"https:\/\/documenter.getpostman.com\/view\/13630829\/TVmFkLwy#2b6c97c0-944c-4fd4-9b30-074bdeb20123\" target=\"_blank\" rel=\"noreferrer noopener\">Official Documentation<\/a>.<\/li>\n\n\n\n<li>Try them out by adding the provided endpoint and your API key.<\/li>\n<\/ul>\n\n\n\n<p>Once you\u2019ve connected to the Axelar\u2019s Tendermint it\u2019s time to make some requests to start. Here\u2019s a sample one, that you can copy &amp; paste to try:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>curl --location \n'https:\/\/axelar-tendermint.nownodes.io\/block?height='<\/code><\/pre>\n\n\n<h2 class=\"wp-block-heading\" id=\"axelar-api-allbalances-method\"><strong>Axelar API AllBalances Method<\/strong><\/h2>\n\n\n<p>The <code>AllBalances<\/code> method in Axelar&#8217;s API allows you to retrieve all token balances for a specific address. This is incredibly useful for getting a comprehensive view of an address&#8217;s assets. Here&#8217;s an example of how to use the AllBalances method:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>curl --location 'https:\/\/axelar.nownodes.io\/cosmos\/bank\/v1beta1\/balances\/&lt;your_address&gt;' \\\n--header 'Accept: *\/*' \\\n--header 'api-key: &lt;your_api-key&gt; '<\/code><\/pre>\n\n\n\n<p>Below, you can see a sample response:&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n&nbsp; &nbsp; \"balances\": &#91;\n&nbsp; &nbsp; &nbsp; &nbsp; {\n&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \"denom\": \"uaxl\",\n&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \"amount\": \"89990930\"\n&nbsp; &nbsp; &nbsp; &nbsp; }\n&nbsp; &nbsp; ],\n&nbsp; &nbsp; \"pagination\": {\n&nbsp; &nbsp; &nbsp; &nbsp; \"next_key\": null,\n&nbsp; &nbsp; &nbsp; &nbsp; \"total\": \"1\"\n&nbsp; &nbsp; }<\/code><\/pre>\n\n\n\n<p>By making this request you can get the total balances of all tokens held by an account at the specified address. The &#8220;total balances&#8221; include all tokens, regardless of their status, meaning it sums up both locked (e.g., in staking, governance, or vesting) and spendable tokens. <\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"axelar-api-spendablebalances-method\"><strong>Axelar API SpendableBalances Method<\/strong><\/h2>\n\n\n<p>SpendableBalances is another useful method that specifically fetches the balances of tokens that are available to spend. This can be particularly useful for applications that need to verify user funds before initiating transactions. Here\u2019s a sample request:&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>curl --location 'https:\/\/axelar.nownodes.io\/cosmos\/bank\/v1beta1\/spendable_balances\/&lt;your_address&gt;' \\\n--header 'Accept: *\/*' \\\n--header 'api-key: &lt;your_api-key&gt; '<\/code><\/pre>\n\n\n\n<p>Here\u2019s a sample response:&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n\t\"balances\": &#91;\n\t\t{\n\t\t\t\"denom\": \"uaxl\",\n\t\t\t\"amount\": \"4997499\"\n\t\t}\n\t],\n\t\"pagination\": {\n\t\t\"next_key\": null,\n\t\t\"total\": \"1\"\n\t}\n}<\/code><\/pre>\n\n\n\n<p>In contrast, this API method specifically fetches the spendable balances of an account. &#8220;Spendable balances&#8221; refer to the portion of tokens that are freely available for the account holder to transfer or spend in other transactions, excluding tokens that are currently locked or reserved for specific purposes. This method is particularly useful for applications or services that need to determine an account&#8217;s liquid assets, such as wallets or DeFi platforms where users might need to know how much they can transact at any given time.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"related-axelar-api-methods-for-checking-token-balances\"><strong>Related Axelar API Methods for Checking Token Balances<\/strong><\/h2>\n\n\n<p>There are numbers of other API commands available to interact with the Axelar network. You can explore all of them in <a href=\"https:\/\/documenter.getpostman.com\/view\/13630829\/TVmFkLwy#2b6c97c0-944c-4fd4-9b30-074bdeb20123\" target=\"_blank\" rel=\"noreferrer noopener\">NOWNodes Documentation<\/a>. Here are a few other methods that you might need in order to communicate with the Axelar network for checking token balances.&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>https:\/\/axelar.nownodes.io\/cosmos\/bank\/v1beta1\/balances\/&lt;address&gt;\/&lt;by_denom&gt;&nbsp;<\/code>\n<ul class=\"wp-block-list\">\n<li>Balance queries the balance of a single coin for a single account. You would replace <code>&lt;address><\/code> with the actual Axelar address and<code> &lt;by_denom><\/code> with the specific token denomination you want to query. This allows you to get a detailed view of how much of a particular token an account holds, which is useful for wallet services, user balance displays, and other applications needing.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><code>https:\/\/axelar.nownodes.io\/cosmos\/bank\/v1beta1\/supply<\/code>\n<ul class=\"wp-block-list\">\n<li><code>TotalSupply<\/code> queries the total supply of all coins. This endpoint provides the total supply of all tokens available on the Axelar network. When you query this endpoint, you get information about the quantity of each token that exists within the network<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><code>https:\/\/axelar.nownodes.io\/cosmos\/bank\/v1beta1\/params:<\/code>\n<ul class=\"wp-block-list\">\n<li>This endpoint retrieves the parameters of the bank module of the Axelar network. The bank module&#8217;s parameters can include settings like default send enabled status (which indicates if token transfers are enabled by default) and any other parameters that govern how tokens are managed and transferred within the network.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><code>https:\/\/axelar.nownodes.io\/cosmos\/bank\/v1beta1\/denoms_metadata:<\/code>\n<ul class=\"wp-block-list\">\n<li>This endpoint provides metadata for all token denominations available on the Axelar network. The metadata can include information like the token&#8217;s name, symbol, decimal places, and other relevant details that describe the token&#8217;s properties. This is particularly useful for developers building applications that need to display detailed token information to users.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<p>Each of these endpoints serves a specific purpose in querying token information on the Axelar network, from individual account balances to overall token supply and detailed token descriptions, supporting a wide range of applications and analyses within the ecosystem.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"conclusion\"><strong>Conclusion<\/strong><\/h2>\n\n\n<p>With the constant enhancement of blockchain technologies, cross-chain interoperability networks such as Axelar play an important role in the Web3 world. Axelar works on the back end, connecting various networks into one-click experiences for all users.<\/p>\n\n\n\n<p>The Axelar Network offers powerful tools and methods for seamlessly checking token balances across multiple blockchains, making it an invaluable resource for developers in the Web3 space. By following the steps outlined above, you can easily integrate Axelar&#8217;s functionalities into your applications, enhancing your blockchain interactions and capabilities. Whether you&#8217;re building a wallet, a DeFi platform, or any other dApp, understanding and utilizing Axelar&#8217;s balance-checking methods will significantly contribute to your project&#8217;s success.<\/p>\n\n\n\n<p>Please let us know if this guide was helpful by leaving your feedback in the comments in our <a href=\"http:\/\/t.me\/nownodes\" target=\"_blank\" rel=\"noreferrer noopener\">Telegram Builders Community<\/a> or just by hitting our DMs at <a href=\"https:\/\/twitter.com\/NOWNodes\" target=\"_blank\" rel=\"noreferrer noopener\">X\/Twitter<\/a>.<\/p>\n\n\n\n<p>Explore Axelar\u2019s Internet-Scale Interoperability <a href=\"https:\/\/nownodes.io\/axelar\" target=\"_blank\" rel=\"noreferrer noopener\">#NOW<\/a><\/p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-palette-color-7-color has-vivid-purple-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/nownodes.io\/axelar\" target=\"_blank\" rel=\"noreferrer noopener\">Access Axelar RPC Full Nodes #NOW<\/a><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>With the growing popularity of blockchain technologies more and more new networks, scaling solutions, and crypto tokens come to market. If this technological upheaval has deeply integrated into your everyday life, as well as your development and business processes, you might know how it can be inconvenient sometimes to keep everything organized. Different blockchains usually [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":272,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_eb_attr":"","_lmt_disableupdate":"","_lmt_disable":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[108,9,7,34],"tags":[109,110,111,112,40,13,39],"class_list":["post-269","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-axelar","category-general","category-node-guides","category-wallet-guides","tag-axelar","tag-axelar-lcd-node","tag-axelar-tendermint","tag-axelar-token-balances","tag-mainnet","tag-node-api-manuals","tag-tutorial"],"blocksy_meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Get All Token Balances Using Axelar API? Complete Guide<\/title>\n<meta name=\"description\" content=\"This guide explains how to get all coin balances by using some Axelar API methods, and how to connect to the Axelar LCD node and Tendermint\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/nownodes.io\/blog\/how-to-get-all-token-balances-using-axelar-api\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Get All Token Balances Using Axelar API? Complete Guide\" \/>\n<meta property=\"og:description\" content=\"In this article, we are going to provide you with an explanation of how to get all your token balances by using some API methods available on the Axelar network.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nownodes.io\/blog\/how-to-get-all-token-balances-using-axelar-api\/\" \/>\n<meta property=\"og:site_name\" content=\"NOWNodes Blog\" \/>\n<meta property=\"article:published_time\" content=\"2024-02-26T10:30:05+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-03-12T12:30:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/02\/1-Axelar.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2400\" \/>\n\t<meta property=\"og:image:height\" content=\"1200\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"NOWNodes Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"How to Get All Token Balances Using Axelar API? Complete Guide\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/02\/1-Axelar.jpg\" \/>\n<meta name=\"twitter:creator\" content=\"@nownodes\" \/>\n<meta name=\"twitter:site\" content=\"@nownodes\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"NOWNodes Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/nownodes.io\/blog\/how-to-get-all-token-balances-using-axelar-api\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/nownodes.io\/blog\/how-to-get-all-token-balances-using-axelar-api\/\"},\"author\":{\"name\":\"NOWNodes Team\",\"@id\":\"https:\/\/nownodes.io\/blog\/#\/schema\/person\/c041891469390738b68a2aafe063f93c\"},\"headline\":\"How to Get All Token Balances Using Axelar API? Complete Guide\",\"datePublished\":\"2024-02-26T10:30:05+00:00\",\"dateModified\":\"2025-03-12T12:30:30+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/nownodes.io\/blog\/how-to-get-all-token-balances-using-axelar-api\/\"},\"wordCount\":1923,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/nownodes.io\/blog\/#organization\"},\"keywords\":[\"Axelar\",\"Axelar LCD Node\",\"Axelar Tendermint\",\"Axelar Token Balances\",\"Mainnet\",\"node api manuals\",\"Tutorial\"],\"articleSection\":[\"Axelar\",\"General\",\"Node Guides\",\"Wallet Guides\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/nownodes.io\/blog\/how-to-get-all-token-balances-using-axelar-api\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/nownodes.io\/blog\/how-to-get-all-token-balances-using-axelar-api\/\",\"url\":\"https:\/\/nownodes.io\/blog\/how-to-get-all-token-balances-using-axelar-api\/\",\"name\":\"How to Get All Token Balances Using Axelar API? Complete Guide\",\"isPartOf\":{\"@id\":\"https:\/\/nownodes.io\/blog\/#website\"},\"datePublished\":\"2024-02-26T10:30:05+00:00\",\"dateModified\":\"2025-03-12T12:30:30+00:00\",\"description\":\"This guide explains how to get all coin balances by using some Axelar API methods, and how to connect to the Axelar LCD node and Tendermint\",\"breadcrumb\":{\"@id\":\"https:\/\/nownodes.io\/blog\/how-to-get-all-token-balances-using-axelar-api\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/nownodes.io\/blog\/how-to-get-all-token-balances-using-axelar-api\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/nownodes.io\/blog\/how-to-get-all-token-balances-using-axelar-api\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog\",\"item\":\"https:\/\/nownodes.io\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Node Guides\",\"item\":\"https:\/\/nownodes.io\/blog\/category\/node-guides\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How to Get All Token Balances Using Axelar API? Complete Guide\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/nownodes.io\/blog\/#website\",\"url\":\"https:\/\/nownodes.io\/blog\/\",\"name\":\"NOWNodes Blog\",\"description\":\"Your first-to-go source of development guides, web3 analytics and most recent news about NOWNodes\",\"publisher\":{\"@id\":\"https:\/\/nownodes.io\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/nownodes.io\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/nownodes.io\/blog\/#organization\",\"name\":\"NOWNodes Blog\",\"url\":\"https:\/\/nownodes.io\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/nownodes.io\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/02\/cropped-New-Logo-NN.png\",\"contentUrl\":\"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/02\/cropped-New-Logo-NN.png\",\"width\":1164,\"height\":1164,\"caption\":\"NOWNodes Blog\"},\"image\":{\"@id\":\"https:\/\/nownodes.io\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/twitter.com\/nownodes\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/nownodes.io\/blog\/#\/schema\/person\/c041891469390738b68a2aafe063f93c\",\"name\":\"NOWNodes Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/nownodes.io\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/084e45aa2f2bfa61b9ce9f41af97a74f38e87c065b0d49f23a1bb84727320c2e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/084e45aa2f2bfa61b9ce9f41af97a74f38e87c065b0d49f23a1bb84727320c2e?s=96&d=mm&r=g\",\"caption\":\"NOWNodes Team\"},\"sameAs\":[\"http:\/\/65.108.139.113\"],\"url\":\"https:\/\/nownodes.io\/blog\/author\/nownodes\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Get All Token Balances Using Axelar API? Complete Guide","description":"This guide explains how to get all coin balances by using some Axelar API methods, and how to connect to the Axelar LCD node and Tendermint","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/nownodes.io\/blog\/how-to-get-all-token-balances-using-axelar-api\/","og_locale":"en_US","og_type":"article","og_title":"How to Get All Token Balances Using Axelar API? Complete Guide","og_description":"In this article, we are going to provide you with an explanation of how to get all your token balances by using some API methods available on the Axelar network.","og_url":"https:\/\/nownodes.io\/blog\/how-to-get-all-token-balances-using-axelar-api\/","og_site_name":"NOWNodes Blog","article_published_time":"2024-02-26T10:30:05+00:00","article_modified_time":"2025-03-12T12:30:30+00:00","og_image":[{"width":2400,"height":1200,"url":"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/02\/1-Axelar.jpg","type":"image\/jpeg"}],"author":"NOWNodes Team","twitter_card":"summary_large_image","twitter_title":"How to Get All Token Balances Using Axelar API? Complete Guide","twitter_image":"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/02\/1-Axelar.jpg","twitter_creator":"@nownodes","twitter_site":"@nownodes","twitter_misc":{"Written by":"NOWNodes Team","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/nownodes.io\/blog\/how-to-get-all-token-balances-using-axelar-api\/#article","isPartOf":{"@id":"https:\/\/nownodes.io\/blog\/how-to-get-all-token-balances-using-axelar-api\/"},"author":{"name":"NOWNodes Team","@id":"https:\/\/nownodes.io\/blog\/#\/schema\/person\/c041891469390738b68a2aafe063f93c"},"headline":"How to Get All Token Balances Using Axelar API? Complete Guide","datePublished":"2024-02-26T10:30:05+00:00","dateModified":"2025-03-12T12:30:30+00:00","mainEntityOfPage":{"@id":"https:\/\/nownodes.io\/blog\/how-to-get-all-token-balances-using-axelar-api\/"},"wordCount":1923,"commentCount":0,"publisher":{"@id":"https:\/\/nownodes.io\/blog\/#organization"},"keywords":["Axelar","Axelar LCD Node","Axelar Tendermint","Axelar Token Balances","Mainnet","node api manuals","Tutorial"],"articleSection":["Axelar","General","Node Guides","Wallet Guides"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/nownodes.io\/blog\/how-to-get-all-token-balances-using-axelar-api\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/nownodes.io\/blog\/how-to-get-all-token-balances-using-axelar-api\/","url":"https:\/\/nownodes.io\/blog\/how-to-get-all-token-balances-using-axelar-api\/","name":"How to Get All Token Balances Using Axelar API? Complete Guide","isPartOf":{"@id":"https:\/\/nownodes.io\/blog\/#website"},"datePublished":"2024-02-26T10:30:05+00:00","dateModified":"2025-03-12T12:30:30+00:00","description":"This guide explains how to get all coin balances by using some Axelar API methods, and how to connect to the Axelar LCD node and Tendermint","breadcrumb":{"@id":"https:\/\/nownodes.io\/blog\/how-to-get-all-token-balances-using-axelar-api\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nownodes.io\/blog\/how-to-get-all-token-balances-using-axelar-api\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/nownodes.io\/blog\/how-to-get-all-token-balances-using-axelar-api\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog","item":"https:\/\/nownodes.io\/blog"},{"@type":"ListItem","position":2,"name":"Node Guides","item":"https:\/\/nownodes.io\/blog\/category\/node-guides"},{"@type":"ListItem","position":3,"name":"How to Get All Token Balances Using Axelar API? Complete Guide"}]},{"@type":"WebSite","@id":"https:\/\/nownodes.io\/blog\/#website","url":"https:\/\/nownodes.io\/blog\/","name":"NOWNodes Blog","description":"Your first-to-go source of development guides, web3 analytics and most recent news about NOWNodes","publisher":{"@id":"https:\/\/nownodes.io\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/nownodes.io\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/nownodes.io\/blog\/#organization","name":"NOWNodes Blog","url":"https:\/\/nownodes.io\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/nownodes.io\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/02\/cropped-New-Logo-NN.png","contentUrl":"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/02\/cropped-New-Logo-NN.png","width":1164,"height":1164,"caption":"NOWNodes Blog"},"image":{"@id":"https:\/\/nownodes.io\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/twitter.com\/nownodes"]},{"@type":"Person","@id":"https:\/\/nownodes.io\/blog\/#\/schema\/person\/c041891469390738b68a2aafe063f93c","name":"NOWNodes Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/nownodes.io\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/084e45aa2f2bfa61b9ce9f41af97a74f38e87c065b0d49f23a1bb84727320c2e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/084e45aa2f2bfa61b9ce9f41af97a74f38e87c065b0d49f23a1bb84727320c2e?s=96&d=mm&r=g","caption":"NOWNodes Team"},"sameAs":["http:\/\/65.108.139.113"],"url":"https:\/\/nownodes.io\/blog\/author\/nownodes"}]}},"modified_by":"\u0410nastasia","_links":{"self":[{"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/posts\/269","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/comments?post=269"}],"version-history":[{"count":6,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/posts\/269\/revisions"}],"predecessor-version":[{"id":1149,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/posts\/269\/revisions\/1149"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/media\/272"}],"wp:attachment":[{"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/media?parent=269"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/categories?post=269"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/tags?post=269"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}