{"id":1798,"date":"2025-10-07T11:51:44","date_gmt":"2025-10-07T11:51:44","guid":{"rendered":"https:\/\/nownodes.io\/blog\/?p=1798"},"modified":"2025-10-07T11:51:45","modified_gmt":"2025-10-07T11:51:45","slug":"how-to-connect-to-nano-in-5-minutes","status":"publish","type":"post","link":"https:\/\/nownodes.io\/blog\/how-to-connect-to-nano-in-5-minutes\/","title":{"rendered":"How to Connect to Nano in 5 Minutes"},"content":{"rendered":"\n<p>Connecting to a blockchain often sounds complicated: installing software, configuring servers, syncing data. But what if it only took a few minutes? With <strong>NOWNodes<\/strong>, accessing the <strong>Nano<\/strong> blockchain is as easy as getting an API key and making your first request.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"understanding-why-nano-matters\"><strong>Understanding Why Nano Matters<\/strong><\/h2>\n\n\n<p>Nano is built for speed. It enables instant and feeless transactions, making it an ideal choice for payments, wallets, and apps that depend on efficiency. Normally, connecting to Nano would require you to run your own node. That means maintaining uptime, dealing with storage, and handling updates. With NOWNodes, you can skip all of that and connect directly through a reliable endpoint.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"the-first-step-getting-an-api-key\"><strong>The First Step: Getting an API Key<\/strong><\/h2>\n\n\n<p>The process starts at <a href=\"https:\/\/account.nownodes.io\/auth\/login\">NOWNodes<\/a>. After registering, you\u2019ll receive your personal API key in the dashboard. That key is your secure way into the blockchain. Instead of downloading gigabytes of data and syncing a node, you simply add your key to your requests, and you\u2019re ready to work with Nano.<\/p>\n\n\n\n<p><strong>Making the First Call<\/strong><\/p>\n\n\n\n<p>Let\u2019s say you want to check the balance of a Nano account. With <a href=\"https:\/\/nownodes.io\/\">NOWNodes<\/a>, you can do this instantly through the <code>account_balance method<\/code>.<\/p>\n\n\n\n<p><strong>Request:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>curl --location 'https:\/\/xno.nownodes.io' \\\n--header 'api-key: ***' \\\n--header 'Content-Type: application\/json' \\\n--data '{\n  \"action\": \"account_balance\",\n  \"account\": \"nano_1rha4pzoj9mwgbzwuohku3yids3516exnty7wr93z73qf7xpzfpsw4synq53\"\n}'<\/code><\/pre>\n\n\n\n<p><strong>Response:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"balance\": \"1058706485129754983635248617782975417\",\n    \"pending\": \"25723366000000000000000000000000\",\n    \"receivable\": \"25723366000000000000000000000000\"\n}<\/code><\/pre>\n\n\n\n<p>This request shows you how much RAW is owned by the account and how much is still pending. You can also add the optional parameter &#8220;include_only_confirmed&#8221;, which ensures that only confirmed balances and receivable amounts are included in the response.<\/p>\n\n\n\n<p>In a single query, you get real-time blockchain data without worrying about infrastructure.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"exploring-the-full-power-of-nano\"><strong>Exploring the Full Power of Nano<\/strong><\/h2>\n\n\n<p>Your connection doesn\u2019t stop at balances and payments. With the NOWNodes API, you can inspect blocks, analyze transactions, and monitor the Nano network however your application requires. You get the full functionality of a node, without the technical overhead of running one.<\/p>\n\n\n\n<p>Working with Nano should be as seamless as the feeless transactions it powers. With NOWNodes, it really is. In just five minutes, you can sign up, grab your API key, and run live queries on the Nano blockchain. From there, you\u2019re free to build wallets, payment systems, or any other tools powered by Nano\u2019s lightning-fast network.<\/p>\n\n\n\n<p><a href=\"https:\/\/nownodes.io\/nodes\/nano-xno\">Get your free API key at NOWNodes and start building with Nano today.<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Connecting to a blockchain often sounds complicated: installing software, configuring servers, syncing data. But what if it only took a few minutes? With NOWNodes, accessing the Nano blockchain is as easy as getting an API key and making your first request. Understanding Why Nano Matters Nano is built for speed. It enables instant and feeless [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":1799,"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":[33],"tags":[203,435,123,39,434],"class_list":["post-1798","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-nano","tag-api","tag-nano","tag-rpc-nodes","tag-tutorial","tag-xno"],"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 Connect to Nano in 5 Minutes | NOWNodes Blog<\/title>\n<meta name=\"description\" content=\"With NOWNodes, accessing the Nano blockchain is as easy as getting an API key and making your first request.\" \/>\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-connect-to-nano-in-5-minutes\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Connect to Nano in 5 Minutes | NOWNodes Blog\" \/>\n<meta property=\"og:description\" content=\"With NOWNodes, accessing the Nano blockchain is as easy as getting an API key and making your first request.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nownodes.io\/blog\/how-to-connect-to-nano-in-5-minutes\/\" \/>\n<meta property=\"og:site_name\" content=\"NOWNodes Blog\" \/>\n<meta property=\"article:published_time\" content=\"2025-10-07T11:51:44+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-07T11:51:45+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2025\/10\/coin_13-34.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=\"\u0410nastasia\" \/>\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=\"\u0410nastasia\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 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-connect-to-nano-in-5-minutes\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/nownodes.io\/blog\/how-to-connect-to-nano-in-5-minutes\/\"},\"author\":{\"name\":\"\u0410nastasia\",\"@id\":\"https:\/\/nownodes.io\/blog\/#\/schema\/person\/0890ec68e813adecb93c18ee00e1e7a8\"},\"headline\":\"How to Connect to Nano in 5 Minutes\",\"datePublished\":\"2025-10-07T11:51:44+00:00\",\"dateModified\":\"2025-10-07T11:51:45+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/nownodes.io\/blog\/how-to-connect-to-nano-in-5-minutes\/\"},\"wordCount\":376,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/nownodes.io\/blog\/#organization\"},\"keywords\":[\"API\",\"NANO\",\"RPC Nodes\",\"Tutorial\",\"XNO\"],\"articleSection\":[\"Nano\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/nownodes.io\/blog\/how-to-connect-to-nano-in-5-minutes\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/nownodes.io\/blog\/how-to-connect-to-nano-in-5-minutes\/\",\"url\":\"https:\/\/nownodes.io\/blog\/how-to-connect-to-nano-in-5-minutes\/\",\"name\":\"How to Connect to Nano in 5 Minutes | NOWNodes Blog\",\"isPartOf\":{\"@id\":\"https:\/\/nownodes.io\/blog\/#website\"},\"datePublished\":\"2025-10-07T11:51:44+00:00\",\"dateModified\":\"2025-10-07T11:51:45+00:00\",\"description\":\"With NOWNodes, accessing the Nano blockchain is as easy as getting an API key and making your first request.\",\"breadcrumb\":{\"@id\":\"https:\/\/nownodes.io\/blog\/how-to-connect-to-nano-in-5-minutes\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/nownodes.io\/blog\/how-to-connect-to-nano-in-5-minutes\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/nownodes.io\/blog\/how-to-connect-to-nano-in-5-minutes\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog\",\"item\":\"https:\/\/nownodes.io\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Nano\",\"item\":\"https:\/\/nownodes.io\/blog\/category\/nano\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How to Connect to Nano in 5 Minutes\"}]},{\"@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\/0890ec68e813adecb93c18ee00e1e7a8\",\"name\":\"\u0410nastasia\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/nownodes.io\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1de24ab8dcdd7ec30f6adaf78b56bc1eda421f87575b7e103c8fc3fc4420e833?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1de24ab8dcdd7ec30f6adaf78b56bc1eda421f87575b7e103c8fc3fc4420e833?s=96&d=mm&r=g\",\"caption\":\"\u0410nastasia\"},\"url\":\"https:\/\/nownodes.io\/blog\/author\/nasty-nownodes\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Connect to Nano in 5 Minutes | NOWNodes Blog","description":"With NOWNodes, accessing the Nano blockchain is as easy as getting an API key and making your first request.","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-connect-to-nano-in-5-minutes\/","og_locale":"en_US","og_type":"article","og_title":"How to Connect to Nano in 5 Minutes | NOWNodes Blog","og_description":"With NOWNodes, accessing the Nano blockchain is as easy as getting an API key and making your first request.","og_url":"https:\/\/nownodes.io\/blog\/how-to-connect-to-nano-in-5-minutes\/","og_site_name":"NOWNodes Blog","article_published_time":"2025-10-07T11:51:44+00:00","article_modified_time":"2025-10-07T11:51:45+00:00","og_image":[{"width":2400,"height":1200,"url":"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2025\/10\/coin_13-34.jpg","type":"image\/jpeg"}],"author":"\u0410nastasia","twitter_card":"summary_large_image","twitter_creator":"@nownodes","twitter_site":"@nownodes","twitter_misc":{"Written by":"\u0410nastasia","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/nownodes.io\/blog\/how-to-connect-to-nano-in-5-minutes\/#article","isPartOf":{"@id":"https:\/\/nownodes.io\/blog\/how-to-connect-to-nano-in-5-minutes\/"},"author":{"name":"\u0410nastasia","@id":"https:\/\/nownodes.io\/blog\/#\/schema\/person\/0890ec68e813adecb93c18ee00e1e7a8"},"headline":"How to Connect to Nano in 5 Minutes","datePublished":"2025-10-07T11:51:44+00:00","dateModified":"2025-10-07T11:51:45+00:00","mainEntityOfPage":{"@id":"https:\/\/nownodes.io\/blog\/how-to-connect-to-nano-in-5-minutes\/"},"wordCount":376,"commentCount":0,"publisher":{"@id":"https:\/\/nownodes.io\/blog\/#organization"},"keywords":["API","NANO","RPC Nodes","Tutorial","XNO"],"articleSection":["Nano"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/nownodes.io\/blog\/how-to-connect-to-nano-in-5-minutes\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/nownodes.io\/blog\/how-to-connect-to-nano-in-5-minutes\/","url":"https:\/\/nownodes.io\/blog\/how-to-connect-to-nano-in-5-minutes\/","name":"How to Connect to Nano in 5 Minutes | NOWNodes Blog","isPartOf":{"@id":"https:\/\/nownodes.io\/blog\/#website"},"datePublished":"2025-10-07T11:51:44+00:00","dateModified":"2025-10-07T11:51:45+00:00","description":"With NOWNodes, accessing the Nano blockchain is as easy as getting an API key and making your first request.","breadcrumb":{"@id":"https:\/\/nownodes.io\/blog\/how-to-connect-to-nano-in-5-minutes\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nownodes.io\/blog\/how-to-connect-to-nano-in-5-minutes\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/nownodes.io\/blog\/how-to-connect-to-nano-in-5-minutes\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog","item":"https:\/\/nownodes.io\/blog"},{"@type":"ListItem","position":2,"name":"Nano","item":"https:\/\/nownodes.io\/blog\/category\/nano"},{"@type":"ListItem","position":3,"name":"How to Connect to Nano in 5 Minutes"}]},{"@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\/0890ec68e813adecb93c18ee00e1e7a8","name":"\u0410nastasia","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/nownodes.io\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/1de24ab8dcdd7ec30f6adaf78b56bc1eda421f87575b7e103c8fc3fc4420e833?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1de24ab8dcdd7ec30f6adaf78b56bc1eda421f87575b7e103c8fc3fc4420e833?s=96&d=mm&r=g","caption":"\u0410nastasia"},"url":"https:\/\/nownodes.io\/blog\/author\/nasty-nownodes"}]}},"modified_by":"\u0410nastasia","_links":{"self":[{"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/posts\/1798","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\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/comments?post=1798"}],"version-history":[{"count":1,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/posts\/1798\/revisions"}],"predecessor-version":[{"id":1800,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/posts\/1798\/revisions\/1800"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/media\/1799"}],"wp:attachment":[{"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/media?parent=1798"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/categories?post=1798"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/tags?post=1798"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}