Bybit API Announcements
3.12K subscribers
1 photo
2 files
329 links
Download Telegram
Update to V5 WebSocket Public Connection ID Format

Dear Traders,

To ensure consistency across all connection types, Bybit will update the V5 Public WebSocket connection ID (connId) format to align with the Private channel.

Details of the Change:
New Format: "machine_name_encoded"-"base36_encoded_incremental_connection_sequence_number"
Example: cejreassvfrsfvb9v1a0-2m

Previous Format: UUID

Rollout Plan

Product Type Nov 6 Nov 11 Nov 13 Nov 18
---------------------------------------------------------------------------------
Options & Futures Spread Grey Release 1 Grey Release 2 Full Rollout —
Spot Grey Release 1 Grey Release 2 Full Rollout —
Futures — Grey Release 1 Grey Release 2 Full Rollout


• Both old UUID and new encoded connId formats will be supported during this period until full migration is complete.

Thank you for your continued support and understanding.
The Bybit Team
Title: Update to Spot Market Tickers Data Push Frequency

Dear Traders,

To further enhance system stability during periods of high market volatility, Bybit will be optimizing the Spot market tickers data push frequency.
To improve overall system reliability, the Spot WebSocket tickers data push frequency will be adjusted from Real-time to 50 milliseconds.
Please refer to : https://bybit-exchange.github.io/docs/v5/websocket/public/ticker

Testnet Release: October 31, 2025
Mainnet Release: November 4, 2025


Thank you for your continued support and understanding
Bybit Team
New Endpoint: /v5/account/no-convert-repay

Dear Traders,

1. Bybit will introduce a new endpoint – POST /v5/account/no-convert-repay – which allows users to repay only positive assets (ie, where walletBalance > 0).

This new endpoint is similar to the existing POST /v5/account/repay (https://bybit-exchange.github.io/docs/v5/account/repay) endpoint, but only repays assets in the same currency, avoiding asset conversion or repaying using assets which already have a negative balance.

Request Parameters

Parameter Required Type Description
coin false string Coin name (uppercase only)
amount false string Repay amount. If the coin is not specified, the amount must also be omitted.

Release Schedule
Testnet: October 30, 2025
Mainnet: November 3, 2025

2. These two APIs are changing from being asynchronous to returning synchronously.
POST /v5/account/repay
POST /v5/account/no-convert-repay

We will add "SU" and "FA" enums to the response parameters to reflect this.
Parameter Type Comments
result array Object
> resultStatus string
P: Processing
SU: Success
FA: Failed

Thank you for your continued support
Bybit team
Dear Traders,

We are pleased to announce that Option order will suppot "slippageToleranceType" on November 4th, 2025

For more details, please refer to the API changelog:
👉 https://bybit-exchange.github.io/docs/changelog/v5#2025-11-04

Thank you for your continued support,
The Bybit Team
Dear Traders,

To enhance system performance and stability, we are planning the following update to the OpenAPI endpoint /v5/market/instruments-info (category = option):

🛠 Update Details:
This endpoint will no longer return data for deprecated option symbols with status = Closed.

Only option instruments with the following statuses will be included in the response:
PreLaunch (about to go live)
Trading (currently trading)
Delivering (in the delivery phase)

📈 Background:
We have observed a recent increase in transactions per second (TPS) on this endpoint. As it currently accesses the database in some scenarios, this adjustment is intended to improve performance and stability under high-load conditions going forward.

🗓 Planned Effective Date:
November 7, 2025

Thank you for your continued support.

Best regards,
The Bybit Team
Title: Introduction of "PostOnlyMaxLimitOrderSize" for Spot Trading Rules

Dear Traders,

To enhance trading flexibility and improve transparency for Post-only and Retail Price Improvement (RPI) orders, Bybit is updating Spot Trading Rules with the introduction of a new configuration field: "PostOnlyMaxLimitOrderSize".

Key Updates:
Each trading pair will now have its own defined "PostOnlyMaxLimitOrderSize", replacing the previous a fixed 5x multiplier rule.

Effective Date: November 11, 2025
For more details, please refer to the official announcement : https://announcements.bybit.com/article/introduction-of-postonlymaxlimitordersize-for-spot-trading-rules-bltd5c53bae78fe2a6e/

Thank you for your continued support.
Title: Update to WebSocket OrderBook Push Frequency

Dear Traders,

We are pleased to announce upcoming enhancements to our OrderBook data services.

Effective Date: November 25, 2025

The WebSocket OrderBook (1,000 depth levels) push frequency for Futures and Spot markets will be adjusted from 300 milliseconds to 200 milliseconds.

For more details, please refer to the api official documentation:
https://bybit-exchange.github.io/docs/v5/websocket/public/orderbook

Please review the documentation and make the necessary adjustments to ensure a smooth transition.

Thank you for your continued support.
The Bybit Team
Dear Option Traders,

Due to the high server load currently observed on the Option instrument endpoint, we will be implementing an urgent adjustment to its traffic rule.

New Rate Limit (per IP):
• 40 requests per second
• 100 requests per 10-second window

Affected Endpoint:
/v5/market/instruments-info (category=option)

Effective Time:
08:00 UTC, November 6, 2025

Please let us know if you have any concerns or feedback regarding this change.
Dear Traders,

To provide a more responsive and efficient market data experience, the push frequency of OrderBook level 1000 will be adjusted from 300 ms to 200 ms.

Effective Time:
Nov 25th, 2025. around 7:00 UTC

What’s Changing:
Push Frequency of Spot & Futures OB Level 1000: 300 ms → 200 ms

Please refer to: https://bybit-exchange.github.io/docs/v5/websocket/public/orderbook

If you have any questions, please feel free to contact us.

Best regards,
Bybit Team
Dear Traders

We’re enhancing the Unified Trading Account (UTA) Manual Borrowing experience. A new fixed-rate borrowing option will roll out in phases starting Dec 08, 2025 (the full launch date may vary based on readiness).

Please refer to:
https://announcements.bybit.com/en/article/bybit-uta-manual-borrowing-fixed-rate-option-coming-soon-bltbc3b81ddfc8563cd/
Dear OpenAPI Users,

Following our earlier announcement https://t.me/Bybit_API_Announcements/383 (https://announcements.bybit.com/en/article/bybit-uta-manual-borrowing-fixed-rate-option-coming-soon-bltbc3b81ddfc8563cd/) regarding the upcoming introduction of the UTA Manual Borrowing Fixed-Rate option, we would like to provide important clarifications for OpenAPI users regarding the December 8 release version.

Key Notes for OpenAPI Users:
1. Borrowing via OpenAPI endpoint (https://bybit-exchange.github.io/docs/v5/account/borrow) will support floating-rate borrowing only in this release.
2. Repayment behavior via OpenAPI endpoints (https://bybit-exchange.github.io/docs/v5/account/no-convert-repay or https://bybit-exchange.github.io/docs/v5/account/repay):
The system will repay floating-rate liabilities first, followed by fixed-rate

Thank you for your continued support.
Bybit Team
Dear OpenAPI Users,

We would like to inform you of an upcoming API deprecation related to the Market Delivery Price endpoint.

Deprecation Notice:
GET /v5/market/delivery-price will be deprecated on December 11, 2025:
(Reference: https://bybit-exchange.github.io/docs/v5/market/delivery-price)

Replacement Endpoint:
Please migrate to the new endpoint below:
GET /v5/market/new-delivery-price
(Reference: https://bybit-exchange.github.io/docs/v5/market/new-delivery-price)

We recommend updating your integration as soon as possible to ensure continued access to delivery price data.
Dear openAPI Users,
We would like to inform you of upcoming updates to the ADL Alert and Insurance Pool data refresh mechanisms for both REST and WebSocket endpoints.
These changes will take effect on Mainnet starting December 18.

1. REST API Updates
1.1 Endpoint: GET /v5/market/adlAlert
Documentation: https://bybit-exchange.github.io/docs/v5/market/adl-alert
Key Changes:
Data refresh frequency will change to once every 24 hours, updated daily at 00:00 UTC, replacing the previous 1-minute update cycle.
"balance" field will follow T+1 refresh, updated daily at 00:00 UTC.
"maxBalance" field will be deprecated and will return an empty string.

1.2 Endpoint: GET /v5/market/insurance
Documentation: https://bybit-exchange.github.io/docs/v5/market/insurance
Key Changes:
Both isolated and shared insurance pool balances will now update every 24 hours, at 00:00 UTC.
"balance" field will follow T+1 refresh, updated daily at 00:00 UTC.


2. WebSocket Updates
2.1 Topic: adlAlert.{coin}
Documentation: https://bybit-exchange.github.io/docs/v5/websocket/public/adl-alert
Key Changes:
"b" field will follow T+1 refresh, updated daily at 00:00 UTC.
"mb" field will be deprecated and will return an empty string.

2.2 Topic: insurance
Documentation: https://bybit-exchange.github.io/docs/v5/websocket/public/insurance-pool
Key Changes:
"balance" field will follow T+1 refresh, updated daily at 00:00 UTC, replacing the 1-second push.


Effective Time:
Mainnet: December 18

If you have any questions, feel free to reach out to us.
Thank you for your continued support.
Dear INS Loan Users,

Under certain circumstances, the LTV ratio cannot be calculated accurately. To avoid confusion, Bybit will update the response structure of the Get LTV API (https://bybit-exchange.github.io/docs/v5/otc/ltv-convert). Please make sure to adapt to this change in advance.

Changes:
1. A new field liqStatus (integer) will be added.
Values:
• 0 — Normal (default)
• 1 — Liquidating
• 2 - Manual repaying
• 3 - Transferring
2. When liqStatus != 0:
ltv, unpaidAmount, balance will return an empty string ""
unpaidInfo, balanceInfo will return an empty array []
Example:
{"retCode": 0,"retMsg": "","result": {"liqStatus": 3,"ltvInfo": [{"liqStatus": 3,"ltv": "","parentUid": "1002883059","subAccountUids": ["1002883059"],"unpaidAmount": "","unpaidInfo": [],"balance": "","balanceInfo": [],"rst": ""}]},"retExtInfo": {},"time": 1765372838052}

Effective Time:
Mainnet: Deployment will be started from 02:00 UTC, 25 Dec
Dear OpenAPI Users,

Based on feedbacks from institutional clients, we have made several requirement adjustments to the previously announced changes (Ref: https://t.me/Bybit_API_Announcements/386).

We would like to inform you of upcoming updates to the ADL Alert and Insurance Pool data refresh mechanisms for both REST API and WebSocket endpoints.
These changes will take effect on Mainnet starting December 18.

1. REST API Updates
1.1 Endpoint: GET /v5/market/adlAlert

Documentation:
https://bybit-exchange.github.io/docs/v5/market/adl-alert

Key Changes:
For shared insurance pool, the "balance" field will follow a T+1 refresh mechanism and will be updated daily at 00:00 UTC.
The "maxBalance" field will be deprecated and will return an empty string.

1.2 Endpoint: GET /v5/market/insurance

Documentation:
https://bybit-exchange.github.io/docs/v5/market/insurance

No changes. This endpoint will remain unchanged.

2. WebSocket Updates
2.1 Topic: adlAlert.{coin}

Documentation:
https://bybit-exchange.github.io/docs/v5/websocket/public/adl-alert

Key Changes:
For shared insurance pool, the "b" field will follow a T+1 refresh mechanism and will be updated daily at 00:00 UTC.
The "mb" field will be deprecated and will return an empty string.
The other fields remain unchanged.

2.2 Topic: insurance

Documentation:
https://bybit-exchange.github.io/docs/v5/websocket/public/insurance-pool

No changes. This topic will remain unchanged.

Effective Time:
Mainnet: December 18

If you have any questions or require further clarification, please feel free to reach out to us.
Thank you for your continued support.
📢 Important Announcement — MNT Repay Feature Update
Dear OpenAPI Users,

We would like to inform you of an important update regarding the MNT Repay and Repay All features.

Due to ongoing system maintenance, the following features are temporarily unavailable.

Effective Dec 18, 2025, 03:00 (UTC):
UI (Web/App)
- Repaying MNT using non-MNT assets is temporarily unavailable.
- Selecting MNT as repayment coin via One-Click Repay All is temporarily unavailable.

API
The following temporary changes apply:
- Manual Repay with Asset Conversion ( POST /v5/account/repay )
➜ MNT is temporarily not supported by this endpoint.

- Manual Repay Without Asset Conversion ( POST /v5/account/no-convert-repay )
➜ MNT remains supported and can still be used as a repayment asset.

Relevant API Documentation
- Manual Repay (MNT not supported):
https://bybit-exchange.github.io/docs/v5/account/repay
- Manual Repay Without Asset Conversion (MNT supported):
https://bybit-exchange.github.io/docs/v5/account/no-convert-repay

We will provide further updates once the maintenance is completed and the features are restored. Repayment for other coins is not affected.

We appreciate your understanding and continuous support.
Upcoming Feature: Auto-Repay Mode for Spot Margin Trading

Dear Traders,

We are pleased to announce the upcoming launch of the Auto-Repay Mode for Spot Margin trading, along with two new API endpoints that allow users to configure and query this feature.

New Endpoints:
1. Set Auto-Repay Mode
POST /v5/spot-margin-trade/set-auto-repay-mode
Configure whether to enable or disable Auto-Repay for a specific currency.
Documentation: https://bybit-exchange.github.io/docs/v5/spot-margin-uta/set-auto-repay-mode

2. Get Auto-Repay Mode
GET /v5/spot-margin-trade/get-auto-repay-mode
Check whether Auto-Repay is currently enabled for Spot Margin trading.
Documentation: https://bybit-exchange.github.io/docs/v5/spot-margin-uta/get-auto-repay-mode

Feature Behavior:
When Auto-Repay is enabled for a specific currency, the system will automatically execute repayments without asset conversion at 00 and 30 minutes every hour.

Transfers or Spot trading activities (buy/sell) will increase the user’s spot available balance but will not trigger immediate repayment.

Effective Time:
Testnet: Already live
Mainnet: January 6, 2026

Thank you for your continued support.
The Bybit Team
Upcoming Update: Fee Rate Endpoint Infrastructure Optimization

Dear Users,

To improve system stability and reduce the load, we will update the Fee Rate Query API underlying service.

GET /v5/account/fee-rate
Documentation: https://bybit-exchange.github.io/docs/v5/account/fee-rate

Effective Date: January 20, 2026

After the switchover, the fee rate query will no longer be returned in real-time. As a result, responses may experience a slight additional latency of approximately 10–20 ms. Other functionalities and response structures remain unchanged.

This change helps enhance overall system performance, stability, and reliability for all users.

If you have any questions or feedback, please feel free to contact us.

The Bybit Team
Dear Users,

Due to adjustments in our technical roadmap, the Set Auto Repay Mode endpoint functionality will be postponed.

Affected Endpoint:
POST /v5/spot-margin-trade/set-auto-repay-mode
Documentation:
https://bybit-exchange.github.io/docs/v5/spot-margin-uta/set-auto-repay-mode

Effective Date:
January 8, 2026, 02:00 (UTC)

We recommend planning your integration and using this endpoint after the effective date. Please adjust your implementation accordingly.

If you have any questions or feedback, please feel free to contact us.

Thank you for your understanding.

The Bybit Team
Dear traders,

To strengthen stability and risk controls for UTA Loan manual repayments, we're upgrading:
- How we calculate coin-conversion repayment fees
- The repayment limit for coin-conversion repayments

This update takes effect on Feb 10, 2026, 8AM UTC.

Please refer to: https://announcements.bybit.com/en/article/uta-loan-manual-repayment-update-bltbef3f1ad72a8295d/
Dear traders,

To strengthen stability and risk controls for Crypto Loan manual repayments, we're upgrading:
• How we calculate coin-conversion repayment fees
• The repayment limit for coin-conversion repayments

This update takes effect Jan 28, 2026, 8AM UTC.

Please refer to: https://announcements.bybit.com/article/crypto-loan-manual-repayment-update-bltde33509ddde5e8fd/