docs(hyperliquid): sync methods table + tooling to current API and SDKs#467
Conversation
hyperliquid-methods.mdx (availability table): - add the 25 methods documented this session — 5 Chainstack-served (gossipPriorityAuctionStatus, subAccounts2, approvedBuilders, perpConciseAnnotations, settledOutcome) and 20 public-only (7 info + 13 exchange), each verified against both endpoints. - remove alignedQuoteTokenInfo (removed upstream by Hyperliquid; errors everywhere) and batchClearinghouseStates (returns null for everyone) from the supported-methods table. Their deprecated reference pages remain. hyperliquid-tooling.mdx + hyperliquid-debugging-signature-errors.mdx: - replace the nktkas PrivateKeySigner (removed from @nktkas/hyperliquid in Feb 2026) with the current viem privateKeyToAccount pattern. - reframe the "no viem dependency" example as an ethers account (Wallet). - drop the stale "PrivateKeySigner" feature-table mention; use placeholder keys instead of the well-known anvil key.
|
|
Warning Review limit reached
More reviews will be available in 29 minutes and 16 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Brings the Hyperliquid guide pages in line with this session's reference work and the current SDK APIs.
hyperliquid-methods.mdx(availability table)gossipPriorityAuctionStatus,subAccounts2,approvedBuilders,perpConciseAnnotations,settledOutcomeisVip,legalCheck,preTransferCheck,twapHistory,userBorrowLendInterest,userTwapSliceFillsByTime,validatorSummaries) + 13 exchange (userOutcome,borrowLend,createVault,vaultModify,vaultDistribute,subAccountModify,setDisplayName,registerReferrer,finalizeEvmContract,gossipPriorityBid,linkStakingUser,stakingLinkDisableTradingUser,userPortfolioMargin)alignedQuoteTokenInfo(was ✓, but Hyperliquid removed it — errors everywhere) andbatchClearinghouseStates(was "public RPC", but returnsnullfor every address). Their reference pages remain as deprecated tombstones.hyperliquid-tooling.mdx+hyperliquid-debugging-signature-errors.mdxPrivateKeySignerfrom@nktkas/hyperliquid/signing, which nktkas removed in Feb 2026 — so they no longer compile. Replaced with the currentprivateKeyToAccount(viem) pattern, matching the nktkas README and the SDK examples shipped in docs(hyperliquid): fix 4 flagged HL method pages (syncing WS, perp-dex-limits, 2 deprecations) #462/docs(hyperliquid): add 4 missing HL method pages (approvedBuilders, perpConciseAnnotations, settledOutcome, userOutcome) #463/docs(hyperliquid): add 21 nktkas-verified HL method pages (9 info + 12 exchange) #465.new Wallet(...)), since that's the real no-viem alternative now."0x..."placeholders.Local
mint broken-linkspasses.