Bybit API Announcements
Статистика- Последний пост
- 14 авг.
- Последнее чтение
- 15 авг.
- Постов за неделю
- 5
- Всего постов
- 21
- Тип
- открытый
- Язык
- und
- Категория
- Новости и СМИ (по похожим)
- В каталоге с
- 13 авг.
- 1/24сутки в ленте
- 258
- 1/48двое суток
- 295
- 1/72трое суток
- 318
Оценка по просмотрам недавних постов: пост набирает почти всё за первые сутки.
Посты
[API Update] API Response Structure and `execType` Updates Dear Traders, 1. `asset-overview` Response Structure Following our previous announcement (https://t.me/Bybit_API_Announcements/437) regarding the new `categories` field for `GET /v5/asset/asset-overview`, we would like to clarify that: This response structure change applies only to `accountType: "UnifiedTradingAccount"`. Other account types are not affected by this update. Please ensure your integrations take this scope into consideration before the mainnet release. 2. `execType` Enum Updates Following our previous announcement (https://t.me/Bybit_API_Announcements/430), the following updates will be introduced: The previously introduced `CorporateAction` enum will be deprecated and replaced by: * `ForwardSplitSettle` — Settlement for residual amounts from stock splits * `ReverseSplitSettle` — Settlement for residual amounts from reverse stock splits Mainnet Release: August 20, 2026 A new `Dividend` enum value will also be added to identify executions generated by dividend distributions. Mainnet Release: August 18, 2026 Please ensure your integrations are updated to support these changes before the respective mainnet releases.
Delisting of VANRYUSDT Perpetual Contract & VANRY/USDT Spot Trading Key Timeline: * Aug 12, 9:00 AM UTC – VANRYUSDT Perpetual Contract will be delisted * Aug 17, 8:00 AM UTC – VANRY deposits will be closed * Aug 18, 8:00 AM UTC – VANRY/USDT Spot trading pair will be delisted * Withdrawals of VANRY tokens will remain available until further notice As Vanar (VANRY) undergoes its contract migration, please refer to the project's official announcement for instructions on completing the token swap manually. Bybit will not perform the token migration on behalf of users. For more information, please refer to: https://announcements.bybit.com/en/article/delisting-of-vanry-on-aug-18-2026--art0d4ac276889f/
[API UPDATE] Full Orderbook Supports Futures The Futures Full Orderbook has been deployed to production, and available via both of the following interfaces: * REST API : https://bybit-exchange.github.io/docs/v5/market/full-ob * WebSocket : https://bybit-exchange.github.io/docs/v5/websocket/public/full-ob Please update your integration accordingly. For questions or feedback, feel free to reach out to our team.
Dear Traders, We plan to update several contract parameters for selected TradFi Perpetual Contracts. Please review the following changes and ensure your trading strategies and systems are updated accordingly. Scheduled Updates 1. Open Interest (OI) Position Limit Adjustment Effective: August 12, 2026, 07:30 UTC 2. Maximum Leverage Increase for some TradFi contracts Effective: August 13, 2026, 07:30 UTC 3. Position Value Tier Expansion (50x Leverage Contracts) for some TradFi contracts Effective: August 13, 2026, 07:35 UTC 4. Limit Order Maximum Size Increase Effective: August 14, 2026, 07:30 UTC For more details, please refer to the official announcement: https://announcements.bybit.com/en/article/tradfi-perpetual-contract-parameter-updates--art04913b570c99/?category=maintenance_updates Thank you for your attention and continued support.
[API Update] New `categories` Field Added to GET /v5/asset/asset-overview Dear Traders, To support the separation of asset balances between Crypto and Stocks, the response structure of the following API will be updated: Affected API: `GET /v5/asset/asset-overview` Expected Testnet Release: August 14, 2026 Expected Mainnet Release: August 18, 2026 Changes: The following changes will be introduced: 1. A new `categories` field will be added to the API response. * Type: `list` * It contains the asset details that were previously returned under `coinDetail`. * Each category will be identified by the `category` field, which can be: * `CRYPTO` * `STOCKS` 2. A new `equity` field will be added under each category to represent the total equity of that category. 3. The `equity` field under each category represents the total equity of all assets belonging to that category, while `coinDetail` provides the detailed breakdown by coin. For examples: ### Before { "totalEquity": "27.79", "valuationCurrency": "USD", "accountType": "UnifiedTradingAccount", "coinDetail": [ { "equity": "0.1", "coin": "BTC" }, { "equity": "5560.62487", "coin": "USDC" } ], "snapshotTime": "1786413923415" } ### After { "totalEquity": "16144.18", "valuationCurrency": "USD", "accountType": "UnifiedTradingAccount", "snapshotTime": "1786416080230", "categories": [ { "coinDetail": [ { "equity": "0.1", "coin": "BTC" }, { "equity": "5560.62487", "coin": "USDC" } ], "category": "CRYPTO", "equity": "11560.62" }, { "coinDetail": [ { "equity": "11.4", "coin": "TSLA" } ], "category": "STOCKS", "equity": "3783.55" } ] } Please ensure your integrations are updated to support the new response structure before the mainnet release. For more details, please refer to the [API documentation](https://bybit-exchange.github.io/docs/v5/asset/balance/asset-overview).
Dear Traders, To increase market liquidity and improve your trading experience, Bybit will adjust the tick size for selected Perpetual Contracts and Spot Pairs on Aug 11, 2026, 8:30 AM UTC. Please refer to the documents for full details. We recommend reviewing your risk tolerance and trading strategy to ensure they align with the new tick size changes.
🚀 HYPE Options Expansion!! We're excited to announce the launch of HYPE Options. Following the initial launch, more HYPEUSDT Options contracts will be available on Aug 6, 8AM UTC, including expiries on: Aug 8, Aug 9, Aug 14, Aug 21, Aug 28 & Sep 25. From Aug 7 onwards, HYPE Options will be listed on a regular basis, giving you more expiries and greater trading flexibility. Trade Now: https://www.bybit.com/en/trade/option/usdt/HYPE
Dear Traders, As it almost has been one year since the Classic Spot Account was officially discontinued, Bybit will deprecate below endpoints used to query historical Classic Spot order and trade data in order to reduce maintenance costs. If you require access to this historical data, please download it from the Bybit website: https://www.bybit.com/en/user/assets/exportStatment Affected Endpoints - Get Pre-upgrade Order History /v5/pre-upgrade/order/history (category=spot) - Get Pre-upgrade Trade History /v5/pre-upgrade/execution/list (category=spot) Deprecation Date: 31 August 2026 Please ensure your systems are updated accordingly to avoid any service disruptions after the deprecation date.
Dear Traders, Following further internal review, the planned update to the smpGroup field has been revised. Instead of changing the data type from int32 to int64 as previously announced (https://t.me/Bybit_API_Announcements/428), smpGroup will now be changed from int32 to string. Mainnet: August 6, 2026 Affected APIs: 1. GET /v5/order/realtime - https://bybit-exchange.github.io/docs/v5/order/open-order 2. GET /v5/order/history - https://bybit-exchange.github.io/docs/v5/order/order-list 3. WebSocket Private Order Topic - https://bybit-exchange.github.io/docs/v5/websocket/private/order Please update your applications accordingly to ensure compatibility. For API details, please refer to the corresponding documentation pages. Bybit API Team
Dear Traders, Bybit is expanding RPI (Retail Price Improvement) order access across Spot and Perpetuals markets, allowing more users to place RPI orders. Starting Jul 30, 2026, RPI orders will be available on all RPI-enabled symbols for institutional users and retail users placing orders via API. Please refer to: https://announcements.bybit.com/en/article/expanded-rpi-order-access-on-bybit-spot-and-perpetuals--art74180ea40366/
[API UPDATE] Full Orderbook Supports Futures The Futures Full Orderbook will soon be available via both of the following interfaces: * REST API : https://bybit-exchange.github.io/docs/v5/market/full-ob * WebSocket : https://bybit-exchange.github.io/docs/v5/websocket/public/full-ob Release Schedule * Testnet: 4 Aug * Mainnet:11 Aug If you plan to leverage these enhancements, please update your integration accordingly. For questions or feedback, feel free to reach out to our team.
Dear Traders, A new `execType` enum value, `CorporateAction`, has been added. This enum will be used for U.S. equity perpetual contracts to identify executions generated by corporate actions, including stock splits and reverse stock splits. Backend support for this enum is now in place. It will only be returned when applicable corporate action events occur. Clients are encouraged to update their integrations in advance to ensure compatibility. For more details, please refer to: https://bybit-exchange.github.io/docs/changelog/v5#2026-07-23 Affected APIs: * GET /v5/execution/list: https://bybit-exchange.github.io/docs/v5/order/execution * GET /v5/position/closed-pnl: https://bybit-exchange.github.io/docs/v5/position/close-pnl * WebSocket `execution` topic: https://bybit-exchange.github.io/docs/v5/websocket/private/execution
Delisting of CBK,FLIP,FUEL,OL,PAAL,SAROS,STREAM Deposits for CBK,FLIP,FUEL,OL,PAAL,SAROS,STREAM will close after Jul 22, 2026, 8:00AM UTC. Spot Trading of these pairs will end after Jul 23, 2026, 8:00AM UTC, and all open orders will be automatically removed. For more information, please refer to https://announcements.bybit.com/en/article/delisting-of-cbk-flip-fuel-ol-paal-saros-stream--artc357601e1303/?category=delistings
Dear Traders, Due to an expansion of the field capacity, the `smpGroup` field will be upgraded from int32 to int64. Go-live Date: July 30, 2026 Please ensure your applications are updated accordingly to support the new data type and maintain compatibility. Affected APIs: 1. GET /v5/order/realtime https://bybit-exchange.github.io/docs/v5/order/open-order 2. GET /v5/order/history https://bybit-exchange.github.io/docs/v5/order/order-list 3. WebSocket – Private Order Topic https://bybit-exchange.github.io/docs/v5/websocket/private/order Thank you for your attention and continued support. Best regards, Bybit API Team
Dear traders, Bybit will be delisting the PUMPBTCUSDT, WHITEWHALEUSDT, HIGHUSDT Perpetual Contract at Jul 20, 2026, 9:00AM UTC. All active orders and conditional orders will be automatically canceled. Any open positions in these Perpetual Contracts will be automatically closed and the closing price will be based on the average index price 30 minutes prior to the delisting. For more information , please refer to https://announcements.bybit.com/en/article/delisting-of-highusdt-perpetual-contract--artfcf38598faa8/?category=delistings https://announcements.bybit.com/en/article/delisting-of-whitewhaleusdt-perpetual-contract--art994fe4b63f70/?category=delistings https://announcements.bybit.com/en/article/delisting-of-pumpbtcusdt-perpetual-contract--artd26cfb3c63d2/?category=delistings
Dear Traders Moonriver (MOVR) & Moonbeam (GLMR) networks termination and migration to Base Network Key Timeline 20 Jul, 8AM UTC - Closure of deposit and withdrawal of MOVR through Moonriver and GLMR through Moonbeam. 22 Jul, 8AM UTC - Reopen of deposit and withdrawal of MOVR and GLMR through Base. New smart contract addresses on Base * MOVR: 0x43fEB74608334DDa8c1a6500D185cFC3Ea962B83 * GLMR: 0xB3846fD356c2149ee8D30b0449088Dc74e265459 Please note that any deposits made via the old networks after the cutoff time will be rejected and cannot be credited or recovered. For more information, please refer to https://announcements.bybit.com/en/article/termination-of-moonriver-movr-moonbeam-glmr-networks-and-migration-to-base--art3d0ff9b1d547/
Dear Traders, To align the behavior of the Open API with the Bybit frontend, we will be updating the logic of the Get Master Account Deposit Address API. What’s changing? The API will now return the selected deposit address with the highest priority. If no address has been selected, it will return the earliest created deposit address by default. Will this affect you? You will not be affected if: * You have never created additional deposit addresses; or * You have not manually selected a deposit address in the Deposit Address Book on the Bybit web or app. In these cases, the API response will remain unchanged. Affected Endpoint https://bybit-exchange.github.io/docs/v5/asset/deposit/master-deposit-addr Deployment Time 02:00 UTC on 10 July 2026
Bybit to Support Story (IP) rebranding to Data Network (DATA) Key timeline (UTC): Jun 26, 07:00 — Delist IP perpetual pairs Jul 6, 06:00 — Suspend deposits & withdrawals for IP Jul 6, 08:00 — Delist IP spot pair Jul 9, 04:00 — Resume deposits & withdrawals as DATA Jul 9, 08:00 — List DATA/USDT spot pair During the trading suspension window, all IP tokens will be automatically converted to DATA at a ratio of 1:1. To avoid any trading disruption, please ensure you manage your positions and risk accordingly. For more information, please refer to https://announcements.bybit.com/en/article/story-ip-rebranding-to-data-data-and-token-swap-blt2eb534d1e37d3aad/
Dear Traders, Bybit will soon release a Full Depth Order Book service, providing up to 10,000 price levels per side. This release includes: * A new REST API for retrieving full order book snapshots. * A new WebSocket channel that publishes delta updates only. REST API Documentation https://bybit-exchange.github.io/docs/v5/market/full-ob WebSocket API Documentation https://bybit-exchange.github.io/docs/v5/websocket/public/full-ob Release Schedule Spot * Testnet: 6 July 2026 * Production: 16 July 2026 We encourage you to integrate with the new APIs and share your feedback with us. Your input will help us further improve the service.
Dear Traders, To further optimize our risk management framework while maintaining capital efficiency, Bybit will adjust the collateral value ratio tiers for H. H will remain supported as a loan collateral asset. Effective time: Jun 16, 2026, 8AM UTC Please refer to the official annoucement: https://announcements.bybit.com/en/article/h-remains-supported-as-loan-collateral-with-updated-collateral-value-ratios-blt850e86b050a781aa/