Documentation Index
Fetch the complete documentation index at: https://whitebit-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Previous Changes
September 21, 2025
Documentation Updates
Clarified Book Ticker stream update intervalRefined the description of the Book Ticker WebSocket stream to explicitly state instant BBO snapshot with incremental updates.ws - Book Ticker
September 21, 2025
Flex Earn Endpoints
Introduced Smart Flex private endpointsAdded documentation for Smart Flex (Flex Earn) endpoints: list plans, manage investments, view histories, and configure auto-reinvestment.v4 - Get Flex Plans
v4 - Get User Flex Investments
v4 - Get Flex Investment History
v4 - Get Flex Payment History
v4 - Create Flex Investment
v4 - Withdraw from Flex Investment
v4 - Close Flex Investment
v4 - Update Flex Auto-Reinvestment
July 16, 2025
API Documentation Updates
Enhanced Query executed orders documentationUpdated documentation for/api/v4/trade-account/order/history endpoint to clarify date range filtering capabilities with startDate and endDate parameters.Trade API - Query executed orders
July 14, 2025
Public API Update
New Funding History endpointAdded new endpoint/api/v4/public/funding-history/{market} to retrieve funding rate history for futures markets.Public API - Funding History
July 10, 2025
Private API Update
Issue JWT Token for Private APINew endpoint to issue JWT token for private API access.v4 - Issue JWT Token
v4 - Issue Card Token
v4 - Create Withdraw Request
July 9, 2025
Public WebSocket Update
Added BookTicker WebSocket streamNew bookTicker stream added to WebSocket API, providing real-time updates of best bid/ask prices and quantities for markets. Includes subscription (bookTicker_subscribe) and unsubscription (bookTicker_unsubscribe) methods for managing the data feed.ws - Book Ticker
July 9, 2025
Trade Engine Update
Event time and update id introduced in WebSocket eventsWebSocket events now includeevent_time and update_id fields. The event_time field provides the timestamp of the event, while the update_id field is a unique identifier for each update, allowing for better tracking and synchronization of events.ws - Market Depth Subscribe
v4 - Collateral Limit Order
v4 - Collateral Stop Limit Order
v4 - Collateral Market Order
v4 - Collateral OCO Order
v4 - Collateral Trigger Market Order
v4 - Collateral Account Hedge Mode
v4 - Update Collateral Account Hedge Mode
ws - Orders Pending
ws - Orders Executed
ws - Positions
v4 - Convert History
v4 - Executed order deals
v4 - Executed orders
v4 - Unexecuted (active) conditional orders
v4 - Collateral bulk limit order
v4 - Executed order history
v4 - Positions history
v1 - Order history
v1 - Executed History by single market
v1 - Executed History by all markets
May 28, 2025
Withdraw update
HTTP Main V4 API - WithdrawThepaymentDescription field is now mandatory for withdrawal requests from whitebit-tr.com.v4 - Withdraw
May 18, 2025
Travel Rule Update
HTTP Main V4 API - Travel RuleAdded new statuses DEPOSIT_TRAVEL_RULE_FROZEN (27) and DEPOSIT_TRAVEL_RULE_FROZEN_PROCESSING (28) to the deposit endpoint.v4 - Get Deposit/Withdraw History
May 14, 2025
Convert History Update
HTTP Trade V4 API - ConvertAdded 30 days date range limit for convert history and default values forfrom and to parameters.