[docs-agent] Add UTXO API migration guide#1291
Merged
Merged
Conversation
Side-by-side migration guide covering QuickNode, BlockCypher, and Blockdaemon for Alchemy's UTXO API (BTC, BCH, LTC, DOGE). Sourced from data-services-product content provided in Slack. Refs DOCS-77 Requested-by: @andra-catana
🔗 Preview Mode
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 5a99cd5425
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
🔍 Link CheckStatus: ❌ Failed Summary
Broken links (11) — click to expandErrors per inputErrors in ./content/wallets/wallet-integrations/privy/jwt-auth-migration.mdx
Errors in ./content/wallets/pages/recipes/onramp-funds.mdx
Errors in ./content/tutorials/smart-wallets/learn-account-abstraction/introduction-to-account-abstraction.mdx
Errors in ./content/wallets/wallet-integrations/privy/signer-migration-overview.mdx
Errors in ./content/api-reference/bitcoincash/bitcoincash-api-overview.mdx
Errors in ./content/api-reference/dogecoin/dogecoin-api-overview.mdx
Errors in ./content/api-reference/litecoin/litecoin-api-overview.mdx
Errors in ./content/api-reference/data/webhooks/custom-webhooks-quickstart/custom-webhooks-quickstart.mdx
Errors in ./content/api-reference/arbitrum-nova/arbitrum-nova-deprecation-notice.mdx
Errors in ./content/wallets/pages/recipes/programmatic-wallet-creation.mdx
|
… cross-links on BCH/LTC/DOGE overviews Addresses review feedback from @SahilAujla on PR #1291: the live Grafana benchmark dashboard is internal-only, so removing the link from the public migration guide. Adding one-line cross-links to the UTXO migration guide from the Bitcoin Cash, Litecoin, and Dogecoin overview pages so users on those chains can find the migration content. Refs DOCS-77 Requested-by: @andra-catana
Andra (originator) confirmed in the Slack thread that the live benchmark dashboard should be public-facing, reverting the previous removal based on Sahil's tentative guidance. The 'View live dashboard' link in the Benchmarking results section is restored. Refs DOCS-77 Requested-by: @andra-catana
Per Andra's review feedback, the four chain reference links in the 'What Alchemy's UTXO API provides' section now use absolute https://www.alchemy.com/docs URLs instead of relative /docs paths. Refs DOCS-77 Requested-by: @andra-catana
Codex flagged that the migration table told users Alchemy doesn't include fiat rates and to use a separate endpoint, but the UTXO spec defines fiatcurrency as a query param on the same /api/v2/balancehistory/{address} endpoint and the response includes a rates field. Updated the table row to match the spec.
Refs DOCS-77
Requested-by: @andra-catana
Replaced the AccordionGroup component with a flat nested bullet list per Andra's review feedback. Restored verbatim source content from her message: en-dash style separators, 'on-chain' (her wording), and 'vs' without trailing period. Refs DOCS-77 Requested-by: @andra-catana
…ublic dashboard Andra's call on the FAQ Q3 / QuickNode differences table conflict: remove the question entirely. Also updated the live benchmark dashboard URL to the new public-dashboards link she provided. Refs DOCS-77 Requested-by: @andra-catana
mihaiciuciu3410
approved these changes
May 11, 2026
… misconfigured) The www.starknetjs.com cert is only valid for *.netlify.app and netlify.app, not the custom apex domain. Adding to the lychee exclude list so the link check on PR #1291 (and future PRs that touch content) passes. Same pattern as the other Netlify-TLS exclusions already in this file. Refs DOCS-77 Requested-by: @andra-catana
remark-lint-unordered-list-marker-style requires '*' rather than '-' for unordered lists. The earlier FAQ rewrite used '-' which triggered 12 lint warnings. Switched to '*' for both the question and nested answer bullets to match the project convention. Refs DOCS-77 Requested-by: @andra-catana
SahilAujla
approved these changes
May 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new UTXO API migration guide covering migration from QuickNode, BlockCypher, and Blockdaemon to Alchemy's UTXO API. Content provided by Andra (Data Services Product team) in Slack. Single page lives under the Bitcoin section since BTC is the canonical UTXO chain; the body covers BTC, BCH, LTC, and DOGE.
Changes:
content/api-reference/bitcoin/utxo-migration-guide.mdxcontent/docs.ymlLinear
DOCS-77
Questions for reviewers
alchemyinsights.grafana.netURL for the live benchmark dashboard. The domain looks internal. @andra-catana, should this stay public, or replace with a different page?Requested by
@andra-catana (via Slack thread)