{"id":308,"date":"2024-03-04T11:33:13","date_gmt":"2024-03-04T11:33:13","guid":{"rendered":"https:\/\/nownodes.io\/blog\/?p=308"},"modified":"2024-03-04T11:33:15","modified_gmt":"2024-03-04T11:33:15","slug":"radix-rpc-api-complete-guide","status":"publish","type":"post","link":"https:\/\/nownodes.io\/blog\/radix-rpc-api-complete-guide\/","title":{"rendered":"Integrating Radix RPC Advanced Node API &#8211; A 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-8-color has-vivid-purple-background-color has-text-color has-background has-link-color wp-element-button\">Connect to Radix Core &amp; Gateway API<\/a><\/div>\n<\/div>\n\n\n\n<p><\/p>\n\n\n\n<p>Welcome to our first Radix and NOWNodes API guide! In this tutorial, we will guide you through the process of setting up your Radix Advanced Node API and integrating a Radix RPC Full Node endpoint avoiding 404-errors. Additionally, we are going to provide you with examples of the Radix endpoint integration for internal tests before deployment.&nbsp;<\/p>\n\n\n\n<p>In the fast-evolving landscape of Web3 development and the rise of useful DeFi building platforms, Radix emerges as a powerful blockchain development environment that helps builders utilize powerful resources for DeFi applications and services. Understanding how and why to integrate the Radix Advanced Node API into your code opens up a realm of no-limit capabilities for the requests and ensures a smooth deployment process. Let\u2019s dive into this guide!<\/p>\n\n\n\n<p>You can save this tutorial and share it for 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:3px;border-style:solid;border-color:#000000;border-radius:10px;overflow:hidden\"><div class=\"ib-toc-header\" style=\"font-size:28px;background-color:#d2d2f6\"><div class=\"ib-toc-header-title\"><strong>Table of Contents<\/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:3px\"><\/div><div class=\"ib-toc-body\" style=\"background-color:#ffffff\"><ol class=\"ib-toc-anchors\"><\/ol><\/div><\/div><\/div>\n\n\n<h2 class=\"wp-block-heading\" id=\"understanding-the-radix-platform-and-its-network\">Understanding the Radix platform and its Network<\/h2>\n\n\n<p>Before we dive into the technical aspects of developing on Radix with a Node API, let&#8217;s take a moment to understand the Radix blockchain and network.&nbsp;<\/p>\n\n\n\n<p>Radix is a layer-1 decentralized network designed specifically for the efficient creation and execution of decentralized applications (dApps) and tokens. It aims to address the major limitations of existing blockchain systems: scalability, security, and developer experience. Radix employs a unique consensus mechanism and ledger structure, making it an intriguing platform for developers looking to build scalable dApps.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"how-radix-utilizes-scrypto\">How Radix Utilizes Scrypto<\/h2>\n\n\n<p>Scrypto is a domain-specific language developed by Radix for crafting smart contracts on its network. It is designed to be an asset-oriented programming language, making it inherently suitable for financial applications. Scrypto leverages the Radix Engine, a component designed to ensure that transactions and smart contracts adhere to specific rules for assets, thereby enhancing security and compliance. This approach allows developers to focus on the business logic of their applications, with the underlying platform handling the intricacies of asset management and transaction processing.<\/p>\n\n\n\n<p><em>Developing on Scrypto is considered to be more accessible for numerous reasons:<\/em><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>First,<\/strong> its asset-oriented nature simplifies the creation of financial applications, which are common use cases for blockchain technology. This contrasts with other blockchain development languages that require extensive boilerplate code to handle asset transactions securely.&nbsp;<\/li>\n\n\n\n<li><strong>Secondly<\/strong>, Scrypto provides higher-level abstractions that reduce the risk of common vulnerabilities found in smart contracts, making it easier for developers to write secure code.&nbsp;<\/li>\n\n\n\n<li><strong>Finally<\/strong>, Scrypto&#8217;s integration within Radix offers a more seamless development experience, with tools and resources tailored to the language and platform&#8217;s unique features.<\/li>\n<\/ol>\n\n\n\n<p>There are several <strong>use cases<\/strong> for the Radix Advanced Node API:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Faster and Smoother deployment of Contracts on the mainnet.<\/strong><br>Since NOWNodes Advanced Node API comes with an expanded throughput and capacities, the latency for builders streams right to almost zero;<\/li>\n\n\n\n<li><strong>Complete On-Chain Data.<\/strong><br>Our Radix API comes with two main software platforms: Core API and Gateway instance. This ensures the Radix on-chain data availability via one endpoint;<\/li>\n\n\n\n<li><strong>Greater User Experience via the backend.<\/strong><br>Updating and displaying the information on your frontend and in the data bases requires prompt and swift updates. The Radix Advanced API comes with zero RPS limits on all paid plans. Since the number of processed Radix transactions can scale to 100x of today\u2019s level, it\u2019s important to provide the capacities for the scalability.&nbsp;<br><\/li>\n<\/ul>\n\n\n\n<p>Radix RPC Full Node by NOWNodes may be integrated in any configuration of the contract or be used for the on-chain activities that require interacting with the network.&nbsp;<\/p>\n\n\n\n<p>Let\u2019s get straight to the guide and proceed to the <strong>#BUIDLing!<\/strong><\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"stepbystep-tutorial-on-integrating-radix-rpc-node-api\">Step-by-step tutorial on Integrating Radix RPC Node API<\/h2>\n\n\n<p>Performing on-chain activities on Radix involves several steps, including the use of a custom Remote Procedure Call (RPC) endpoint and an API key for enhanced security and control.&nbsp;<\/p>\n\n\n\n<div class=\"wp-block-simple-note-info\"><strong>Always<\/strong> refer to the latest <strong>Radix and NOWNodes documentation<\/strong> for the most accurate and detailed guidance.<\/div>\n\n\n\n<p>Here&#8217;s an overview of the integration! This time we\u2019ll exercise in sending and pushing a transaction in the Radix main network.<\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"step-0-prepare-radixrelated-data-and-tools\"><strong>Step 0. Prepare Radix-related Data and Tools<\/strong><\/h3>\n\n\n<p>For this tutorial we are going to use:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>On-chain Data (may be taken from the Radix Explorer);<\/li>\n\n\n\n<li>Raw data (conducted directly in the service backend or taken from the DB);<\/li>\n\n\n\n<li>Radix Advanced Node API endpoints;<\/li>\n\n\n\n<li><em>Optional<\/em> &#8211; API Environment (Postman, Insomnia)<\/li>\n<\/ul>\n\n\n<h3 class=\"wp-block-heading\" id=\"step-1-obtain-your-private-api-key-for-radix-advanced-node-api\"><strong>Step 1. Obtain your Private API key for Radix Advanced Node API<\/strong><\/h3>\n\n\n<p>The easiest way to access our Radix Node API is to visit a dedicated Radix page at our development hub and create or sign into your profile. If needed, go through the registration process and create an API key. Our Radix Node API supports both <strong>Core<\/strong> and <strong>Gateway<\/strong> interfaces &#8211; a big place to practice and play.<\/p>\n\n\n\n<div class=\"wp-block-simple-note-warning\"><strong>Never<\/strong> share your <strong>API key<\/strong> in text messages or screenshots &#8211; <strong>even<\/strong> with the NOWNodes team. This is your<strong> personal information<\/strong>.<\/div>\n\n\n<h3 class=\"wp-block-heading\" id=\"step-2-configure-the-radix-rpc-node-api\"><strong>Step 2. Configure the Radix RPC Node API<\/strong><\/h3>\n\n\n<p>In this step we\u2019ll test the connection to make sure that we will not receive any 500-type of the errors. You can find an example of a call to the Radix mainnet that will display the information about the network, such as the USD price in XRD, the installed tools, etc.&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>curl --request POST \\\n&nbsp;&nbsp;--url https:\/\/xrd.nownodes.io\/core \\\n&nbsp;&nbsp;--header 'Content-Type: application\/json' \\\n&nbsp;&nbsp;--header 'api-key: xxxxxxxxxxx'<\/code><\/pre>\n\n\n<h3 class=\"wp-block-heading\" id=\"step-3-working-with-existing-transactions\"><strong>Step 3. Working with Existing Transactions<\/strong><\/h3>\n\n\n<p>Let&#8217;s now browse the available methods that can be utilized in order to work with Radix transactions and push them. In this step we\u2019ll collect the most popular endpoints that are useful and popular in the backend development.<br><br>Let\u2019s use a method like <code>getTransactionReceip<\/code>t to check if everything is on track. Here\u2019s the method in full size:<\/p>\n\n\n\n<p>In this case we interact with the Radix network through a NOWNodes RPC endpoint. This endpoint is part of the Radix Node API, which facilitates communication between client applications and the Radix network.&nbsp;<\/p>\n\n\n\n<p>There are other RPC JSON methods for Radix Full Node that we can use to collect the information on the existing transaction. They include:<br><br><strong>Radix Core API:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Get Transaction Status&nbsp;<\/li>\n\n\n\n<li>Get Transaction Receipt<\/li>\n\n\n\n<li>Transaction Preview<\/li>\n\n\n\n<li>Get Mempool Transaction<\/li>\n\n\n\n<li>Get Committed Transactions<\/li>\n<\/ol>\n\n\n\n<p><strong>Radix Gateway API:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Similar Methods to Radix Core API<\/li>\n\n\n\n<li>Get Committed Transaction Details<\/li>\n\n\n\n<li>Get Transactions Stream<\/li>\n<\/ol>\n\n\n<h3 class=\"wp-block-heading\" id=\"step-4-sending-transactions-with-xrdnbsp\"><strong>Step 4. Sending Transactions with XRD <\/strong><\/h3>\n\n\n<p>Building transactions and pushing them directly on-chain requires several JSON-RPC methods. Let\u2019s browse some of them:<\/p>\n\n\n<h4 class=\"wp-block-heading\" id=\"1-previewing-the-transaction\"><strong>1. Previewing the Transaction<\/strong><\/h4>\n\n\n<p>In this case we will use the <code>transaction\/preview\/<\/code> for the desired endpoint and the command. For this type of method you will need to use the data for the public key. Here\u2019s an example of a request:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>curl --request POST \\\n&nbsp;&nbsp;--url https:\/\/xrd-gateway.nownodes.io\/transaction\/preview \\\n&nbsp;&nbsp;--header 'Content-Type: application\/json' \\\n&nbsp;&nbsp;--header 'api-key: xxxxxxxx' \\\n&nbsp;&nbsp;--data '{\n&nbsp;&nbsp;\"manifest\": \"string\",\n&nbsp;&nbsp;\"blobs_hex\": &#91;\n&nbsp;&nbsp;&nbsp;&nbsp;\"string\"\n&nbsp;&nbsp;],\n&nbsp;&nbsp;\"start_epoch_inclusive\": 10000000000,\n&nbsp;&nbsp;\"end_epoch_exclusive\": 10000000000,\n&nbsp;&nbsp;\"notary_public_key\": {\n&nbsp;&nbsp;&nbsp;&nbsp;\"key_type\": \"KEYTYPE\"\n&nbsp;&nbsp;},\n&nbsp;&nbsp;\"notary_is_signatory\": true,\n&nbsp;&nbsp;\"tip_percentage\": 65535,\n&nbsp;&nbsp;\"nonce\": 0,\n&nbsp;&nbsp;\"signer_public_keys\": &#91;\n&nbsp;&nbsp;&nbsp;&nbsp;{\n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\"key_type\": \"KEYTYPE\"\n&nbsp;&nbsp;&nbsp;&nbsp;}\n&nbsp;&nbsp;],\n&nbsp;&nbsp;\"flags\": {\n&nbsp;&nbsp;&nbsp;&nbsp;\"use_free_credit\": true,\n&nbsp;&nbsp;&nbsp;&nbsp;\"assume_all_signature_proofs\": true,\n&nbsp;&nbsp;&nbsp;&nbsp;\"skip_epoch_check\": true\n&nbsp;&nbsp;}\n}'<\/code><\/pre>\n\n\n\n<p>Make sure you inserted the correct variables in the properties in order to avoid 400-type errors. <\/p>\n\n\n<h4 class=\"wp-block-heading\" id=\"2-sending-the-transaction\"><strong>2. Sending the Transaction<\/strong><\/h4>\n\n\n<p>For this type of the method, the JSON-body (stated parameters) will be less in size than the previous one. In this case, we\u2019ll be only using the Notarized Transaction HEX &#8211; the transaction payload<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>curl --request POST \\\n&nbsp;&nbsp;--url https:\/\/xrd-gateway.nownodes.io\/transaction\/submit \\\n&nbsp;&nbsp;--header 'Content-Type: application\/json' \\\n&nbsp;&nbsp;--header 'api-key: xxxxxxx' \\\n&nbsp;&nbsp;--data '{\n&nbsp;&nbsp;\"notarized_transaction_hex\": \"string\"\n}'<\/code><\/pre>\n\n\n\n<p>Make sure that your Transaction Hex is actually HEX-encoded. The Radix official GitHub repo has a complete tutorial on <a href=\"https:\/\/github.com\/radixdlt\/radix-engine-toolkit-examples\/tree\/main\/examples\/transactions\/construction-of-simple-transaction\">how to construct<\/a> a simple transaction from scratch.&nbsp; There are various services that you could use to encode the variable for the transaction hash, like<a href=\"https:\/\/www.convertstring.com\/EncodeDecode\/HexEncode\"> this one<\/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>Great news! This is our first installment of an important #NOWBuild campaign which we launched together with the Radix Community Council team. It will include technical guides for the fast and smooth development and community workshops.&nbsp;<\/p>\n\n\n\n<p>Make sure you rate this guide and leave your feedback on NOWNodes Radix RPC Full Node. You can email us at <a href=\"mailto:marketing@nownodes.io\">marketing@nownodes.io<\/a> or leave a message in our <a href=\"http:\/\/t.me\/nownodes\">builders community<\/a>.<\/p>\n\n\n\n<p>Get access to the <strong>Radix RPC Full node<\/strong> with a reliable blockchain-as-a-service provider <strong>NOW<\/strong>Nodes!<\/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-8-color has-vivid-purple-background-color has-text-color has-background has-link-color wp-element-button\">Build on Radix #NOW<\/a><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Welcome to our first Radix and NOWNodes API guide! In this tutorial, we will guide you through the process of setting up your Radix Advanced Node API and integrating a Radix RPC Full Node endpoint avoiding 404-errors. Additionally, we are going to provide you with examples of the Radix endpoint integration for internal tests before [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":309,"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":[135,134],"tags":[40,137,136,39],"class_list":["post-308","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-nowradix","category-radix","tag-mainnet","tag-radix-core","tag-radix-rpc","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>Integrating Radix RPC Advanced Node API - A Complete Guide<\/title>\n<meta name=\"description\" content=\"Building with Radix RPC Node API? Delve into our complete guide and browse Radix API methods for Gateway and Core APIs!\" \/>\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\/radix-rpc-api-complete-guide\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Integrating Radix RPC Advanced Node API - A Complete Guide\" \/>\n<meta property=\"og:description\" content=\"Building with Radix RPC Node API? Delve into our complete guide and browse Radix API methods for Gateway and Core APIs!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nownodes.io\/blog\/radix-rpc-api-complete-guide\/\" \/>\n<meta property=\"og:site_name\" content=\"NOWNodes Blog\" \/>\n<meta property=\"article:published_time\" content=\"2024-03-04T11:33:13+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-03-04T11:33:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/03\/NN-x-Radix-BLOG.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=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/nownodes.io\/blog\/radix-rpc-api-complete-guide\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/nownodes.io\/blog\/radix-rpc-api-complete-guide\/\"},\"author\":{\"name\":\"NOWNodes Team\",\"@id\":\"https:\/\/nownodes.io\/blog\/#\/schema\/person\/c041891469390738b68a2aafe063f93c\"},\"headline\":\"Integrating Radix RPC Advanced Node API &#8211; A Complete Guide\",\"datePublished\":\"2024-03-04T11:33:13+00:00\",\"dateModified\":\"2024-03-04T11:33:15+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/nownodes.io\/blog\/radix-rpc-api-complete-guide\/\"},\"wordCount\":1295,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/nownodes.io\/blog\/#organization\"},\"keywords\":[\"Mainnet\",\"radix core\",\"radix rpc\",\"Tutorial\"],\"articleSection\":[\"#NOWRadix\",\"Radix\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/nownodes.io\/blog\/radix-rpc-api-complete-guide\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/nownodes.io\/blog\/radix-rpc-api-complete-guide\/\",\"url\":\"https:\/\/nownodes.io\/blog\/radix-rpc-api-complete-guide\/\",\"name\":\"Integrating Radix RPC Advanced Node API - A Complete Guide\",\"isPartOf\":{\"@id\":\"https:\/\/nownodes.io\/blog\/#website\"},\"datePublished\":\"2024-03-04T11:33:13+00:00\",\"dateModified\":\"2024-03-04T11:33:15+00:00\",\"description\":\"Building with Radix RPC Node API? Delve into our complete guide and browse Radix API methods for Gateway and Core APIs!\",\"breadcrumb\":{\"@id\":\"https:\/\/nownodes.io\/blog\/radix-rpc-api-complete-guide\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/nownodes.io\/blog\/radix-rpc-api-complete-guide\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/nownodes.io\/blog\/radix-rpc-api-complete-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\":\"Radix\",\"item\":\"https:\/\/nownodes.io\/blog\/category\/node-guides\/radix\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Integrating Radix RPC Advanced Node API &#8211; A 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":"Integrating Radix RPC Advanced Node API - A Complete Guide","description":"Building with Radix RPC Node API? Delve into our complete guide and browse Radix API methods for Gateway and Core APIs!","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\/radix-rpc-api-complete-guide\/","og_locale":"en_US","og_type":"article","og_title":"Integrating Radix RPC Advanced Node API - A Complete Guide","og_description":"Building with Radix RPC Node API? Delve into our complete guide and browse Radix API methods for Gateway and Core APIs!","og_url":"https:\/\/nownodes.io\/blog\/radix-rpc-api-complete-guide\/","og_site_name":"NOWNodes Blog","article_published_time":"2024-03-04T11:33:13+00:00","article_modified_time":"2024-03-04T11:33:15+00:00","og_image":[{"width":2400,"height":1350,"url":"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/03\/NN-x-Radix-BLOG.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":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/nownodes.io\/blog\/radix-rpc-api-complete-guide\/#article","isPartOf":{"@id":"https:\/\/nownodes.io\/blog\/radix-rpc-api-complete-guide\/"},"author":{"name":"NOWNodes Team","@id":"https:\/\/nownodes.io\/blog\/#\/schema\/person\/c041891469390738b68a2aafe063f93c"},"headline":"Integrating Radix RPC Advanced Node API &#8211; A Complete Guide","datePublished":"2024-03-04T11:33:13+00:00","dateModified":"2024-03-04T11:33:15+00:00","mainEntityOfPage":{"@id":"https:\/\/nownodes.io\/blog\/radix-rpc-api-complete-guide\/"},"wordCount":1295,"commentCount":0,"publisher":{"@id":"https:\/\/nownodes.io\/blog\/#organization"},"keywords":["Mainnet","radix core","radix rpc","Tutorial"],"articleSection":["#NOWRadix","Radix"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/nownodes.io\/blog\/radix-rpc-api-complete-guide\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/nownodes.io\/blog\/radix-rpc-api-complete-guide\/","url":"https:\/\/nownodes.io\/blog\/radix-rpc-api-complete-guide\/","name":"Integrating Radix RPC Advanced Node API - A Complete Guide","isPartOf":{"@id":"https:\/\/nownodes.io\/blog\/#website"},"datePublished":"2024-03-04T11:33:13+00:00","dateModified":"2024-03-04T11:33:15+00:00","description":"Building with Radix RPC Node API? Delve into our complete guide and browse Radix API methods for Gateway and Core APIs!","breadcrumb":{"@id":"https:\/\/nownodes.io\/blog\/radix-rpc-api-complete-guide\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nownodes.io\/blog\/radix-rpc-api-complete-guide\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/nownodes.io\/blog\/radix-rpc-api-complete-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":"Radix","item":"https:\/\/nownodes.io\/blog\/category\/node-guides\/radix"},{"@type":"ListItem","position":4,"name":"Integrating Radix RPC Advanced Node API &#8211; A 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":"NOWNodes Team","_links":{"self":[{"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/posts\/308","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=308"}],"version-history":[{"count":3,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/posts\/308\/revisions"}],"predecessor-version":[{"id":312,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/posts\/308\/revisions\/312"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/media\/309"}],"wp:attachment":[{"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/media?parent=308"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/categories?post=308"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/tags?post=308"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}