Introduction
WhiteBIT API provides comprehensive access to the trading platform through bothpublic and private endpoints. Using any WhiteBIT API endpoint confirms agreement to the Terms of Use.
REST API
The REST API provides access to market data, trading, account management, and more. See the API Reference for full details.- Market Data: Public endpoints for market info, orderbook, trades, and statistics — use
GETwith query string parameters - Trading & Account: Private endpoints for spot trading, collateral trading, account management, and sub-accounts — use
POSTwith appropriate Body data and Headers - Authentication: Required for all private endpoints — Authentication Guide
- IP Restrictions: Up to 5 trusted IPs can be configured for security
- Helper Library: API Quick Start Helper with examples in multiple languages
WebSocket API
WebSocket connections provide real-time data streaming and interaction. See the WebSocket Overview for connection details.- Market Streams — Market data, klines, order book, trades, and statistics
- Account Streams — Account data, balances, orders, and deals
Other Integration Options
- Webhooks - Receive events and notifications on a server
- OAuth - Implement secure third-party authorization
- Colocation - Low-latency trading infrastructure services
- Self-Trade Prevention - Mechanisms to prevent wash trading
Resources
- SDKs - Official software development kits
- Glossary - Terminology and definitions
- FAQ - Frequently asked questions
- Status Page - Real-time service status and incident monitoring