Zero DependenciesBuilt entirely with Go standard library (net/http, crypto/hmac, log/slog). No third-party vulnerabilities or bloat.
Resilient by DesignAutomated exponential backoff, sliding-window rate limit awareness, and Retry-After header parsing.
Modern Go ErgonomicsNative Go 1.23+ Range-over-func iterators (client.Orders.All) alongside classic pagination metadata.
Webhook VerificationConstant-time HS256 HMAC signature verification with built-in http.Handler and multi-framework adapters.