Uh oh!
There was an error while loading. Please reload this page.
Add x402/MPP RPC micropayments to build-web3's Quicknode references, and retire Marketplace terminology - #7
Open
0xsergen wants to merge 3 commits into
Conversation
- cli-reference.md: paid RPC lane (--x402, --mpp, --x402-drawdown, --mpp-session), payment wallets, config defaults, and retry/exit-code semantics verified against qn 0.6.0 - sdk-reference.md: RPC Micropayments section covering keyless payment config, per-request calls, x402 credit drawdown, MPP payment channels, Rust payment features, and payment error types - x402/mpp references and agent-access-and-automation.md: point at the CLI and SDK lanes - quicknode-products.md, PRODUCT_CATALOG.md: note the SDK/CLI RPC lane and canonicalize the /docs/cli and /docs/sdk URLs - bump plugin version to 1.0.1 Refs CON-891
Quicknode no longer uses the "Marketplace" name; the public catalog is now Add-ons at https://www.quicknode.com/add-ons. - rename references/marketplace-addons.md to references/addons.md and update inbound links in SKILL.md, quicknode-provider.md, and rpc-reference.md - repoint every marketplace.quicknode.com/add-on/<slug> link at www.quicknode.com/add-ons/<slug>, and replace the stale yellowstone-grpc-geyser-plugin slug with solana-grpc-geyser-plugin - relabel "Marketplace:" links as "Add-on page:" and the product-group row as "Endpoint Add-ons" - describe Metaplex DAS API and Blockbook as standalone products rather than add-ons in a marketplace - add verified add-on pages to the Solana Priority Fee API and Jito Bundles sections Every add-on URL was checked against the live catalog. Refs CON-891, CON-890
The public add-on pages no longer attribute these to Scorechain and Covalent, so match the names the catalog serves today: - Scorechain Risk Assessment API -> Risk Assessment API - Covalent GoldRush Wallet/Data APIs -> GoldRush Multichain Data APIs Refs CON-891, CON-890
sandeeppainuly
approved these changes
Aug 11, 2026
mikejhale
approved these changes
Aug 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 freeto 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.
Updates the Quicknode CLI and SDK references in
build-web3for the paid RPC lane shipped inqn0.6.0 /@quicknode/sdk3.8.0, and brings add-on naming and links in line with the current public catalog.Linear: CON-891 (add-on rebrand follows CON-890 / CON-884)
Commits
x402/MPP coverage
references/quicknode/cli-reference.md: new Paid RPC (x402 and MPP) section covering the four payment paths (--x402,--mpp,--x402-drawdown,--mpp-session),qn walletkey handling and precedence,supported-paymentsdiscovery, the[rpc.payment]config block, and retry/exit-code semantics — including that exit 3 means the outcome is unknown and the wallet may already have been charged. The confirmation-behavior section now names the newly gated commands.references/quicknode/sdk-reference.md: new RPC Micropayments section covering the keylessrpc.paymentconfig, per-request calls,callWithReceipt,generatePaymentWallet, the x402 credit-drawdown flow, MPP payment channels, the Rust payment feature flags, and the payment error types.references/quicknode/x402-reference.md,references/quicknode/mpp-reference.md,references/agent-access-and-automation.md: point at the CLI and SDK lanes as the fastest path.references/quicknode-products.md,PRODUCT_CATALOG.md: note the SDK/CLI RPC lane; canonicalize/docs/quicknode-cliand/docs/quicknode-sdkto/docs/cliand/docs/sdk.Every command surface, flag, version floor, and payment gateway response in these sections was checked against the installed
qn0.6.0 and the live x402/MPP gateways rather than taken from the docs. Two upstream doc discrepancies were deliberately not propagated, because our examples already match the shipped CLI:/docs/clishowsqn sql query --cluster(actual flag is--cluster-id), and/docs/cli/examplesshows flag-style arguments forendpoint tag add,endpoint tag rename,security referrer add,security ip add, and arequest-filter addsubcommand (actual: positional arguments, andrequest-filter create).Add-ons rebrand
references/marketplace-addons.mdtoreferences/addons.mdand updated the inbound links inSKILL.md,references/quicknode-provider.md, andreferences/quicknode/rpc-reference.md.marketplace.quicknode.com/add-on/<slug>link atwww.quicknode.com/add-ons/<slug>, and replaced the staleyellowstone-grpc-geyser-pluginslug withsolana-grpc-geyser-plugin.**Marketplace:**links as**Add-on page:**, the product-group row as "Endpoint Add-ons", and the doc-link entries accordingly.All 15 add-on URLs were verified against the live catalog by page title rather than status code —
www.quicknode.com/add-ons/<slug>returns HTTP 200 even for slugs that no longer exist, so checking status codes would have passed dead links. Two slugs had changed and are corrected here: Priority Fee issolana-priority-fee, and Jito islil-jit-jito-bundles-and-transactions. Every relative markdown link in the skill was also confirmed to resolve.A matching PR keeps
quicknode-skillin parallel: quiknode-labs/blockchain-skills#25