Official SDKs
Go SDK
Official WhiteBIT SDK for Go developers.
Python SDK
Official WhiteBIT SDK for Python developers.
PHP SDK
Official WhiteBIT SDK for PHP developers.
Authentication models differ across SDKs (some accept Bearer tokens issued via partner flows, some sign HMAC-SHA512 requests with an API key + secret). Consult each repository’s README for the supported authentication mode and installation steps before integrating. For raw HMAC-SHA512 signing without an SDK dependency, see First API Call.
Store API keys in environment variables (such as
WB_API_KEY and WB_API_SECRET). Never hardcode credentials in source files.Additional Languages
The api-quickstart repository contains example implementations in Node.js, Rust, and other languages, demonstrating raw HMAC-SHA512 signing without an SDK dependency.What’s Next
First API Call
Step-by-step quickstart using curl and Python — no SDK required.
Authentication
HMAC-SHA512 signing, API key setup, and IP binding.