Skip to main content

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
Mining account management:
  • Reward history with pagination
  • Account-level hashrate monitoring with configurable intervals (5m, 1h, 24h)
  • Fee and stratum connection details
Payout configuration:
  • Get and set payout destination (main balance or external BTC address)
  • Support for all standard Bitcoin address formats
Worker monitoring:
  • List online workers with pagination
  • Individual worker hashrate history
Watcher links:
  • Create read-only access links with granular permissions (dashboard, rewards, workers)
  • Configurable expiration periods (1h, 24h, 7d, always)
  • List active watcher links
All authenticated endpoints require the MINING_POOL feature to be enabled on the API key.

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
Account listing:
  • Retrieve all mining accounts or filter by name
  • Results sorted by creation date (newest first)
All endpoints require the MINING_POOL feature to be enabled on the API key.

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

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 holding both long and short positions in the same asset simultaneously, providing greater flexibility in managing trades.

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

Queries Limited to the Last 6 MonthsTo enhance performance and focus on the most relevant data, the API limits data queries to the past 6 months. Data can be retrieved up to six months old from the current date.

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

v4 - Withdraw

v4 - Fiat Deposit