Overview
WhiteBIT API supports private
and public
endpoints
By using any of the WhiteBIT API endpoints you are confirming your agreement to the Terms of Use
Using Public endpoints:
- Public endpoints are cached. You can find specific cache refresh interval for each particular request in API documentation.
- Use HTTP method
GET
method when making a request. - Use query string if you need to send additional data.
Using Private endpoints:
- Read full guide Private API Authentication Documentation
- You can add up to 5 trusted IPs
- Read API Quick start helper to find the list of languages our API supports (and instructions for each language)
- Auth request should be using
POST
method and include Body data and Headers
WhiteBIT API supports private and public websockets
Public WebSocket API - General methods, Kline, Last Price, Market Statistics for current day UTC, Market Trades, Market depth.
Private WebSocket API - Authentication + private methods (trade balance, orders, deals methods).
WhiteBIT API supports Webhooks
Private Webhooks Documentation - Main balance - Documentation for processing webhooks