Skip to main content

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.
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

Issue card token using JWTNew endpoint to issue a card token using JWT for secure transactions.

v4 - Issue Card Token

Withdraw endpoint updateAddress now accepts card tokens for withdrawals.

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 include event_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

Hedge mode supportThe Hedge mode is now available for all users. This mode allows you to hold both long and short positions in the same asset simultaneously, providing greater flexibility in managing your trades.Queries Limited to the Last 6 MonthsTo enhance performance and focus on the most relevant data, our API limits data queries to the past 6 months. This means you will be able to retrieve data up to six months old from the current date.
May 28, 2025

Withdraw update

HTTP Main V4 API - WithdrawThe paymentDescription 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 for from and to parameters.

v4 - Convert History

March 30, 2025

Deposit and Withdrawal Updates

HTTP Main V4 API - Birth Date AdditionAdded beneficiary.birthDate field (Format: YYYY-MM-DD) to withdrawal requests and customer.birthDate (Format: YYYY-MM-DD) to deposit requests.