Previous Changes
March 6, 2026
Mining Pool API
Comprehensive mining pool management endpointsIntroduced a complete Mining Pool API with 10 endpoints for managing mining operations, including account monitoring, payout configuration, worker management, and watcher link generation.Public endpoints:- Pool statistics and connection information
- Reward history with pagination
- Account-level hashrate monitoring with configurable intervals (5m, 1h, 24h)
- Fee and stratum connection details
- Get and set payout destination (main balance or external BTC address)
- Support for all standard Bitcoin address formats
- List online workers with pagination
- Individual worker hashrate history
- Create read-only access links with granular permissions (dashboard, rewards, workers)
- Configurable expiration periods (1h, 24h, 7d, always)
- List active watcher links
Pool Overview
Get Rewards
Account Hashrate
Get Payout Destination
Set Payout Destination
Miner Info
Worker Names
Worker Hashrate
Create Watcher Link
List Watcher Links
March 6, 2026
Mining Account Management
Create and list mining accountsAdded endpoints to create and manage mining pool accounts programmatically.Account creation:- Create named mining accounts with optional referral codes
- Unique account names with alphanumeric and underscore support
- Automatic validation for duplicate names
- Retrieve all mining accounts or filter by name
- Results sorted by creation date (newest first)
Create Mining Account
Get Mining Accounts
February 11, 2025
API Documentation Updates
Sub-account transfer endpoints: add transactionId for correlationThe response of/api/v4/sub-account/transfer and /api/v4/sub-account/transfer/history includes the transactionId field.Use transactionId to correlate transfer operations with transfer history records.The id field in transfer history is deprecated. Replace id with transactionId.Sub-Account Transfer
Get Sub-Account Transfer History
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
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.