{"id":331,"date":"2024-03-11T16:15:24","date_gmt":"2024-03-11T16:15:24","guid":{"rendered":"https:\/\/nownodes.io\/blog\/?p=331"},"modified":"2024-03-11T16:15:25","modified_gmt":"2024-03-11T16:15:25","slug":"ton-indexer-api-guide","status":"publish","type":"post","link":"https:\/\/nownodes.io\/blog\/ton-indexer-api-guide\/","title":{"rendered":"A Complete Tutorial: Interacting with TON Indexer API"},"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-white-color has-vivid-purple-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/nownodes.io\/nodes\/toncoin\" style=\"border-radius:7px\">Connect to TON API Nodes<\/a><\/div>\n<\/div>\n\n\n\n<p><\/p>\n\n\n\n<p>Welcome TON Builders! In this tutorial, we will guide you through the process of interacting with the Radix Advanced Node API and integrating it for the data and development needs. Additionally, we are going to cover the new methods that our TON Indexer instance supports in the API and present the easiest access to the\u00a0<\/p>\n\n\n\n<p>The TON Blockchain, also known as The Open Network (TON), is a decentralized Layer 1 blockchain network that revolutionizes the way we interact with digital assets and services. Developed by the team behind the popular messaging app Telegram, TON offers a wide range of features and capabilities that make it an attractive choice for developers and businesses alike.&nbsp;<\/p>\n\n\n\n<p><strong>Let\u2019s delve into the guide! <\/strong>You can save this tutorial and share it for the development needs \ud83d\ude42<\/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\" style=\"border-width:2px;border-style:solid;border-color:#000000;border-radius:10px;overflow:hidden\"><div class=\"ib-toc-header\" style=\"font-size:32px;background-color:#ffffff;color:#1c6ac7;--fill:#1c6ac7\"><div class=\"ib-toc-header-title\"><strong>Table of Content<\/strong><\/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\" style=\"background-color:#ffffff;color:#294bb1\"><ol class=\"ib-toc-anchors\"><\/ol><\/div><\/div><\/div>\n\n\n<h2 class=\"wp-block-heading\" id=\"what-is-the-ton-indexer-api-what-are-the-main-use-cases\">What is the TON Indexer API? What are the Main Use Cases?<\/h2>\n\n\n<p>At its core, TON is designed to provide a scalable and secure platform for the creation and execution of smart contracts, decentralized applications (dApps), and digital currencies. With its unique combination of speed, security, and flexibility, the TON blockchain has the potential to disrupt traditional industries and empower users with new opportunities.<\/p>\n\n\n\n<p>It\u2019s fair to mention that there are various development tools available in the TON ecosystem. The list includes blockchain explorers, SDKs and custom libraries as well as API tools. One of them is the TON Indexer API &#8211; a powerful tool that allows developers to retrieve and analyze data from the <em>TON blockchain<\/em>. With its full set of endpoints, the TON Indexer API provides access to a wide range of data, including transaction history, block details, and account balances.<\/p>\n\n\n\n<div class=\"wp-block-simple-note-info\">In our case, we use the <strong>updated<\/strong> TON Indexer <strong>instance<\/strong> from the <span style=\"text-decoration: underline;\">Master branch<\/span>. This ensures the stability and the security of the software.<\/div>\n\n\n\n<p>By accessing the TON Indexer, developers can obtain real-time information about the state of the blockchain, including transaction history, block details, and account balances. This data can be used to build applications, monitor network activity, and conduct research on the TON blockchain.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"differences-between-ton-rpc-full-node-and-indexer-api\">Differences Between TON RPC Full Node and Indexer API<\/h2>\n\n\n<p>Despite assisting developers and powering similar functions, the TON RPC Full Node and the Indexer API serve different purposes and needs in the development of applications on TON.<\/p>\n\n\n\n<p>For example, developers typically use <em>TON RPC Full Nodes<\/em> for interacting directly with the blockchain to perform a wide range of functions: querying blockchain data, submitting transactions, etc. The focus here\u00a0 is on direct interaction with the blockchain and real-time data processing.<\/p>\n\n\n\n<p>On the other hand, the <em>Indexer API<\/em> is designed to provide more sophisticated, indexed data from the blockchain, making it more suitable for applications that require fast and efficient access to large amounts of data, usually &#8211; the historical kind of it. The methods available through the Indexer API are focused on retrieving indexed and processed data. This can include transaction histories, wallet balances, and other blockchain state information that has been indexed for quick access.<\/p>\n\n\n\n<p>This time we focus on utilizing the TON Indexer. <strong>Let\u2019s get straight to the details!<\/strong><\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"stepbystep-tutorial-on-integrating-ton-indexer-api\">Step-by-step tutorial on Integrating TON Indexer API<\/h2>\n\n<h3 class=\"wp-block-heading\" id=\"setting-up-the-environment\"><strong><em>Setting Up The Environment<\/em><\/strong><\/h3>\n\n\n<p>To utilize the TON Indexer API, we are going to make HTTP (RPC) requests to the API endpoints using any of the preferred programming tools. The API responses will return in a JSON format, making it easy to parse and process the data.<\/p>\n\n\n\n<p>In our guide we will refer to the following TON Indexer API endpoint: <code><strong>ton-index.nownodes.io.\u00a0<\/strong><\/code><\/p>\n\n\n\n<div class=\"wp-block-simple-note-info\">Make sure you obtain <strong>an API key<\/strong> in order to access TON Indexer. You can create it at the NOWNodes <a href=\"http:\/\/account.nownodes.io\" target=\"_blank\" rel=\"noreferrer noopener\">website<\/a>.<\/div>\n\n\n\n<p>If the API environment is ready, the API key is generated, then <strong>we\u2019re good to proceed <\/strong>to the next step.<\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"testing-the-connection\"><strong><em>Testing the connection<\/em><\/strong><\/h3>\n\n\n<p>Let&#8217;s check if the requests are being sent without any errors and we receive valid responses. In this case we\u2019re going to use the <code>masterchainInfo<\/code> method. Here\u2019s the example:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>curl --request GET \\\n\u00a0\u00a0--url 'https:\/\/ton-index.nownodes.io\/masterchainInfo?address=EQBwCK26MZ1yEUR9dnSO5reQRbnN9LJcaMtAvvqSk4mbgZBx' \\\n\u00a0\u00a0--header 'api-key: _______'<\/code><\/pre>\n\n\n\n<p>This method displays the data of the chain with the information on the validators, hashes, etc.&nbsp;<\/p>\n\n\n\n<p>If you receive a 200-type answer, then we\u2019re good to go and move to the next step<\/p>\n\n\n\n<ol class=\"wp-block-list\" start=\"3\">\n<li><strong>Browsing Transaction-related Indexer API Methods&nbsp;<\/strong><\/li>\n<\/ol>\n\n\n\n<p>The following endpoints and methods would be most useful for crypto enterprises that review and sync the TON blockchain transaction data. Let\u2019s start from the general method &#8211; transactions. This type of call will display the transactions of the TON blockchain and filter it by specified categories.&nbsp;&nbsp;&nbsp;<\/p>\n\n\n\n<p><br>Here\u2019s an example of a request without any filters:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>curl --request GET \\\n\u00a0\u00a0--url https:\/\/ton-index.nownodes.io\/transactions \\\n\u00a0\u00a0--header 'api-key: your-api-key'<\/code><\/pre>\n\n\n\n<p><br>If you would like to structure the answer by filtering the transactions, you can use the following filters: account, hash, shard, etc. Let\u2019s adjust the example with an address:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>curl --request GET \\\n\u00a0\u00a0--url https:\/\/ton-index.nownodes.io\/transactions?account=EQDa4VOnTYlLvDJ0gZjNYm5PXfSmmtL6Vs6A_CZEtXCNICq_&amp;limit=128&amp;offset=0&amp;sort=desc \\\n\u00a0\u00a0--header 'api-key: your-api-key'<\/code><\/pre>\n\n\n\n<p>Please note that these methods require obtaining quite a big part of the data. In order to optimize your requests and call to TON Indexer API, you can add more parameters to the header.\u00a0<\/p>\n\n\n\n<ol class=\"wp-block-list\" start=\"4\">\n<li>Accessing Other Methods of the Indexer API&nbsp;<\/li>\n<\/ol>\n\n\n\n<p>Since TON Indexer allows to retrieve and process more sophisticated data, there are more commands available for TON developers. The command list that would be most useful and is actively being utilized by the team includes:&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>estimateFee<\/code> &#8211; to give users an amount of the gas fee and forecast in within the transaction<\/li>\n\n\n\n<li>NFT Transfers &#8211; a universal endpoint to browse the history of Non-fungible Tokens\u2019 transfers (<code>ton-index.nownodes.io\/nft\/transfers?direction=both&amp;limit=128&amp;offset=0&amp;sort=desc<\/code>)\u00a0<\/li>\n\n\n\n<li>Adjacent Transactions &#8211; to collect the data on the side-transactions related to the main transaction hash<br><\/li>\n<\/ul>\n\n\n\n<p>The full list is available at the <a href=\"https:\/\/toncenter.com\/api\/v3\" target=\"_blank\" rel=\"noreferrer noopener\">TON API Docs<\/a> and at the <a href=\"https:\/\/documenter.getpostman.com\/view\/13630829\/TVmFkLwy#7f656a5d-bba9-43f8-affe-ce0ca8c3cbbd\" target=\"_blank\" rel=\"noreferrer noopener\">NOWNodes Official Documentation<\/a>.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"conclusion-and-resources-for-further-learning\">Conclusion and resources for further learning<\/h2>\n\n\n<p>Accessing the TON Indexer is essential for developers and researchers who want to harness the full potential of the TON blockchain. By understanding the TON blockchain and utilizing the TON Indexer API, developers can build powerful applications, analyze network data, and make informed decisions. With its speed, security, and flexibility, the TON blockchain has the potential to transform industries and empower users with new opportunities.<\/p>\n\n\n\n<p>Make sure you rate this guide and leave your feedback on NOWNodes TON Indexer connection. You can email us at <a href=\"mailto:marketing@nownodes.io\" target=\"_blank\" rel=\"noreferrer noopener\">marketing@nownodes.io<\/a> or leave a message in our <a href=\"http:\/\/t.me\/nownodes\" target=\"_blank\" rel=\"noreferrer noopener\">builders community<\/a>.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"recommended-resources-and-documentation-for-further-learning\">Recommended resources and documentation for further learning<\/h2>\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/docs.ton.dev\/\" target=\"_blank\" rel=\"noreferrer noopener\">TON Documentation<\/a> &#8211; Official documentation for the TON blockchain.<\/li>\n\n\n\n<li><a href=\"https:\/\/nownodes.io\/nodes\/toncoin\" target=\"_blank\" rel=\"noreferrer noopener\">NOWNodes TON Indexer API<\/a> &#8211; Access the TON Indexer API for comprehensive data analysis.<\/li>\n\n\n\n<li><a href=\"https:\/\/t.me\/ton_blockchain\" target=\"_blank\" rel=\"noreferrer noopener\">TON Telegram Channel<\/a> &#8211; Join the official Telegram channel for the latest updates.<\/li>\n<\/ul>\n\n\n\n<p><strong>Access the TON Indexer and unlock the full potential of the TON blockchain today!<\/strong><\/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-white-color has-vivid-purple-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/nownodes.io\/nodes\/toncoin\" style=\"border-radius:9px\" target=\"_blank\" rel=\"noreferrer noopener\">Build on TON #NOW<\/a><\/div>\n<\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Welcome TON Builders! In this tutorial, we will guide you through the process of interacting with the Radix Advanced Node API and integrating it for the data and development needs. Additionally, we are going to cover the new methods that our TON Indexer instance supports in the API and present the easiest access to the\u00a0 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":332,"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":[9,142,34],"tags":[145,143,146,144],"class_list":["post-331","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-general","category-ton","category-wallet-guides","tag-ton-full-node-api","tag-ton-indexer-api","tag-ton-nownodes","tag-ton-rpc-nodes"],"blocksy_meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>A Complete Tutorial: Interacting with TON Indexer API<\/title>\n<meta name=\"description\" content=\"Delve into TON Indexer API methods collection and a complete tutorial on how to use TON Indexer nodes at NOWNodes.\" \/>\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\/ton-indexer-api-guide\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"A Complete Tutorial: Interacting with TON Indexer API\" \/>\n<meta property=\"og:description\" content=\"Delve into TON Indexer API methods collection and a complete tutorial on how to use TON Indexer nodes at NOWNodes.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nownodes.io\/blog\/ton-indexer-api-guide\/\" \/>\n<meta property=\"og:site_name\" content=\"NOWNodes Blog\" \/>\n<meta property=\"article:published_time\" content=\"2024-03-11T16:15:24+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-03-11T16:15:25+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/03\/NN-x-TON-Article.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2400\" \/>\n\t<meta property=\"og:image:height\" content=\"1350\" \/>\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: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=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/nownodes.io\/blog\/ton-indexer-api-guide\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/nownodes.io\/blog\/ton-indexer-api-guide\/\"},\"author\":{\"name\":\"NOWNodes Team\",\"@id\":\"https:\/\/nownodes.io\/blog\/#\/schema\/person\/c041891469390738b68a2aafe063f93c\"},\"headline\":\"A Complete Tutorial: Interacting with TON Indexer API\",\"datePublished\":\"2024-03-11T16:15:24+00:00\",\"dateModified\":\"2024-03-11T16:15:25+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/nownodes.io\/blog\/ton-indexer-api-guide\/\"},\"wordCount\":1107,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/nownodes.io\/blog\/#organization\"},\"keywords\":[\"ton full node api\",\"ton indexer api\",\"ton nownodes\",\"ton rpc nodes\"],\"articleSection\":[\"General\",\"TON\",\"Wallet Guides\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/nownodes.io\/blog\/ton-indexer-api-guide\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/nownodes.io\/blog\/ton-indexer-api-guide\/\",\"url\":\"https:\/\/nownodes.io\/blog\/ton-indexer-api-guide\/\",\"name\":\"A Complete Tutorial: Interacting with TON Indexer API\",\"isPartOf\":{\"@id\":\"https:\/\/nownodes.io\/blog\/#website\"},\"datePublished\":\"2024-03-11T16:15:24+00:00\",\"dateModified\":\"2024-03-11T16:15:25+00:00\",\"description\":\"Delve into TON Indexer API methods collection and a complete tutorial on how to use TON Indexer nodes at NOWNodes.\",\"breadcrumb\":{\"@id\":\"https:\/\/nownodes.io\/blog\/ton-indexer-api-guide\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/nownodes.io\/blog\/ton-indexer-api-guide\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/nownodes.io\/blog\/ton-indexer-api-guide\/#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\":\"TON\",\"item\":\"https:\/\/nownodes.io\/blog\/category\/node-guides\/ton\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"A Complete Tutorial: Interacting with TON Indexer API\"}]},{\"@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":"A Complete Tutorial: Interacting with TON Indexer API","description":"Delve into TON Indexer API methods collection and a complete tutorial on how to use TON Indexer nodes at NOWNodes.","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\/ton-indexer-api-guide\/","og_locale":"en_US","og_type":"article","og_title":"A Complete Tutorial: Interacting with TON Indexer API","og_description":"Delve into TON Indexer API methods collection and a complete tutorial on how to use TON Indexer nodes at NOWNodes.","og_url":"https:\/\/nownodes.io\/blog\/ton-indexer-api-guide\/","og_site_name":"NOWNodes Blog","article_published_time":"2024-03-11T16:15:24+00:00","article_modified_time":"2024-03-11T16:15:25+00:00","og_image":[{"width":2400,"height":1350,"url":"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/03\/NN-x-TON-Article.jpg","type":"image\/jpeg"}],"author":"NOWNodes Team","twitter_card":"summary_large_image","twitter_creator":"@nownodes","twitter_site":"@nownodes","twitter_misc":{"Written by":"NOWNodes Team","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/nownodes.io\/blog\/ton-indexer-api-guide\/#article","isPartOf":{"@id":"https:\/\/nownodes.io\/blog\/ton-indexer-api-guide\/"},"author":{"name":"NOWNodes Team","@id":"https:\/\/nownodes.io\/blog\/#\/schema\/person\/c041891469390738b68a2aafe063f93c"},"headline":"A Complete Tutorial: Interacting with TON Indexer API","datePublished":"2024-03-11T16:15:24+00:00","dateModified":"2024-03-11T16:15:25+00:00","mainEntityOfPage":{"@id":"https:\/\/nownodes.io\/blog\/ton-indexer-api-guide\/"},"wordCount":1107,"commentCount":0,"publisher":{"@id":"https:\/\/nownodes.io\/blog\/#organization"},"keywords":["ton full node api","ton indexer api","ton nownodes","ton rpc nodes"],"articleSection":["General","TON","Wallet Guides"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/nownodes.io\/blog\/ton-indexer-api-guide\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/nownodes.io\/blog\/ton-indexer-api-guide\/","url":"https:\/\/nownodes.io\/blog\/ton-indexer-api-guide\/","name":"A Complete Tutorial: Interacting with TON Indexer API","isPartOf":{"@id":"https:\/\/nownodes.io\/blog\/#website"},"datePublished":"2024-03-11T16:15:24+00:00","dateModified":"2024-03-11T16:15:25+00:00","description":"Delve into TON Indexer API methods collection and a complete tutorial on how to use TON Indexer nodes at NOWNodes.","breadcrumb":{"@id":"https:\/\/nownodes.io\/blog\/ton-indexer-api-guide\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nownodes.io\/blog\/ton-indexer-api-guide\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/nownodes.io\/blog\/ton-indexer-api-guide\/#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":"TON","item":"https:\/\/nownodes.io\/blog\/category\/node-guides\/ton"},{"@type":"ListItem","position":4,"name":"A Complete Tutorial: Interacting with TON Indexer API"}]},{"@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":"NOWNodes Team","_links":{"self":[{"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/posts\/331","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=331"}],"version-history":[{"count":3,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/posts\/331\/revisions"}],"predecessor-version":[{"id":335,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/posts\/331\/revisions\/335"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/media\/332"}],"wp:attachment":[{"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/media?parent=331"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/categories?post=331"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/tags?post=331"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}