{"id":12568,"date":"2026-08-30T10:14:15","date_gmt":"2026-08-30T10:14:15","guid":{"rendered":"https:\/\/cryptonews.uk.com\/?p=12568"},"modified":"2026-08-30T10:14:15","modified_gmt":"2026-08-30T10:14:15","slug":"bitcoin-hwi-support-freezes-as-bhwi-handoff-remains-unfinished","status":"publish","type":"post","link":"https:\/\/cryptonews.uk.com\/?p=12568","title":{"rendered":"Bitcoin HWI support freezes as BHWI handoff remains unfinished"},"content":{"rendered":"<p><\/p>\n<div data-single-article-content=\"\">\n<p>Bitcoin HWI, a widely used interface for connecting wallet software to hardware signing devices, is moving toward retirement, while the Rust project its maintainer cited as a promising successor has not yet demonstrated a production handoff.<\/p>\n<p>The maintainer of Bitcoin Core\u2019s Hardware Wallet Interface, or HWI, said on Aug. 18 that the project had effectively been in maintenance mode for years and had largely been a solo effort. HWI will no longer accept new devices or features beyond work needed for MuSig2. Once that work is complete, the maintainer expects to make a release that will likely be the project\u2019s last, then keep HWI in minimal maintenance until a suitable drop-in replacement is ready.<\/p>\n<p>HWI is the bridge that wallet software can use to discover a hardware device, retrieve public keys, display a receive address and send a partially signed Bitcoin transaction to devices such as Ledger, Trezor, Coldcard, BitBox or Jade for approval and signing. The successor candidate named in the notice, BHWI, aims to preserve HWI-style command output with a Rust implementation.<\/p>\n<p>Neither transition is complete. HWI is not archived, no retirement date has been set, and the notice does not say supported hardware wallets will stop working or that users\u2019 bitcoin is at risk. The immediate pressure falls on teams that package HWI, invoke its command line or rely on it to absorb changes in devices, operating systems and vendor protocols.<\/p>\n<h2>Why HWI\u2019s separate boundary matters<\/h2>\n<p>HWI is both a Python library and a command-line tool. It gives software one interface for common hardware-wallet operations instead of requiring a separate implementation for every vendor.<\/p>\n<p>Its original goal was to bring hardware-wallet support to Bitcoin Core. The integration reached users through an external-signer boundary rather than by placing HWI inside Bitcoin Core. Bitcoin Core\u2019s external-signer documentation describes a configurable command and uses HWI as its example, while HWI\u2019s Bitcoin Core guide shows HWI being used for key retrieval and transaction signing alongside a Core wallet.<\/p>\n<p>The HWI maintainer said Python prevents deterministic builds, the reproducible build process Bitcoin Core uses for release binaries, and therefore keeps HWI from being shipped with Bitcoin Core. That separation also makes HWI replaceable in principle: another program can implement Bitcoin Core\u2019s external-signer contract. CryptoSlate\u2019s coverage of Bitcoin Core 22.0 described the arrival of external-signer support in 2021.<\/p>\n<p>A compatible command surface, however, is only one part of a migration. Applications still need to package a replacement, test the devices and operations they expose, and decide who owns fixes when firmware or operating-system behavior changes.<\/p>\n<div class=\"cs-article-embed\">\n<p> <span class=\"cs-article-embed__related-reading\">Related Reading<\/span><\/p>\n<h3 class=\"cs-article-embed__title\">Why AI is now a more immediate threat to Bitcoin than quantum computers<\/h3>\n<\/p>\n<p> <span class=\"cs-article-embed__arrow\" aria-hidden=\"true\"> <i class=\"fa-light fa-arrow-up-right\"\/> <\/span> <\/div>\n<p>BHWI addresses the packaging constraint with a Rust core rather than a Python application. Its design could make reproducible distribution and use from multiple programming environments easier, but each downstream project still has to verify that the replacement covers its own command set, device matrix and release process. Bitcoin Core can test another conforming command behind its external-signer boundary; other software that consumes HWI\u2019s command line must perform its own compatibility work.<\/p>\n<p>That distinction turns the maintenance announcement into a succession problem rather than a simple repository-status change. HWI\u2019s interface may be shared, but its consumers do not all use or distribute it in the same way.<\/p>\n<p><img fetchpriority=\"high\" decoding=\"async\" class=\"aligncenter wp-image-558971\" src=\"https:\/\/cryptoslate.com\/wp-content\/uploads\/2026\/08\/exec-0608f317-60da-4a50-bf4b-b41ef3d799f8.png\" alt=\"Flow diagram showing HWI in maintenance mode, its Bitcoin wallet dependencies, BHWI\u2019s published device-parity gates and the migration work that could stall.\" width=\"720\" height=\"900\"\/><img decoding=\"async\" class=\"lazyload aligncenter wp-image-558971\" src=\"https:\/\/cryptoslate.com\/wp-content\/uploads\/2026\/08\/exec-0608f317-60da-4a50-bf4b-b41ef3d799f8.png\" alt=\"Flow diagram showing HWI in maintenance mode, its Bitcoin wallet dependencies, BHWI\u2019s published device-parity gates and the migration work that could stall.\" width=\"720\" height=\"900\"\/><\/p>\n<p>The downstream map shows three types of exposure: direct Python dependencies, wrappers around HWI\u2019s command line, and projects that already maintain a separate descendant implementation.<\/p>\n<aside id=\"cs-inline-newsletter-1\" class=\"cs-inline-newsletter\" data-inline-newsletter=\"\" data-newsletter-placement=\"article-midpoint\" data-newsletter-pending-label=\"Joining\u2026\" data-newsletter-pending-status=\"Joining the Daily Brief\u2026\" data-newsletter-email-required-message=\"Before sending, please provide your email address.\" aria-labelledby=\"cs-inline-newsletter-1-title\" aria-describedby=\"cs-inline-newsletter-1-copy\">\n<div class=\"cs-inline-newsletter__inner\">\n<div class=\"cs-inline-newsletter__content\"> <span class=\"cs-inline-newsletter__eyebrow\"> <i class=\"fa-regular fa-envelope\" aria-hidden=\"true\"\/> The Daily Brief <\/span><\/p>\n<h2 id=\"cs-inline-newsletter-1-title\" class=\"cs-inline-newsletter__title\">The signal, before the noise.<\/h2>\n<p id=\"cs-inline-newsletter-1-copy\" class=\"cs-inline-newsletter__copy\">Start your day with the crypto stories moving markets, decoded by CryptoSlate\u2019s editors.<\/p>\n<\/div>\n<div class=\"cs-inline-newsletter__form-shell\">\n<p class=\"cs-inline-newsletter__form-heading\">One email. Everything that matters.<\/p>\n<p id=\"cs-inline-newsletter-1-privacy\" class=\"cs-inline-newsletter__privacy\">Free to join. Unsubscribe any time.<\/p>\n<p> <i class=\"fa-regular fa-circle-xmark\" aria-hidden=\"true\"\/> <span>Whoops, looks like there was a problem. Please try again.<\/span><\/p>\n<p> <i class=\"fa-regular fa-circle-check\" aria-hidden=\"true\"\/> <span><strong>You\u2019re on the list.<\/strong> Your next Daily Brief is on its way.<\/span><\/p>\n<\/div>\n<\/div>\n<\/aside>\n<p>Specter Desktop, a coordinator for Bitcoin Core wallets, is the clearest direct dependency. Its project description explains its Bitcoin Core and hardware-wallet focus, while its source pins a specific HWI release. BTCPay Server Vault takes a different route: its local service exposes connected signing devices through a wrapper around HWI\u2019s command-line requests. Both would need integration testing even if a replacement accepted familiar commands.<\/p>\n<p>Wasabi, a privacy-focused wallet, presents a packaging example. A July project issue reported that Apple Silicon builds included an x86_64 HWI executable, raising a risk for HWI-backed device detection, enumeration, address display and signing in affected builds as reliance on Rosetta became less tenable. The issue concerned the packaged executable, not a failure of the signing devices.<\/p>\n<p>Sparrow, a desktop wallet, shows why the transition may fragment instead of converging on a single successor. Lark began as a Java port of Python HWI and now supplies Sparrow\u2019s hardware-wallet path. Sparrow is therefore not a direct Python-HWI migration case, but it remains responsible for a separate implementation descended from the same interface.<\/p>\n<p>New hardware models are where HWI\u2019s freeze can become visible. Its support matrix spans Ledger, Trezor, BitBox, KeepKey, Coldcard and Blockstream Jade models. Capabilities differ by device and firmware, including transaction types, address display and device-management operations. A replacement must match the required device-operation pairs, not merely reproduce command names.<\/p>\n<p>The gap between upstream code and downstream availability already appears in support records. HWI released version 3.2.0 in February with BitBox02 Nova support. An April Specter user report involved a setup using HWI 2.4.0 that could not detect the Nova. The Specter issue did not identify whether the pinned version, packaging, firmware or local environment caused the failure, but the chronology shows that upstream support and downstream availability can diverge.<\/p>\n<div class=\"cs-article-embed\">\n<p> <span class=\"cs-article-embed__related-reading\">Related Reading<\/span><\/p>\n<h3 class=\"cs-article-embed__title\">A flaw in Coldcard seed generation lets attackers recreate private keys from the press of a button<\/h3>\n<\/p>\n<p> <span class=\"cs-article-embed__arrow\" aria-hidden=\"true\"> <i class=\"fa-light fa-arrow-up-right\"\/> <\/span> <\/div>\n<p>Under HWI\u2019s new policy, a vendor or wallet team facing the next unsupported model can maintain a fork, build a separate integration, adopt another interface or leave that combination unsupported. What disappears is the normal path for landing the change in the shared upstream project.<\/p>\n<h2>BHWI has a testing lead, not a production handoff<\/h2>\n<p>BHWI tackles HWI\u2019s architectural limitation with a Rust, sans-I\/O core that leaves transport and runtime choices to the caller. Its workspace includes asynchronous, command-line and WebAssembly layers, and its command-line package builds an <code>hwi<\/code> binary intended to preserve Python-HWI-compatible output. The repository still labels the project work in progress.<\/p>\n<p>The current project snapshot lists BitBox02, Coldcard, Jade and Ledger models. Its strongest published compatibility evidence is narrower. BHWI\u2019s parity documentation describes differential tests and final gates that run the unmodified HWI 3.2.0 device suite against BHWI for BitBox02, Coldcard, Ledger and Jade.<\/p>\n<p>Those tests reduce the risk that a replacement command returns different results for the covered devices. They do not demonstrate production behavior across HWI\u2019s broader matrix, every host platform, each packaging format or complete downstream wallet flows. BHWI\u2019s README and parity document also do not name a wallet already shipping it as a production replacement for HWI.<\/p>\n<p>The remaining gap is organizational as well as technical. HWI\u2019s maintainer made archival conditional on a suitable replacement, while BHWI has defined an architecture and a growing test surface. Wallet teams must still decide whether its covered device paths are sufficient, how to distribute it and who will maintain the integration they ship.<\/p>\n<p>The likely final HWI release would establish a fixed upstream boundary. A new device, firmware behavior or host platform could then require a downstream patch without a normal path back into HWI. Projects that bundle Python HWI need packaging and release plans. Command-line consumers need compatibility tests for their own calls. Projects such as Sparrow and Lark face a separate decision about continuing their independent stack.<\/p>\n<p>HWI\u2019s repository may remain open until a successor is suitable, but its contribution freeze is already in effect. The succession risk begins when the next compatibility change arrives and the shared bridge no longer accepts it.<\/p>\n<\/div>\n<p>Featured,Technology,Wallets,Bitcoin,Ledger,TrezorBitcoin,Ledger,Trezor#Bitcoin #HWI #support #freezes #BHWI #handoff #remains #unfinished1788084855<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Bitcoin HWI, a widely used interface for connecting wallet software to hardware signing devices, is moving toward retirement, while the Rust project its maintainer cited as a promising successor has not yet demonstrated a production handoff. The maintainer of Bitcoin Core\u2019s Hardware Wallet Interface, or HWI, said on Aug. 18 that the project had effectively<\/p>\n","protected":false},"author":1,"featured_media":12569,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[6604,91,1829,6605,6603,829,704,155,6014,4996],"class_list":["post-12568","post","type-post","status-publish","format-standard","has-post-thumbnail","category-ethereum","tag-bhwi","tag-bitcoin","tag-freezes","tag-handoff","tag-hwi","tag-ledger","tag-remains","tag-support","tag-trezor","tag-unfinished"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.6 (Yoast SEO v26.6) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Bitcoin HWI support freezes as BHWI handoff remains unfinished - Crypto News: Latest Cryptocurrency News and Analysis<\/title>\n<meta name=\"description\" content=\"Bitcoin HWI is freezing new device support while wallet teams assess BHWI\u2019s Rust replacement, parity tests and remaining integration risks.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cryptonews.uk.com\/?p=12568\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Bitcoin HWI support freezes as BHWI handoff remains unfinished\" \/>\n<meta property=\"og:description\" content=\"Bitcoin HWI is freezing new device support while wallet teams assess BHWI\u2019s Rust replacement, parity tests and remaining integration risks.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cryptonews.uk.com\/?p=12568\" \/>\n<meta property=\"og:site_name\" content=\"Crypto News: Latest Cryptocurrency News and Analysis\" \/>\n<meta property=\"article:published_time\" content=\"2026-08-30T10:14:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cryptonews.uk.com\/wp-content\/uploads\/2026\/08\/hardware-wallet-transition.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"\u884c\u653f\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u884c\u653f\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cryptonews.uk.com\/?p=12568\",\"url\":\"https:\/\/cryptonews.uk.com\/?p=12568\",\"name\":\"Bitcoin HWI support freezes as BHWI handoff remains unfinished - Crypto News: Latest Cryptocurrency News and Analysis\",\"isPartOf\":{\"@id\":\"https:\/\/cryptonews.uk.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/cryptonews.uk.com\/?p=12568#primaryimage\"},\"image\":{\"@id\":\"https:\/\/cryptonews.uk.com\/?p=12568#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cryptonews.uk.com\/wp-content\/uploads\/2026\/08\/hardware-wallet-transition.jpg\",\"datePublished\":\"2026-08-30T10:14:15+00:00\",\"author\":{\"@id\":\"https:\/\/cryptonews.uk.com\/#\/schema\/person\/822778c5844e0d16d43dce6630f4f1bf\"},\"description\":\"Bitcoin HWI is freezing new device support while wallet teams assess BHWI\u2019s Rust replacement, parity tests and remaining integration risks.\",\"breadcrumb\":{\"@id\":\"https:\/\/cryptonews.uk.com\/?p=12568#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cryptonews.uk.com\/?p=12568\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cryptonews.uk.com\/?p=12568#primaryimage\",\"url\":\"https:\/\/cryptonews.uk.com\/wp-content\/uploads\/2026\/08\/hardware-wallet-transition.jpg\",\"contentUrl\":\"https:\/\/cryptonews.uk.com\/wp-content\/uploads\/2026\/08\/hardware-wallet-transition.jpg\",\"width\":1280,\"height\":720},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cryptonews.uk.com\/?p=12568#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cryptonews.uk.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Bitcoin HWI support freezes as BHWI handoff remains unfinished\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cryptonews.uk.com\/#website\",\"url\":\"https:\/\/cryptonews.uk.com\/\",\"name\":\"Crypto News: Latest Cryptocurrency News and Analysis\",\"description\":\"Latest Crypto &amp; Bitcoin News\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/cryptonews.uk.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/cryptonews.uk.com\/#\/schema\/person\/822778c5844e0d16d43dce6630f4f1bf\",\"name\":\"\u884c\u653f\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cryptonews.uk.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/e4c2d23409b09e004cef3facbe677e95c5401f9e29680f3a311e0130c5748089?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/e4c2d23409b09e004cef3facbe677e95c5401f9e29680f3a311e0130c5748089?s=96&d=mm&r=g\",\"caption\":\"\u884c\u653f\"},\"sameAs\":[\"http:\/\/demo3.aiwalls.com\/coinbase\"],\"url\":\"https:\/\/cryptonews.uk.com\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Bitcoin HWI support freezes as BHWI handoff remains unfinished - Crypto News: Latest Cryptocurrency News and Analysis","description":"Bitcoin HWI is freezing new device support while wallet teams assess BHWI\u2019s Rust replacement, parity tests and remaining integration risks.","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:\/\/cryptonews.uk.com\/?p=12568","og_locale":"en_US","og_type":"article","og_title":"Bitcoin HWI support freezes as BHWI handoff remains unfinished","og_description":"Bitcoin HWI is freezing new device support while wallet teams assess BHWI\u2019s Rust replacement, parity tests and remaining integration risks.","og_url":"https:\/\/cryptonews.uk.com\/?p=12568","og_site_name":"Crypto News: Latest Cryptocurrency News and Analysis","article_published_time":"2026-08-30T10:14:15+00:00","og_image":[{"width":1280,"height":720,"url":"https:\/\/cryptonews.uk.com\/wp-content\/uploads\/2026\/08\/hardware-wallet-transition.jpg","type":"image\/jpeg"}],"author":"\u884c\u653f","twitter_card":"summary_large_image","twitter_misc":{"Written by":"\u884c\u653f","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/cryptonews.uk.com\/?p=12568","url":"https:\/\/cryptonews.uk.com\/?p=12568","name":"Bitcoin HWI support freezes as BHWI handoff remains unfinished - Crypto News: Latest Cryptocurrency News and Analysis","isPartOf":{"@id":"https:\/\/cryptonews.uk.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cryptonews.uk.com\/?p=12568#primaryimage"},"image":{"@id":"https:\/\/cryptonews.uk.com\/?p=12568#primaryimage"},"thumbnailUrl":"https:\/\/cryptonews.uk.com\/wp-content\/uploads\/2026\/08\/hardware-wallet-transition.jpg","datePublished":"2026-08-30T10:14:15+00:00","author":{"@id":"https:\/\/cryptonews.uk.com\/#\/schema\/person\/822778c5844e0d16d43dce6630f4f1bf"},"description":"Bitcoin HWI is freezing new device support while wallet teams assess BHWI\u2019s Rust replacement, parity tests and remaining integration risks.","breadcrumb":{"@id":"https:\/\/cryptonews.uk.com\/?p=12568#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cryptonews.uk.com\/?p=12568"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cryptonews.uk.com\/?p=12568#primaryimage","url":"https:\/\/cryptonews.uk.com\/wp-content\/uploads\/2026\/08\/hardware-wallet-transition.jpg","contentUrl":"https:\/\/cryptonews.uk.com\/wp-content\/uploads\/2026\/08\/hardware-wallet-transition.jpg","width":1280,"height":720},{"@type":"BreadcrumbList","@id":"https:\/\/cryptonews.uk.com\/?p=12568#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cryptonews.uk.com\/"},{"@type":"ListItem","position":2,"name":"Bitcoin HWI support freezes as BHWI handoff remains unfinished"}]},{"@type":"WebSite","@id":"https:\/\/cryptonews.uk.com\/#website","url":"https:\/\/cryptonews.uk.com\/","name":"Crypto News: Latest Cryptocurrency News and Analysis","description":"Latest Crypto &amp; Bitcoin News","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cryptonews.uk.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/cryptonews.uk.com\/#\/schema\/person\/822778c5844e0d16d43dce6630f4f1bf","name":"\u884c\u653f","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cryptonews.uk.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/e4c2d23409b09e004cef3facbe677e95c5401f9e29680f3a311e0130c5748089?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e4c2d23409b09e004cef3facbe677e95c5401f9e29680f3a311e0130c5748089?s=96&d=mm&r=g","caption":"\u884c\u653f"},"sameAs":["http:\/\/demo3.aiwalls.com\/coinbase"],"url":"https:\/\/cryptonews.uk.com\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/cryptonews.uk.com\/index.php?rest_route=\/wp\/v2\/posts\/12568","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cryptonews.uk.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cryptonews.uk.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cryptonews.uk.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cryptonews.uk.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=12568"}],"version-history":[{"count":0,"href":"https:\/\/cryptonews.uk.com\/index.php?rest_route=\/wp\/v2\/posts\/12568\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cryptonews.uk.com\/index.php?rest_route=\/wp\/v2\/media\/12569"}],"wp:attachment":[{"href":"https:\/\/cryptonews.uk.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=12568"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cryptonews.uk.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=12568"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cryptonews.uk.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=12568"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}