Skip to content

History

Revisions

  • Fix auth header docs: access-token, not Authorization: Bearer Cryptohopper Public API v1 uses 'access-token: <token>', not the OAuth2-conventional 'Authorization: Bearer <token>'. The gateway in front of api.cryptohopper.com/v1/* rejects Bearer with a SigV4 parse error. See cryptohopper-resources#9.

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

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

    Pim Feltkamp committed Apr 26, 2026
    e79a51d
  • Add Recipes page; link from Home Recipes.md collects 11 copyable PHP-idiomatic patterns: client construction with named arguments, backtest polling, sequential fill detection, PHP 8 match expression on getErrorCode(), retry wrapper with auth-error fail-fast, BYO Guzzle client with middleware/proxies, serverless timeout tuning, retry disabling for Laravel/Symfony queues, and PHPUnit + Guzzle MockHandler testing. Same scope as the Node/Python/Go/Ruby/Rust Recipes, adapted for PHP 8.1+ idioms.

    @pimfeltkamp pimfeltkamp committed Apr 26, 2026
    482d920
  • Sync wiki content from main repo docs/

    @claude claude committed Apr 25, 2026
    8adb3f1
  • Sync wiki content from main repo docs/

    @claude claude committed Apr 25, 2026
    b0b5074
  • Initial Home page

    @pimfeltkamp pimfeltkamp committed Apr 25, 2026
    3c8553b