We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Add 'Diagnose an auth failure end-to-end' recipe Mirror of the same recipe added to the Node SDK wiki — adapted for CLI users. 4-step shell sequence that narrows down the specific failure mode (UNAUTHORIZED / FORBIDDEN / IP-allowlist / old CLI version / network / timeout) and a matrix mapping each JSON-error output to the next action. Addresses the auth-debugging pain users on 0.6.0-alpha.1 are hitting today (the broken-Bearer-header bug).
Drop incorrect 'public, no auth needed' claims (issue #9) E2E smoke test against the live API found that every Cryptohopper v1 endpoint requires a valid OAuth bearer — the AWS API Gateway in front of the production API rejects unauthenticated calls (returns 405 Missing Authentication Token), even on routes conceptually treated as 'public market data' like /exchange/ticker and /market/homepage. Replaces the incorrect 'pass an empty string for public endpoints' guidance with the actual behaviour. See cryptohopper-resources#9 for the full investigation.
Add Comparison page (cross-language reference) Mirrors the page first added to the Node SDK wiki — same operations side-by-side across all 9 SDKs. Linked from Home Quick Links and the _Sidebar Pages section.
Add _Sidebar with cross-page and cross-SDK navigation Renders on every wiki page so users can jump between Home/Auth/Errors/Rate-Limits/Recipes without round-tripping through Home, and to any sibling-language SDK wiki.
Drop internal iter-N references from user-facing docs Replaces 'iter-N' loop terminology that's meaningless to users with the substantive technical content the references were trying to attribute. Preserves the underlying facts about TIMEOUT vs NETWORK_ERROR discrimination, body-read timeout wrappers, and the --json/--yes confirmation gate.
Add Recipes page; link from Home Recipes.md is the interactive-day-to-day complement to the existing CI-focused Scripting page. 11 patterns: find most active hopper, snapshot positions across all hoppers, watch tickers (single and multi-pair), kick off and poll a 30-day backtest, diff two strategies, browse the marketplace, run a quick health check, inspect positions+orders together, panic- stop a runaway bot (with a note about the iter-3 --json/--yes fix), per-shell account switching via CRYPTOHOPPER_TOKEN, and the self-update flow. Mirrors the Recipes page that every SDK wiki has — the CLI was the only one without an interactive Recipes page (Scripting and Troubleshooting cover different ground).
Sync wiki content from main repo docs/
Initial Home page