Skip to content

History / Comparison

Revisions

  • 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.

    Pim Feltkamp committed Apr 27, 2026
  • 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.

    Pim Feltkamp committed Apr 27, 2026