We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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: same operations side-by-side across all 9 SDKs Cross-language reference for picking an SDK or porting between languages. Eight tables covering: client construction, user.get, hoppers.list, exchange.ticker (public), backtest.create, error catching, custom HTTP transport injection, retry disabling. Plus a 'picking an SDK' section that points users at the right SDK based on their runtime, and a public-endpoint anonymity note. Linked from Home Quick Links and the _Sidebar.