{"id":1752,"date":"2025-09-18T11:06:50","date_gmt":"2025-09-18T11:06:50","guid":{"rendered":"https:\/\/nownodes.io\/blog\/?p=1752"},"modified":"2025-09-18T11:06:51","modified_gmt":"2025-09-18T11:06:51","slug":"how-to-integrate-berachain-rpc-into-web3-wallets","status":"publish","type":"post","link":"https:\/\/nownodes.io\/blog\/how-to-integrate-berachain-rpc-into-web3-wallets\/","title":{"rendered":"How to Integrate Berachain RPC into Web3 Wallets"},"content":{"rendered":"\n<p>Berachain is attracting attention across the Web3 space thanks to its EVM-compatibility and its novel Proof-of-Liquidity consensus. For developers, it\u2019s a playground for new DeFi mechanics and innovative dApps. But none of that is possible without a reliable way to \u201ctalk\u201d to the blockchain. That conversation happens through Berachain RPC. It\u2019s the bridge between wallets, applications, and the Berachain network. <\/p>\n\n\n\n<p>Let\u2019s break down why it matters, how wallets and DeFi projects use it, and walk through a real example of a request.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n<h2 class=\"wp-block-heading\" id=\"rpc-as-the-gateway-to-berachain\">RPC as the Gateway to Berachain<\/h2>\n\n\n<p>Think of RPC (Remote Procedure Call) as the set of rules your app follows when asking the blockchain for information or sending instructions.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A wallet checking your balance? That\u2019s an RPC call.<\/li>\n\n\n\n<li>A DeFi protocol fetching token reserves? Another RPC call.<\/li>\n\n\n\n<li>A transaction being broadcast? Yep, that too runs through RPC.<\/li>\n<\/ul>\n\n\n\n<p>Without an RPC endpoint, wallets and dApps are essentially cut off from the blockchain. That\u2019s why having access to a reliable Berachain RPC URL \u2014 especially the Berachain Mainnet RPC URL \u2014 is the first step to integration.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n<h2 class=\"wp-block-heading\" id=\"bringing-berachain-rpc-into-wallets\">Bringing Berachain RPC into Wallets<\/h2>\n\n\n<p>Web3 wallets are only as useful as the networks they can connect to. By plugging in a <strong>Berachain RPC URL<\/strong>, wallets can instantly:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Display balances in BERA and ERC-20 tokens.<\/li>\n\n\n\n<li>Send and sign transactions on Berachain.<\/li>\n\n\n\n<li>Connect to Berachain-native dApps with no extra setup.<\/li>\n<\/ul>\n\n\n\n<p>It\u2019s a simple adjustment in wallet settings, but it unlocks an entirely new blockchain ecosystem for end users.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n<h2 class=\"wp-block-heading\" id=\"how-defi-projects-rely-on-rpc\">How DeFi Projects Rely on RPC<\/h2>\n\n\n<p>For DeFi developers, RPC is more than just a connection \u2014 it\u2019s the backbone of the entire product. Without it, you can\u2019t read pool data, update dashboards, or process trades.<\/p>\n\n\n\n<p>With a solid <strong>Berachain RPC provider<\/strong>, a DeFi app can:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Pull liquidity pool information in real time.<\/li>\n\n\n\n<li>Execute swaps and track confirmations.<\/li>\n\n\n\n<li>Query smart contracts for staking and rewards.<\/li>\n\n\n\n<li>Keep user portfolios up to date without delays.<\/li>\n<\/ul>\n\n\n\n<p>In short: RPC keeps the app and the blockchain in constant conversation.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n<h2 class=\"wp-block-heading\" id=\"a-practical-example\">A Practical Example<\/h2>\n\n\n<p>Here\u2019s what a simple RPC request looks like when calling BERA through a provider like NOWNodes. <a href=\"https:\/\/nownodes.gitbook.io\/bera-berachain\">This one asks for the account info:<\/a><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>POST https:\/\/bera.nownodes.io\n\n{\"jsonrpc\": \"2.0\", \"method\": \"eth_accounts\", \"id\": 1, \"params\": &#91;]}\n<\/code><\/pre>\n\n\n\n<p>And the response you get back:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n    \"jsonrpc\": \"2.0\",\n    \"id\": 1,\n    \"result\": &#91;]\n}\n<\/code><\/pre>\n\n\n\n<p>It\u2019s a small example, but it shows the principle: once you have a <strong>Berachain RPC URL<\/strong>, your app can ask the blockchain anything \u2014 from balances, to contract state, to transaction confirmations.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n<h2 class=\"wp-block-heading\" id=\"why-reliability-matters\">Why Reliability Matters<\/h2>\n\n\n<p>In theory, any RPC endpoint gets the job done. In practice, stability is everything. Imagine a wallet showing the wrong balance or a DeFi app failing to process a swap because the RPC is down. That\u2019s enough to break trust with users instantly.<\/p>\n\n\n\n<p>This is why projects choose established Berachain RPC providers. They guarantee uptime, scale requests as demand grows, and let developers focus on building instead of running servers.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n<h2 class=\"wp-block-heading\" id=\"wrapping-up\">Wrapping Up<\/h2>\n\n\n<p>Integrating Berachain RPC into Web3 wallets and DeFi projects is not complicated, but it\u2019s absolutely essential. Wallets use it to show balances and process transactions; DeFi protocols depend on it for real-time data and on-chain execution.<\/p>\n\n\n\n<p>With a dependable <strong>Berachain Mainnet RPC URL<\/strong>, your project is plugged into the heart of the network and ready to scale in step with the Berachain ecosystem. <\/p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-a89b3969 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/nownodes.io\/\">Try BERA with NOWNodes<\/a><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Berachain is attracting attention across the Web3 space thanks to its EVM-compatibility and its novel Proof-of-Liquidity consensus. For developers, it\u2019s a playground for new DeFi mechanics and innovative dApps. But none of that is possible without a reliable way to \u201ctalk\u201d to the blockchain. That conversation happens through Berachain RPC. It\u2019s the bridge between wallets, [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":1753,"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":[361,7],"tags":[203,362,40,123,39],"class_list":["post-1752","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-berachain","category-node-guides","tag-api","tag-berachain","tag-mainnet","tag-rpc-nodes","tag-tutorial"],"blocksy_meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Integrate Berachain RPC into Web3 Wallets<\/title>\n<meta name=\"description\" content=\"But none of that is possible without a reliable way to \u201ctalk\u201d to the blockchain. That conversation happens through Berachain RPC.\" \/>\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-integrate-berachain-rpc-into-web3-wallets\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Integrate Berachain RPC into Web3 Wallets\" \/>\n<meta property=\"og:description\" content=\"But none of that is possible without a reliable way to \u201ctalk\u201d to the blockchain. That conversation happens through Berachain RPC.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nownodes.io\/blog\/how-to-integrate-berachain-rpc-into-web3-wallets\/\" \/>\n<meta property=\"og:site_name\" content=\"NOWNodes Blog\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-18T11:06:50+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-18T11:06:51+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2025\/09\/nodes_4-23-scaled.png\" \/>\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\/png\" \/>\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=\"3 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-integrate-berachain-rpc-into-web3-wallets\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/nownodes.io\/blog\/how-to-integrate-berachain-rpc-into-web3-wallets\/\"},\"author\":{\"name\":\"\u0410nastasia\",\"@id\":\"https:\/\/nownodes.io\/blog\/#\/schema\/person\/0890ec68e813adecb93c18ee00e1e7a8\"},\"headline\":\"How to Integrate Berachain RPC into Web3 Wallets\",\"datePublished\":\"2025-09-18T11:06:50+00:00\",\"dateModified\":\"2025-09-18T11:06:51+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/nownodes.io\/blog\/how-to-integrate-berachain-rpc-into-web3-wallets\/\"},\"wordCount\":551,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/nownodes.io\/blog\/#organization\"},\"keywords\":[\"API\",\"Berachain\",\"Mainnet\",\"RPC Nodes\",\"Tutorial\"],\"articleSection\":[\"Berachain\",\"Node Guides\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/nownodes.io\/blog\/how-to-integrate-berachain-rpc-into-web3-wallets\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/nownodes.io\/blog\/how-to-integrate-berachain-rpc-into-web3-wallets\/\",\"url\":\"https:\/\/nownodes.io\/blog\/how-to-integrate-berachain-rpc-into-web3-wallets\/\",\"name\":\"How to Integrate Berachain RPC into Web3 Wallets\",\"isPartOf\":{\"@id\":\"https:\/\/nownodes.io\/blog\/#website\"},\"datePublished\":\"2025-09-18T11:06:50+00:00\",\"dateModified\":\"2025-09-18T11:06:51+00:00\",\"description\":\"But none of that is possible without a reliable way to \u201ctalk\u201d to the blockchain. That conversation happens through Berachain RPC.\",\"breadcrumb\":{\"@id\":\"https:\/\/nownodes.io\/blog\/how-to-integrate-berachain-rpc-into-web3-wallets\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/nownodes.io\/blog\/how-to-integrate-berachain-rpc-into-web3-wallets\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/nownodes.io\/blog\/how-to-integrate-berachain-rpc-into-web3-wallets\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog\",\"item\":\"https:\/\/nownodes.io\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Node Guides\",\"item\":\"https:\/\/nownodes.io\/blog\/category\/node-guides\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How to Integrate Berachain RPC into Web3 Wallets\"}]},{\"@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 Integrate Berachain RPC into Web3 Wallets","description":"But none of that is possible without a reliable way to \u201ctalk\u201d to the blockchain. That conversation happens through Berachain RPC.","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-integrate-berachain-rpc-into-web3-wallets\/","og_locale":"en_US","og_type":"article","og_title":"How to Integrate Berachain RPC into Web3 Wallets","og_description":"But none of that is possible without a reliable way to \u201ctalk\u201d to the blockchain. That conversation happens through Berachain RPC.","og_url":"https:\/\/nownodes.io\/blog\/how-to-integrate-berachain-rpc-into-web3-wallets\/","og_site_name":"NOWNodes Blog","article_published_time":"2025-09-18T11:06:50+00:00","article_modified_time":"2025-09-18T11:06:51+00:00","og_image":[{"width":2560,"height":1280,"url":"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2025\/09\/nodes_4-23-scaled.png","type":"image\/png"}],"author":"\u0410nastasia","twitter_card":"summary_large_image","twitter_creator":"@nownodes","twitter_site":"@nownodes","twitter_misc":{"Written by":"\u0410nastasia","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/nownodes.io\/blog\/how-to-integrate-berachain-rpc-into-web3-wallets\/#article","isPartOf":{"@id":"https:\/\/nownodes.io\/blog\/how-to-integrate-berachain-rpc-into-web3-wallets\/"},"author":{"name":"\u0410nastasia","@id":"https:\/\/nownodes.io\/blog\/#\/schema\/person\/0890ec68e813adecb93c18ee00e1e7a8"},"headline":"How to Integrate Berachain RPC into Web3 Wallets","datePublished":"2025-09-18T11:06:50+00:00","dateModified":"2025-09-18T11:06:51+00:00","mainEntityOfPage":{"@id":"https:\/\/nownodes.io\/blog\/how-to-integrate-berachain-rpc-into-web3-wallets\/"},"wordCount":551,"commentCount":0,"publisher":{"@id":"https:\/\/nownodes.io\/blog\/#organization"},"keywords":["API","Berachain","Mainnet","RPC Nodes","Tutorial"],"articleSection":["Berachain","Node Guides"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/nownodes.io\/blog\/how-to-integrate-berachain-rpc-into-web3-wallets\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/nownodes.io\/blog\/how-to-integrate-berachain-rpc-into-web3-wallets\/","url":"https:\/\/nownodes.io\/blog\/how-to-integrate-berachain-rpc-into-web3-wallets\/","name":"How to Integrate Berachain RPC into Web3 Wallets","isPartOf":{"@id":"https:\/\/nownodes.io\/blog\/#website"},"datePublished":"2025-09-18T11:06:50+00:00","dateModified":"2025-09-18T11:06:51+00:00","description":"But none of that is possible without a reliable way to \u201ctalk\u201d to the blockchain. That conversation happens through Berachain RPC.","breadcrumb":{"@id":"https:\/\/nownodes.io\/blog\/how-to-integrate-berachain-rpc-into-web3-wallets\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nownodes.io\/blog\/how-to-integrate-berachain-rpc-into-web3-wallets\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/nownodes.io\/blog\/how-to-integrate-berachain-rpc-into-web3-wallets\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog","item":"https:\/\/nownodes.io\/blog"},{"@type":"ListItem","position":2,"name":"Node Guides","item":"https:\/\/nownodes.io\/blog\/category\/node-guides"},{"@type":"ListItem","position":3,"name":"How to Integrate Berachain RPC into Web3 Wallets"}]},{"@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\/1752","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=1752"}],"version-history":[{"count":1,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/posts\/1752\/revisions"}],"predecessor-version":[{"id":1754,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/posts\/1752\/revisions\/1754"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/media\/1753"}],"wp:attachment":[{"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/media?parent=1752"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/categories?post=1752"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/tags?post=1752"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}