{"id":125,"date":"2025-10-24T10:20:47","date_gmt":"2025-10-24T10:20:47","guid":{"rendered":"https:\/\/nownodes.io\/blog\/?p=125"},"modified":"2025-10-24T10:24:10","modified_gmt":"2025-10-24T10:24:10","slug":"get-nano-wallet-information-tutorial","status":"publish","type":"post","link":"https:\/\/nownodes.io\/blog\/get-nano-wallet-information-tutorial\/","title":{"rendered":"Retrieving Nano Wallet Information via Nano RPC Full Node"},"content":{"rendered":"\n<p>In the ever-evolving world of cryptocurrencies, the need for efficient, secure, and user-friendly digital transactions has never been greater. Among the options that are available to crypto users, <a href=\"https:\/\/nano.org\/en\">Nano<\/a> is being highlighted for its unique approach to blockchain technology and transaction efficiency. Our guide delves into the Nano blockchain, explores its anonymity features, reasons behind its growing popularity, and provides a detailed tutorial on retrieving wallet information via a Nano RPC Full Node.<\/p>\n\n\n\n<p>This guide was prepared by NOWNodes &#8211; a Nano RPC Full Node provider. We are Nano ecosystem contributors and support developers who expand the Nano ecosystem. Let\u2019s dive into this tutorial.<\/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=\"background-color:#00e5ff63\"><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:3px\"><\/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-nano-blockchain\"><strong>What is Nano Blockchain?<\/strong><\/h2>\n\n\n<p>Nano is a digital currency designed to provide instant transactions, zero fees, and a high degree of scalability. Unlike traditional blockchains that use a single, linear chain, Nano utilizes a block-lattice structure. Each account has its blockchain, allowing for asynchronous updates. This design not only speeds up transaction times but also reduces congestion and improves network scalability.<\/p>\n\n\n\n<p>The consensus mechanism in Nano is called Open Representative Voting (ORV), where account holders vote for their chosen representatives, who then work to secure the network. This lightweight and efficient consensus model is a departure from energy-intensive Proof of Work (PoW) systems, making Nano an eco-friendly alternative in the cryptocurrency space.<\/p>\n\n\n\n<p>NOWNodes supports Nano blockchain development tools for several reasons. One of them is the determined and clear vision of its impact and features that the network provides. More on this &#8211; below.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"how-is-it-different-from-other-similar-coins\"><strong>How Is It Different From Other Similar Coins?<\/strong><\/h2>\n\n\n<p>First of all, Nano&#8217;s distinction lies in its focus on being a practical, everyday currency. Its infrastructure supports rapid, feeless transactions, making it ideal for microtransactions and everyday use. This contrasts with currencies like Bitcoin, which can suffer from high transaction fees and longer confirmation times, especially during peak periods.<\/p>\n\n\n\n<p>Moreover, Nano&#8217;s approach to privacy and anonymity is on a high level. While it offers a degree of privacy by not directly linking accounts to real-world identities, all transactions are public and traceable within its ledger. This level of transparency ensures security and integrity that is enough for daily activities on the chain.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"why-does-nanos-popularity-grow-among-crypto-enthusiasts\"><strong>Why does Nano&#8217;s popularity grow among crypto enthusiasts?<\/strong><\/h2>\n\n\n<p>Nano&#8217;s popularity among cryptocurrency enthusiasts can be attributed to several key factors. Firstly, its feeless structure makes it highly attractive for both small and large transactions, removing the barrier of transaction costs that can deter the use of cryptocurrencies for everyday purchases.<\/p>\n\n\n\n<p>Secondly, the instant transaction capability of Nano, thanks to its innovative block-lattice structure, addresses one of the most significant pain points in the cryptocurrency world\u2014transaction latency. This has made Nano particularly popular in regions with high transaction volumes or where traditional banking systems are inefficient.<\/p>\n\n\n\n<p>Finally, the environmental aspect of Nano&#8217;s ORV consensus mechanism appeals to a growing segment of the crypto community concerned about the carbon footprint of digital currencies. By eliminating the need for energy-intensive mining, Nano presents a more sustainable alternative, aligning with global efforts towards environmental sustainability.<\/p>\n\n\n\n<p>Looks like it\u2019s time to practice integrating Nano!&nbsp;<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"retrieving-wallet-information-via-nano-rpc-full-node\"><strong>Retrieving Wallet Information via Nano RPC Full Node<\/strong><\/h2>\n\n\n<p>Users directly interact with Nano blockchain to obtain and process wallet information from the Nano network. While common users and holders can use their familiar tools like Nano XNO block explorers or wallets, crypto enterprises perform a lot of tasks to build a sophisticated solution.<\/p>\n\n\n\n<p>Nano RPC Full Node is one of the easiest ways for developers to retrieve all important wallet data. It allows for direct communication with the node, enabling users to perform various operations such as checking account balances, sending transactions, and querying historical transaction data.<\/p>\n\n\n\n<p>Here is a step-by-step guide on how to do so!<\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"step-1-obtain-an-access-to-nano-rpc-full-node\"><strong>Step 1. Obtain an access to Nano RPC Full Node<\/strong><\/h3>\n\n\n<p>First, make sure you have access to Nano nodes via the NOWNodes API key. This key is essential for authenticating your requests to the NOWNodes service. Visit <a href=\"https:\/\/nownodes.io\/nodes\/nano-xno\">Nano Development Hub<\/a> at NOWNodes to obtain an API key.<\/p>\n\n\n\n<div class=\"wp-block-simple-note-info\">Do not share the API key with anyone &#8211; even the NOWNodes team!<\/div>\n\n\n<h3 class=\"wp-block-heading\" id=\"step-2-sending-the-request-to-nano-blockchain\"><strong>Step 2. Sending the Request to Nano Blockchain<\/strong><\/h3>\n\n\n<p>Use the NOWNodes Nano RPC Full Node endpoint to connect to Nano blockchain ledger data.&nbsp;<\/p>\n\n\n\n<p>We will perform these requests via any preferred API environment: <a href=\"https:\/\/documenter.getpostman.com\/view\/13630829\/TVmFkLwy#intro\">Postman<\/a>, <a href=\"https:\/\/docs.insomnia.rest\/\">Insomnia<\/a>, or any other solution.<\/p>\n\n\n\n<p>We will start with the general data &#8211; the balances of the wallet. In this case, we will have to use the wallet address. Tools and developers generate the address, so make sure you have the list of confirmed addresses. Here\u2019s an example of a request you can try:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>curl --location 'https:\/\/nano.nownodes.io\/' \\\n--header 'api-key: &lt;your-api-key&gt;' \\\n--header 'Content-Type: application\/json' \\\n\n--data '{\n  \"action\": \"wallet_balances\",\n  \"wallet\": \"XXXD1BAEC8EC208142C99059B393051BAC8380F9B5A2E6B2489A277D81789F3F\"\n}'<\/code><\/pre>\n\n\n\n<p>One important thing &#8211; the answer to this request or call may contain unconfirmed blocks, so developers do not recommend using it in any processes or integrations requiring only details from blocks confirmed by the network.<\/p>\n\n\n\n<p>For more detailed information we will use other wallet methods. In order to retrieve more sophisticated data, you need to confirm whether the account exists on the address. The method wallet_contains will help!<br>This call will include the Nano account address. This information is easily found in the Nano block explorer. Let\u2019s take a look at the request:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>curl --location 'https:\/\/nano.nownodes.io\/' \\\n--header 'api-key: your-api-key' \\\n--header 'Content-Type: application\/json' \\\n--data '{\n  \"action\": \"wallet_contains\",\n  \"wallet\": \"XXXD1BAEC8EC208142C99059B393051BAC8380F9B5A2E6B2489A277D81789F3F\",\n  \"account\": \"nano_3e3j5tkog48pnny9dmfzj1r16pg8t1e76dz5tmac6iq689wyjfpi00000000\"\n}'<\/code><\/pre>\n\n\n\n<p>If you receive 200-type answers, it means that everything is settled for the further development. From now on, feel free to utilize any method you need for development purposes. All of them are in our NOWNodes Docs collection &#8211; <a href=\"https:\/\/nownodes.gitbook.io\/xno-nano\/#wallet_balances\">access it here<\/a>.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"conclusion\"><strong>Conclusion<\/strong><\/h2>\n\n\n<p>Nano&#8217;s unique infrastructure and focus on instant, feeless transactions make it a compelling choice for both cryptocurrency enthusiasts and those looking for practical, everyday digital currency solutions.&nbsp;<\/p>\n\n\n\n<p>For developers who interact with Nano blockchain for the first time, the flow may be not that familiar. We hope that this tutorial was helpful and met your expectations \ud83d\ude42<\/p>\n\n\n\n<p>Make sure you leave your feedback in the comments in our <a href=\"http:\/\/t.me\/nownodes\">Telegram Builders Community<\/a> or just leave us a Direct Message at <a href=\"http:\/\/twitter.com\/NOWNodes\">X\/Twitter<\/a>.<\/p>\n\n\n\n<p>Let\u2019s expand <a href=\"https:\/\/nano.org\/en\">Nano\u2019s adoption!<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In the ever-evolving world of cryptocurrencies, the need for efficient, secure, and user-friendly digital transactions has never been greater. Among the options that are available to crypto users, Nano is being highlighted for its unique approach to blockchain technology and transaction efficiency. Our guide delves into the Nano blockchain, explores its anonymity features, reasons behind [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":127,"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,33,7,34],"tags":[40,37,36,35,39],"class_list":["post-125","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-general","category-nano","category-node-guides","category-wallet-guides","tag-mainnet","tag-nano-node","tag-nano-rpc-full-node","tag-nano-wallet","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>Retrieving Nano Wallet Information via Nano RPC Full Node<\/title>\n<meta name=\"description\" content=\"A complete and easy guide on how to retrieve all important Nano Wallet data using Nano RPC full node via NOWNodes Nano API key!\" \/>\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\/get-nano-wallet-information-tutorial\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Retrieving Nano Wallet Information via Nano RPC Full Node\" \/>\n<meta property=\"og:description\" content=\"A complete and easy guide on how to retrieve all important Nano Wallet data using Nano RPC full node via NOWNodes Nano API key!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nownodes.io\/blog\/get-nano-wallet-information-tutorial\/\" \/>\n<meta property=\"og:site_name\" content=\"NOWNodes Blog\" \/>\n<meta property=\"article:published_time\" content=\"2025-10-24T10:20:47+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-24T10:24:10+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/02\/NN-x-Nano-Wallet-Guide-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1280\" \/>\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\/get-nano-wallet-information-tutorial\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/nownodes.io\/blog\/get-nano-wallet-information-tutorial\/\"},\"author\":{\"name\":\"NOWNodes Team\",\"@id\":\"https:\/\/nownodes.io\/blog\/#\/schema\/person\/c041891469390738b68a2aafe063f93c\"},\"headline\":\"Retrieving Nano Wallet Information via Nano RPC Full Node\",\"datePublished\":\"2025-10-24T10:20:47+00:00\",\"dateModified\":\"2025-10-24T10:24:10+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/nownodes.io\/blog\/get-nano-wallet-information-tutorial\/\"},\"wordCount\":1011,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/nownodes.io\/blog\/#organization\"},\"keywords\":[\"Mainnet\",\"Nano node\",\"Nano RPC Full Node\",\"Nano Wallet\",\"Tutorial\"],\"articleSection\":[\"General\",\"Nano\",\"Node Guides\",\"Wallet Guides\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/nownodes.io\/blog\/get-nano-wallet-information-tutorial\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/nownodes.io\/blog\/get-nano-wallet-information-tutorial\/\",\"url\":\"https:\/\/nownodes.io\/blog\/get-nano-wallet-information-tutorial\/\",\"name\":\"Retrieving Nano Wallet Information via Nano RPC Full Node\",\"isPartOf\":{\"@id\":\"https:\/\/nownodes.io\/blog\/#website\"},\"datePublished\":\"2025-10-24T10:20:47+00:00\",\"dateModified\":\"2025-10-24T10:24:10+00:00\",\"description\":\"A complete and easy guide on how to retrieve all important Nano Wallet data using Nano RPC full node via NOWNodes Nano API key!\",\"breadcrumb\":{\"@id\":\"https:\/\/nownodes.io\/blog\/get-nano-wallet-information-tutorial\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/nownodes.io\/blog\/get-nano-wallet-information-tutorial\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/nownodes.io\/blog\/get-nano-wallet-information-tutorial\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog\",\"item\":\"https:\/\/nownodes.io\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Wallet Guides\",\"item\":\"https:\/\/nownodes.io\/blog\/category\/wallet-guides\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Retrieving Nano Wallet Information via Nano RPC Full Node\"}]},{\"@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":"Retrieving Nano Wallet Information via Nano RPC Full Node","description":"A complete and easy guide on how to retrieve all important Nano Wallet data using Nano RPC full node via NOWNodes Nano API key!","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\/get-nano-wallet-information-tutorial\/","og_locale":"en_US","og_type":"article","og_title":"Retrieving Nano Wallet Information via Nano RPC Full Node","og_description":"A complete and easy guide on how to retrieve all important Nano Wallet data using Nano RPC full node via NOWNodes Nano API key!","og_url":"https:\/\/nownodes.io\/blog\/get-nano-wallet-information-tutorial\/","og_site_name":"NOWNodes Blog","article_published_time":"2025-10-24T10:20:47+00:00","article_modified_time":"2025-10-24T10:24:10+00:00","og_image":[{"width":2560,"height":1280,"url":"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/02\/NN-x-Nano-Wallet-Guide-scaled.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\/get-nano-wallet-information-tutorial\/#article","isPartOf":{"@id":"https:\/\/nownodes.io\/blog\/get-nano-wallet-information-tutorial\/"},"author":{"name":"NOWNodes Team","@id":"https:\/\/nownodes.io\/blog\/#\/schema\/person\/c041891469390738b68a2aafe063f93c"},"headline":"Retrieving Nano Wallet Information via Nano RPC Full Node","datePublished":"2025-10-24T10:20:47+00:00","dateModified":"2025-10-24T10:24:10+00:00","mainEntityOfPage":{"@id":"https:\/\/nownodes.io\/blog\/get-nano-wallet-information-tutorial\/"},"wordCount":1011,"commentCount":0,"publisher":{"@id":"https:\/\/nownodes.io\/blog\/#organization"},"keywords":["Mainnet","Nano node","Nano RPC Full Node","Nano Wallet","Tutorial"],"articleSection":["General","Nano","Node Guides","Wallet Guides"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/nownodes.io\/blog\/get-nano-wallet-information-tutorial\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/nownodes.io\/blog\/get-nano-wallet-information-tutorial\/","url":"https:\/\/nownodes.io\/blog\/get-nano-wallet-information-tutorial\/","name":"Retrieving Nano Wallet Information via Nano RPC Full Node","isPartOf":{"@id":"https:\/\/nownodes.io\/blog\/#website"},"datePublished":"2025-10-24T10:20:47+00:00","dateModified":"2025-10-24T10:24:10+00:00","description":"A complete and easy guide on how to retrieve all important Nano Wallet data using Nano RPC full node via NOWNodes Nano API key!","breadcrumb":{"@id":"https:\/\/nownodes.io\/blog\/get-nano-wallet-information-tutorial\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nownodes.io\/blog\/get-nano-wallet-information-tutorial\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/nownodes.io\/blog\/get-nano-wallet-information-tutorial\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog","item":"https:\/\/nownodes.io\/blog"},{"@type":"ListItem","position":2,"name":"Wallet Guides","item":"https:\/\/nownodes.io\/blog\/category\/wallet-guides"},{"@type":"ListItem","position":3,"name":"Retrieving Nano Wallet Information via Nano RPC Full Node"}]},{"@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\/125","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=125"}],"version-history":[{"count":5,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/posts\/125\/revisions"}],"predecessor-version":[{"id":1821,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/posts\/125\/revisions\/1821"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/media\/127"}],"wp:attachment":[{"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/media?parent=125"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/categories?post=125"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/tags?post=125"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}