{"id":6819,"date":"2025-11-07T17:46:36","date_gmt":"2025-11-07T12:16:36","guid":{"rendered":"https:\/\/simplileap.com\/blog\/?p=6819"},"modified":"2025-11-07T18:14:21","modified_gmt":"2025-11-07T12:44:21","slug":"how-to-setup-quicknode-quickalerts","status":"publish","type":"post","link":"https:\/\/simplileap.com\/blog\/technical\/how-to-setup-quicknode-quickalerts\/","title":{"rendered":"How to setup Quicknode Quickalerts"},"content":{"rendered":"<h2><span style=\"font-weight: 400;\">What is QuickNode?<\/span><\/h2>\n<p><span style=\"font-weight: 400;\">QuickNode is a blockchain infrastructure that gives developer tools and services to interact with different blockchains. The Quicknode api offers 40+ blockchain access 60+ network access.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Quicknode offers tools like IPFS, Streams, QuickAlerts etc.<\/span><\/p>\n<p><span style=\"font-weight: 400;\"><strong>IPFS(Interplanetary Fi<\/strong>le System) &#8211; is a protocol for transferring or sharing data without any centralized server.<\/span><\/p>\n<p><span style=\"font-weight: 400;\"><strong>Streams &#8211;<\/strong> gives access to the real time blockchain events into your app like if any new transaction is done to any wallet then the stream gives the real time data to the app.<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><\/p>\n<h2><span style=\"font-weight: 400;\">What are QuickAlerts?<\/span><\/h2>\n<p><span style=\"font-weight: 400;\">Quickalerts gives real-time notifications or alerts of the real-time events that are happening in the blockchain network.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">So developers can get real time notifications or alerts of a particular token they are expecting, If any changes happen for that relevant token.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">To access QuickAlerts, Quicknode provides two ways. One is through QuickNode Developer Portal and the other one is through the QuickAlerts REST Api.<\/span><\/p>\n<h2><span style=\"font-weight: 400;\">How to set up QuickAlerts?<\/span><\/h2>\n<p><strong>Step 1: Creating an Endpoint<\/strong><\/p>\n<p><span style=\"font-weight: 400;\">Creating an endpoint is a first step for setting up QuickAlerts.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Creating an endpoint is required as the endpoint helps us to connect to the blockchain network.\u00a0<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Login to your Quicknode account.<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Go to the QuickNode Dashboard and select the endpoints Tab and then select a chain as per your requirement. Just follow the steps required for endpoint creation and then your first step for setting up of quickAlert is done.<\/span><\/li>\n<\/ul>\n<p><strong>Step 2: Creating Destination:<\/strong><\/p>\n<p><span style=\"font-weight: 400;\">The second step for quickAlerts setup is creating a destination.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Creating a destination is a very crucial step as blockchain requires a destination so that it can send the payload or updates to some accurate recipients.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">For creating a destination five body parameters are required.<\/span><\/p>\n<ul>\n<li><span style=\"font-weight: 400;\">Go to QuickNode dashboard.<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Select QuickAlerts and then go to the Destinations tab and click on create destination.<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Select webhook and give the url and hit the create button.<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Once the destination is created, click on the destination you made and copy the destination Id from the browser\u2019s url.\u00a0<\/span><\/li>\n<\/ul>\n<p><strong>Step 3: Creating Notification:<\/strong><\/p>\n<p><span style=\"font-weight: 400;\">For creating notification api key is required. You can get your api key by clicking on your avatar and then clicking the api keys tab.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Copy the api key as it is required for alert creation.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Alert notification requires four body parameters<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Name: name of your notification.<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">expression: Base64 encoded expression. QuickAlerts expressions are required as it provides the conditions. So if that condition is met then the blockchain will trigger the notification. Expressions basically are used for filtering the notifications. So if you want transactions that are above 1ETH you can provide the logic for that condition.<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">Below given example shows the expression for all the transactions happening for the address 0x13CB6AE34A13a0977F4d7101eBc24B87Bb23F0d5<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Eg: tx_to == &#8216;0x13CB6AE34A13a0977F4d7101eBc24B87Bb23F0d5&#8217; || tx_from == \u20180x13CB6AE34A13a0977F4d7101eBc24B87Bb23F0d5\u2019.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Note: The expression is required only if we are creating notification through api\u2019s and the expression \u00a0 should be Base64 encoded.<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Network: The network required for this notification. Expression also requires the network name like \u201cbase-mainnet\u201d, \u201cbase-sepolia\u201d, \u201cdoge-mainnet\u201d etc.<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">destinationIds: Destination Id is basically an array of strings that has destination ids. Destination Ids are required as it sends the payload to the destination.<\/span><\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<p><span style=\"font-weight: 400;\">Below is a simple example of a quickAlerts where it sends the request to the quickNode quickAlerts api which monitors all the transactions happening on the eth address 0x13CB6AE34A13a0977F4d7101eBc24B87Bb23F0d5.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">The api call sends the notification to the destination Ids if the required conditions are met that are written on the quickAlert expression.<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"font-weight: 400;\">Api key is provided in the headers.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Body contains name of the notification, expression for a logical notification filtering, network required for the notifications and the destination Ids.<\/span><\/p>\n<h2><span style=\"font-weight: 400;\">Conclusion<\/span><\/h2>\n<p><span style=\"font-weight: 400;\">Setting up Quicknode QuickAlerts will enable developers to watch blockchains and receive notifications instantaneously in case of any blockchain events. Developers then would be able to create endpoints and destinations and set their rules for notifications using expressions, allowing them to send alerts of their chosen transactions and tokens. This allows blockchain applications to function- meaning any network changes made-immediately. It further improves both how well the system works and how users feel about it, whether directly with the Quicknode Developer Portal or through the QuickAlerts REST API. The various choices on multiple blockchains make it very powerful for monitoring and interacting with blockchains.<\/span><\/p>\n<p>For more information regarding quicknode, feel free to reach out to us at <a href=\"mailto:info@simplileap.com\">info@simplileap.com<\/a>.<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>What is QuickNode? QuickNode is a blockchain infrastructure that gives developer tools and services to interact with different blockchains. The Quicknode api offers 40+ blockchain access 60+ network access. Quicknode offers tools like IPFS, Streams, QuickAlerts etc. IPFS(Interplanetary File System) &#8211; is a protocol for transferring or sharing data without any centralized server. Streams &#8211; [&hellip;]<\/p>\n","protected":false},"author":9,"featured_media":7048,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[33],"tags":[],"class_list":["post-6819","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-technical"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to setup Quicknode Quickalerts - Simplileap<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/simplileap.com\/blog\/technical\/how-to-setup-quicknode-quickalerts\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to setup Quicknode Quickalerts - Simplileap\" \/>\n<meta property=\"og:description\" content=\"What is QuickNode? QuickNode is a blockchain infrastructure that gives developer tools and services to interact with different blockchains. The Quicknode api offers 40+ blockchain access 60+ network access. Quicknode offers tools like IPFS, Streams, QuickAlerts etc. IPFS(Interplanetary File System) &#8211; is a protocol for transferring or sharing data without any centralized server. Streams &#8211; [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/simplileap.com\/blog\/technical\/how-to-setup-quicknode-quickalerts\/\" \/>\n<meta property=\"og:site_name\" content=\"Simplileap\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/simplileap\" \/>\n<meta property=\"article:published_time\" content=\"2025-11-07T12:16:36+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-07T12:44:21+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/simplileap.com\/blog\/wp-content\/uploads\/2025\/11\/quickalerts-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"627\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Deepak Pathak\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@simplileap\" \/>\n<meta name=\"twitter:site\" content=\"@simplileap\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Deepak Pathak\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/simplileap.com\/blog\/technical\/how-to-setup-quicknode-quickalerts\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/simplileap.com\/blog\/technical\/how-to-setup-quicknode-quickalerts\/\"},\"author\":{\"name\":\"Deepak Pathak\",\"@id\":\"https:\/\/simplileap.com\/blog\/#\/schema\/person\/64543e59ef20ab873fb1ca0588bb60b4\"},\"headline\":\"How to setup Quicknode Quickalerts\",\"datePublished\":\"2025-11-07T12:16:36+00:00\",\"dateModified\":\"2025-11-07T12:44:21+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/simplileap.com\/blog\/technical\/how-to-setup-quicknode-quickalerts\/\"},\"wordCount\":771,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/simplileap.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/simplileap.com\/blog\/technical\/how-to-setup-quicknode-quickalerts\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/simplileap.com\/blog\/wp-content\/uploads\/2025\/11\/quickalerts-1.jpg\",\"articleSection\":[\"Technical\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/simplileap.com\/blog\/technical\/how-to-setup-quicknode-quickalerts\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/simplileap.com\/blog\/technical\/how-to-setup-quicknode-quickalerts\/\",\"url\":\"https:\/\/simplileap.com\/blog\/technical\/how-to-setup-quicknode-quickalerts\/\",\"name\":\"How to setup Quicknode Quickalerts - Simplileap\",\"isPartOf\":{\"@id\":\"https:\/\/simplileap.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/simplileap.com\/blog\/technical\/how-to-setup-quicknode-quickalerts\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/simplileap.com\/blog\/technical\/how-to-setup-quicknode-quickalerts\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/simplileap.com\/blog\/wp-content\/uploads\/2025\/11\/quickalerts-1.jpg\",\"datePublished\":\"2025-11-07T12:16:36+00:00\",\"dateModified\":\"2025-11-07T12:44:21+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/simplileap.com\/blog\/technical\/how-to-setup-quicknode-quickalerts\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/simplileap.com\/blog\/technical\/how-to-setup-quicknode-quickalerts\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/simplileap.com\/blog\/technical\/how-to-setup-quicknode-quickalerts\/#primaryimage\",\"url\":\"https:\/\/simplileap.com\/blog\/wp-content\/uploads\/2025\/11\/quickalerts-1.jpg\",\"contentUrl\":\"https:\/\/simplileap.com\/blog\/wp-content\/uploads\/2025\/11\/quickalerts-1.jpg\",\"width\":1200,\"height\":627},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/simplileap.com\/blog\/technical\/how-to-setup-quicknode-quickalerts\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/simplileap.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to setup Quicknode Quickalerts\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/simplileap.com\/blog\/#website\",\"url\":\"https:\/\/simplileap.com\/blog\/\",\"name\":\"Simplileap\",\"description\":\"Building Digital Future\",\"publisher\":{\"@id\":\"https:\/\/simplileap.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/simplileap.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/simplileap.com\/blog\/#organization\",\"name\":\"Simplileap\",\"url\":\"https:\/\/simplileap.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/simplileap.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/simplileap.com\/blog\/wp-content\/uploads\/2020\/11\/android-chrome-512x512-1.png\",\"contentUrl\":\"https:\/\/simplileap.com\/blog\/wp-content\/uploads\/2020\/11\/android-chrome-512x512-1.png\",\"width\":512,\"height\":512,\"caption\":\"Simplileap\"},\"image\":{\"@id\":\"https:\/\/simplileap.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/simplileap\",\"https:\/\/x.com\/simplileap\",\"https:\/\/www.instagram.com\/simplileap\/\",\"https:\/\/www.linkedin.com\/company\/simplileap\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/simplileap.com\/blog\/#\/schema\/person\/64543e59ef20ab873fb1ca0588bb60b4\",\"name\":\"Deepak Pathak\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/simplileap.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/6145b2cf14309466fc08ab5e2986cea3581526653bc2a9a87f0ce62d9cf346e4?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/6145b2cf14309466fc08ab5e2986cea3581526653bc2a9a87f0ce62d9cf346e4?s=96&d=mm&r=g\",\"caption\":\"Deepak Pathak\"},\"description\":\"A Software Engineer with a B.Tech. degree, leveraging a strong foundation to tackle challenges and innovate in the ever-evolving tech landscape. When I'm not coding, I enjoy unwinding with a good playlist, allowing music to fuel my creativity and well-rounded approach to problem-solving.\",\"url\":\"https:\/\/simplileap.com\/blog\/author\/deepak\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to setup Quicknode Quickalerts - Simplileap","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:\/\/simplileap.com\/blog\/technical\/how-to-setup-quicknode-quickalerts\/","og_locale":"en_US","og_type":"article","og_title":"How to setup Quicknode Quickalerts - Simplileap","og_description":"What is QuickNode? QuickNode is a blockchain infrastructure that gives developer tools and services to interact with different blockchains. The Quicknode api offers 40+ blockchain access 60+ network access. Quicknode offers tools like IPFS, Streams, QuickAlerts etc. IPFS(Interplanetary File System) &#8211; is a protocol for transferring or sharing data without any centralized server. Streams &#8211; [&hellip;]","og_url":"https:\/\/simplileap.com\/blog\/technical\/how-to-setup-quicknode-quickalerts\/","og_site_name":"Simplileap","article_publisher":"https:\/\/www.facebook.com\/simplileap","article_published_time":"2025-11-07T12:16:36+00:00","article_modified_time":"2025-11-07T12:44:21+00:00","og_image":[{"width":1200,"height":627,"url":"http:\/\/simplileap.com\/blog\/wp-content\/uploads\/2025\/11\/quickalerts-1.jpg","type":"image\/jpeg"}],"author":"Deepak Pathak","twitter_card":"summary_large_image","twitter_creator":"@simplileap","twitter_site":"@simplileap","twitter_misc":{"Written by":"Deepak Pathak","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/simplileap.com\/blog\/technical\/how-to-setup-quicknode-quickalerts\/#article","isPartOf":{"@id":"https:\/\/simplileap.com\/blog\/technical\/how-to-setup-quicknode-quickalerts\/"},"author":{"name":"Deepak Pathak","@id":"https:\/\/simplileap.com\/blog\/#\/schema\/person\/64543e59ef20ab873fb1ca0588bb60b4"},"headline":"How to setup Quicknode Quickalerts","datePublished":"2025-11-07T12:16:36+00:00","dateModified":"2025-11-07T12:44:21+00:00","mainEntityOfPage":{"@id":"https:\/\/simplileap.com\/blog\/technical\/how-to-setup-quicknode-quickalerts\/"},"wordCount":771,"commentCount":0,"publisher":{"@id":"https:\/\/simplileap.com\/blog\/#organization"},"image":{"@id":"https:\/\/simplileap.com\/blog\/technical\/how-to-setup-quicknode-quickalerts\/#primaryimage"},"thumbnailUrl":"https:\/\/simplileap.com\/blog\/wp-content\/uploads\/2025\/11\/quickalerts-1.jpg","articleSection":["Technical"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/simplileap.com\/blog\/technical\/how-to-setup-quicknode-quickalerts\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/simplileap.com\/blog\/technical\/how-to-setup-quicknode-quickalerts\/","url":"https:\/\/simplileap.com\/blog\/technical\/how-to-setup-quicknode-quickalerts\/","name":"How to setup Quicknode Quickalerts - Simplileap","isPartOf":{"@id":"https:\/\/simplileap.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/simplileap.com\/blog\/technical\/how-to-setup-quicknode-quickalerts\/#primaryimage"},"image":{"@id":"https:\/\/simplileap.com\/blog\/technical\/how-to-setup-quicknode-quickalerts\/#primaryimage"},"thumbnailUrl":"https:\/\/simplileap.com\/blog\/wp-content\/uploads\/2025\/11\/quickalerts-1.jpg","datePublished":"2025-11-07T12:16:36+00:00","dateModified":"2025-11-07T12:44:21+00:00","breadcrumb":{"@id":"https:\/\/simplileap.com\/blog\/technical\/how-to-setup-quicknode-quickalerts\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/simplileap.com\/blog\/technical\/how-to-setup-quicknode-quickalerts\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/simplileap.com\/blog\/technical\/how-to-setup-quicknode-quickalerts\/#primaryimage","url":"https:\/\/simplileap.com\/blog\/wp-content\/uploads\/2025\/11\/quickalerts-1.jpg","contentUrl":"https:\/\/simplileap.com\/blog\/wp-content\/uploads\/2025\/11\/quickalerts-1.jpg","width":1200,"height":627},{"@type":"BreadcrumbList","@id":"https:\/\/simplileap.com\/blog\/technical\/how-to-setup-quicknode-quickalerts\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/simplileap.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to setup Quicknode Quickalerts"}]},{"@type":"WebSite","@id":"https:\/\/simplileap.com\/blog\/#website","url":"https:\/\/simplileap.com\/blog\/","name":"Simplileap","description":"Building Digital Future","publisher":{"@id":"https:\/\/simplileap.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/simplileap.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/simplileap.com\/blog\/#organization","name":"Simplileap","url":"https:\/\/simplileap.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/simplileap.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/simplileap.com\/blog\/wp-content\/uploads\/2020\/11\/android-chrome-512x512-1.png","contentUrl":"https:\/\/simplileap.com\/blog\/wp-content\/uploads\/2020\/11\/android-chrome-512x512-1.png","width":512,"height":512,"caption":"Simplileap"},"image":{"@id":"https:\/\/simplileap.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/simplileap","https:\/\/x.com\/simplileap","https:\/\/www.instagram.com\/simplileap\/","https:\/\/www.linkedin.com\/company\/simplileap\/"]},{"@type":"Person","@id":"https:\/\/simplileap.com\/blog\/#\/schema\/person\/64543e59ef20ab873fb1ca0588bb60b4","name":"Deepak Pathak","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/simplileap.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/6145b2cf14309466fc08ab5e2986cea3581526653bc2a9a87f0ce62d9cf346e4?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/6145b2cf14309466fc08ab5e2986cea3581526653bc2a9a87f0ce62d9cf346e4?s=96&d=mm&r=g","caption":"Deepak Pathak"},"description":"A Software Engineer with a B.Tech. degree, leveraging a strong foundation to tackle challenges and innovate in the ever-evolving tech landscape. When I'm not coding, I enjoy unwinding with a good playlist, allowing music to fuel my creativity and well-rounded approach to problem-solving.","url":"https:\/\/simplileap.com\/blog\/author\/deepak\/"}]}},"_links":{"self":[{"href":"https:\/\/simplileap.com\/blog\/wp-json\/wp\/v2\/posts\/6819","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/simplileap.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/simplileap.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/simplileap.com\/blog\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/simplileap.com\/blog\/wp-json\/wp\/v2\/comments?post=6819"}],"version-history":[{"count":7,"href":"https:\/\/simplileap.com\/blog\/wp-json\/wp\/v2\/posts\/6819\/revisions"}],"predecessor-version":[{"id":7039,"href":"https:\/\/simplileap.com\/blog\/wp-json\/wp\/v2\/posts\/6819\/revisions\/7039"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/simplileap.com\/blog\/wp-json\/wp\/v2\/media\/7048"}],"wp:attachment":[{"href":"https:\/\/simplileap.com\/blog\/wp-json\/wp\/v2\/media?parent=6819"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/simplileap.com\/blog\/wp-json\/wp\/v2\/categories?post=6819"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/simplileap.com\/blog\/wp-json\/wp\/v2\/tags?post=6819"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}