Release Note
Version 1.1.0 (2025-12-05)
WebSocket support added for real-time market data and trading.
Highlights
- WebSocket support for spot and futures trading
- Real-time market data channels (ticker, depth, trade, candle)
- Real-time private channels (account, orders, positions, fills)
Spot WebSocket
Public Channels (4 channels)
- Market Channel, Depth Channel, Trade Channel, Candle Channel
Private Channels (5 channels)
- Account Channel, Orders Channel, Fill Channel, Place Order, Cancel Order
Future WebSocket
Public Channels (4 channels)
- Market Channel, Depth Channel, Trade Channel, Candle Channel
Private Channels (7 channels)
- Equity Channel, Account Channel, Position Channel, Orders Channel, Fill Channel, Trigger Order Channel, History Position Channel
Version 1.0.0 (2025-12-01)
This is the initial release of the BYDOXE Open API, providing comprehensive trading capabilities for spot, futures, and copy trading.
Highlights
- Full REST API support for spot and futures trading
- Copy trading API for both traders and followers
- Comprehensive account and position management
API Categories
| Category | Endpoints | Description |
|---|---|---|
| Common | 4 | Server time, fee rates, account balances |
| Spot | 28 | Market data, trading, account management |
| Future | 46 | Market data, trading, positions, orders |
| Copy Trading | 19 | Trader and follower APIs |
Common API
| Endpoint | Method | Description |
|---|---|---|
| Server Time | GET | Get current server time |
| Trade Fee Rate | GET | Get trading fee rates |
| Funding Asset | GET | Get funding account balances |
| All Account Balance | GET | Get all account type balances |
Spot API
Market (8 endpoints)
- Symbols, Coins, Tickers, Orderbook, Candles, History Candles, Fills, Fills History
Trade (11 endpoints)
- Place Order, Cancel Order, Order Info, Unfilled Orders, History Orders, Cancel Symbol Order, Batch Orders, Batch Cancel Orders, Cancel Replace Order, Batch Cancel Replace Order, Trade Fills
Account (9 endpoints)
- Assets, Transfer, Transfer Coin Info, Withdraw, Cancel Withdraw, Withdrawal Records, Deposit Records, Transfer Records, Deposit Address
Future API
Market (18 endpoints)
- Mark Price, 24h Ticker, Book Ticker, Fills, Fills History, Open Interest, Funding Info, History Fund Rate, Candles, History Candles, History Index Candles, History Mark Candles, Depth, Query Position Tier, Taker Buy/Sell, Account Long/Short Ratio, Top Trader Position Ratio, Top Trader Account Ratio
Account (7 endpoints)
- My Account, Max Open, Liquidation Price, Open Count, Set Leverage, Set Margin, Set Margin Mode
Position (3 endpoints)
- Single Position, All Positions, History Position
Trade (13 endpoints)
- Place Order, Click Backhand, Batch Place Order, Modify Order, Cancel Order, Batch Cancel Orders, Close Positions, Cancel All Orders, Get Order Detail, Get Order Fills, Get Fill History, Get Pending Orders, Get History Orders
Trigger Order (5 endpoints)
- Place Trigger Order, Modify Trigger Order, Cancel Trigger Order, Get Trigger Pending Orders, Get Trigger History Orders
TP/SL Order (2 endpoints)
- Place TP/SL Order, Modify TP/SL Order
Copy Trading API
Trader (11 endpoints)
- Get Current Tracking Orders, Get History Tracking Orders, Modify TP/SL, Get Order Total Detail, Get Profit History Summary, Get Profit History Details, Close Positions, Get Profit Details, Configure Trader Settings, Query Followers, Remove Follower
Follower (8 endpoints)
- Get Current Orders, Get History Orders, Set TP/SL, Set Copy Trade Settings, Get Copy Trade Settings, Get My Traders, Close Positions, Cancel Follow
Authentication
All private endpoints require HMAC SHA256 signature authentication with the following headers:
| Header | Description |
|---|---|
| ACCESS-KEY | Your API key |
| ACCESS-SIGN | Base64 encoded HMAC SHA256 signature |
| ACCESS-TIMESTAMP | Request timestamp in milliseconds |
| ACCESS-PASSPHRASE | Your API passphrase |
Support
For API support and questions, please contact us via Telegram.