Bybit API Announcements
Ir al canal en Telegram
Mostrar más
El país no está especificadoCriptomonedas20 861
3 059
Suscriptores
-324 horas
-97 días
-2430 días
Archivo de publicaciones
Dear traders,
We've extended our short-dated Options fee discount for another month, now running until June 30, 2026.
Please refer to the annoucement:
https://announcements.bybit.com/en/article/save-up-to-14-short-dated-options-fee-discount-extended-blt48f51cc050486925/
Dear Traders
Bybit will update the Open Interest (OI) calculation method on Jun 11, 2026.
OI will change from double-sided to single-sided calculation. As a result, displayed OI values will be around 50% lower than current levels. The adjustment does not reflect significant changes in actual OI levels on Bybit. This is a display update only and does not indicate lower market activity.
For more details, please refer to the annoucement:
https://announcements.bybit.com/en/article/update-to-the-open-interest-oi-calculation-method-blta89d9c88819bfebe/?category=maintenance_updates
Dear Traders,
Bybit is extending Retail Price Improvement (RPI) liquidity access to API clients across Spot and Derivatives markets, including Linear and Inverse Perpetuals, through an optional opt-in setting.
Effective time
June 12, 2026, 10AM UTC
For more details, please refer to the annoucement:
https://announcements.bybit.com/en/article/rpi-liquidity-now-available-to-api-taker-orders-bltb943887bfa4c4d17/
Dear Traders,
As trading data continues to increase, Bybit will adjust the UID-level API rate limit for the transaction log endpoint.
Before: 50 requests per second per user ID
After: 25 requests per second per user ID
Affected endpoint:
Get Transaction Log (Unified Wallet) —
/v5/account/transaction-log
This change will be completed before 09:00 UTC on 21 May. Please make the necessary adjustments accordingly.
Thank you for your understanding and support.Subject: Upcoming Listing of Equity Perpetual Contracts (META, GOOGL, MSFT)
Dear Traders,
Bybit will list the following Equity Perpetual Contracts:
• METAUSDT
• GOOGLUSDT
• MSFTUSDT
Expected launch time: Around April 27, 2026, 12:00 UTC
API Updates:
Once the contracts are live, you will be able to retrieve instrument details via:
• Get Instrument Info:
https://bybit-exchange.github.io/docs/v5/market/instrument
• Get Account Instruments Info:
https://bybit-exchange.github.io/docs/v5/account/instrument
For stock perpetual contracts, a new enum value will be introduced:
• symbolType = "stock"
Trading Agreement Requirement:
The trading agreements for stock perpetual contracts and commodity (XAU/XAG) perpetual contracts have been unified:
• If you have already signed the XAU/XAG Perpetual Contracts agreement, no additional action is required.
• If you have not signed the XAU/XAG Perpetual Contracts agreement, you must complete the agreement before trading.
Agreement Sign API:
https://bybit-exchange.github.io/docs/v5/user/sign-agreement
{
"categoryV2": 1,
"agree": true
}
Notes:
Please ensure your systems are updated to support the new symbolType enum and that the required agreement is completed in advance to avoid any disruption once trading begins.
If you have any questions, please feel free to contact our support team.
Best regards,
Bybit Team
Subject: Upcoming Listing of Equity Perpetual Contracts (TSM, INTC, HOOD)
Dear Traders,
Bybit will list the following Equity Perpetual Contracts:
• TSMUSDT
• INTCUSDT
• HOODUSDT
Expected launch time: Around April 22, 2026, 12:00 UTC
API Updates:
Once the contracts are live, you will be able to retrieve instrument details via:
• Get Instrument Info:
https://bybit-exchange.github.io/docs/v5/market/instrument
• Get Account Instruments Info:
https://bybit-exchange.github.io/docs/v5/account/instrument
For stock perpetual contracts, a new enum value will be introduced:
• symbolType = "stock"
Trading Agreement Requirement:
The trading agreements for stock perpetual contracts and commodity (XAU/XAG) perpetual contracts have been unified:
• If you have already signed the XAU/XAG Perpetual Contracts agreement, no additional action is required.
• If you have not signed the XAU/XAG Perpetual Contracts agreement, you must complete the agreement before trading.
Agreement Sign API:
https://bybit-exchange.github.io/docs/v5/user/sign-agreement
{
"categoryV2": 1,
"agree": true
}
Notes:
Please ensure your systems are updated to support the new symbolType enum and that the required agreement is completed in advance to avoid any disruption once trading begins.
If you have any questions, please feel free to contact our support team.
Best regards,
Bybit Team
Dear Traders,
Bybit plans to list TESLA Perpetual Contracts (TESLA Perps), with an expected launch date on April 21, 2026.
Once the contracts are live, you will be able to retrieve the instrument details via the following API endpoints:
• Get Instrument Info:
https://bybit-exchange.github.io/docs/v5/market/instrument
• Get Account Instruments Info:
https://bybit-exchange.github.io/docs/v5/account/instrument
For TESLA Perpetual Contracts, a new enum value will be introduced:
• symbolType = "stock"
Trading Agreement Requirement
The trading agreements for stock perpetual contracts and commodity XAU/XAG perpetual contracts have been unified:
• If you have already signed the XAU/XAG Perpetual Contracts agreement, no additional action is required.
• If you have not signed the XAU/XAG Perpetual Contracts agreement, you will still need to complete the agreement before trading.
Agreement Sign API:
https://bybit-exchange.github.io/docs/v5/user/sign-agreement
• category = 2
Please ensure your systems are updated to support the new "symbolType" enum and complete the agreement (if required) in advance to avoid any delay when trading becomes available.
If you have any questions, please feel free to contact our support team.
Best regards,
Bybit Team
Dear Traders,
Please be advised that on April 14, from 06:30 to 07:30 UTC, Bybit will perform a deployment to migrate WebSocket public services to new instances.
During this period, the following topics may experience up to 1 minute of data delay:
WebSocket
publicTrade
WebSocket publicTrade.sbe
This is a temporary impact during the migration process, and services are expected to return to normal shortly after.
We appreciate your understanding and apologize for any inconvenience caused.
The Bybit Team📢 Fixed Borrow OpenAPI Now Live
Dear Traders,
We are pleased to announce that the Fixed Borrow OpenAPI endpoints are now officially available.
📄 For full details, please refer to the official changelog:
https://bybit-exchange.github.io/docs/changelog/v5#2026-04-09
Please stay tuned for more updates.
The Bybit Team
OpenAPI Position Value Calculation Update
Bybit will update the calculation method of position value in both the REST API and WebSocket streams.
Changes:
- Endpoints / Topics Affected:
• GET /v5/position/list (https://bybit-exchange.github.io/docs/v5/position)
• WebSocket `position` topic (https://bybit-exchange.github.io/docs/v5/websocket/private/position)
- Update Details:
• For GET /v5/position/list endpoint, `positionValue` will be changed from: `avgPrice` * `size` To: `markPrice` * `size`
• For WebSocket `position` topic, `positionValue` will be changed from: `entryPrice` * `size` To: `markPrice` * `size`
- Effective Date:
• Testnet: April 10, 2026
• Mainnet: April 16, 2026
Please review your systems and make necessary adjustments to accommodate this change.
If you have any questions, feel free to reach out to our support team.
Dear traders,
A new field,
xstockMultiplier, has been added to the GET /v5/market/instruments-info AND /v5/account/instruments-info response when category=spot.
Note
- This field is only meaningful when symbolType=xstocks. For all other symbol types, it returns a default value of "1".
- The value reflects cumulative adjustments from corporate actions (dividends, stock splits, reverse splits) on the underlying US equity.
- Values may appear as high-precision decimals (e.g., "1.0000658218334353"). This is expected — minor deviations from 1 are caused by accumulated dividend adjustments, not data errors.
How to Use
You can apply this multiplier to calculate the actual price and quantity of an xStocks token relative to its underlying US stock:
- Adjusted Price = xStocks Token Price / xstockMultiplier
- Adjusted Quantity = xStocks Token Quantity × xstockMultiplier
This is an additive change and will not impact existing integrations.Dear Trader,
To further enhance our derivatives offerings, we are pleased to announce the upcoming launch of XAUT USDT-margined Futures and Options contracts. The launch schedule is as follows:
XAUT Futures and Options
- Mar 30, 2026, 8AM UTC: Launch of XAUTUSDT Futures contracts expiring Apr 3 and Apr 10
- Mar 31, 2026, 8AM UTC: Launch of XAUTUSDT Options contracts expiring Apr 1 and Apr 3
- Apr 1, 2026, 8AM UTC: Launch of XAUTUSDT Futures contracts expiring Apr 17 and May 29
- Apr 2, 2026, 8AM UTC: Launch of XAUTUSDT Options contracts expiring Apr 4, Apr 5, Apr 10, Apr 17, Apr 24 and May 29
Starting Apr 3, 2026, XAUT Options contracts will be generated on a regular basis.
If you have any questions or need assistance, our Customer Support team is always available to help.
Thank you for your continued trust and support.
Best regards,
The Bybit Team
Dear Traders,
Bybit plans to list CLUSDT Perpetual Contract (Oil Perps) on 24 Mar.
Before trading this contract, you are required to sign the oil agreement. You may complete the agreement via Web/App once the contract is officially listed. However, to ensure you can start trading immediately when the contract goes live, we recommend completing the agreement in advance via the Open API.
Agreement Signing API (
category=3):
https://bybit-exchange.github.io/docs/v5/user/sign-agreement
Note: Only the master account is required to sign the agreement. Once completed, all subaccounts will be eligible to trade.
Mark/Index Price Calculation:
https://www.bybit.com/en/help-center/article/Introduction-to-TradFi-Perpetual-Contracts
Oil Perps Agreement:
https://www.bybit.com/en/legal/service-specific-terms/Derivative-Contract-Terms-Oil-Perps
If you attempt to trade without signing the agreement, the following error will be returned:
code=110125, msg=You must agree to the Trading Terms before trading this contract
Once the contract is live, you can retrieve the trading parameters via the API. The contract will have symbolType="commodity", which can be filtered through Get Public Instrument Info or Get Account Instrument Info
Please complete the agreement in advance to avoid any delay when trading becomes available.🚀 Bybit AI Skills Just Got an Upgrade
Smarter tools. Greater control. More secure execution.
Here’s what’s new 👇
🤖 Copy Trading – Instantly discover and follow top-performing traders
⚙️ Advanced Bots – Spot Grid, DCA, Futures Grid, Martingale, and more
📊 Strategy Trading – Chase Limit, Iceberg & TWAP now live
🔐 Dual-Source Verification – Enhanced protection against supply chain attacks
Trade smarter. Build faster. Execute with confidence.
🔗 https://www.bybit.com/ai
🔗 https://github.com/bybit-exchange/skills
Websocket Spot Orderbook Level 200 Update
Dear Traders,
We are pleased to inform you that the push frequency for the Websocket Spot Orderbook Level 200 data will be improved from 200 ms to 100 ms
https://bybit-exchange.github.io/docs/v5/websocket/public/orderbook
Go-Live Time:
March 19, 2026, at 7:00 AM (UTC)
If you have any questions, please feel free to contact our Support team.
The Bybit Team
Dear Traders,
We’re excited to introduce Bybit AI Hub (https://www.bybit.com/en/ai), a new initiative designed to make it easier for developers and AI agents to connect directly with Bybit services.
With Bybit AI Hub, you can seamlessly integrate your AI agents with Bybit through official tools and APIs.
What’s available now:
◦ Official Skills are now ready for use: https://github.com/bybit-exchange/skills
◦ OpenAPI Specifications have been updated to support AI integrations
◦ More AI agent features will be released soon to further enhance automation and intelligent trading workflows
Stay tuned as we continue expanding the AI ecosystem on Bybit.
The Bybit Team
Dear Users,
Starting Mar 17, 2026 (gradual rollout, fully released on Mar 24, 2026), BYUSDT will be supported as a repayment asset.
Users will be able to use BYUSDT to repay liabilities via the following API endpoints:
Repayment endpoints:
◦ https://bybit-exchange.github.io/docs/v5/account/repay
◦ https://bybit-exchange.github.io/docs/v5/account/repay-liability
◦ https://bybit-exchange.github.io/docs/v5/account/no-convert-repay
For more details, please refer to the changelog:
https://bybit-exchange.github.io/docs/changelog/v5#2026-03-24
The Bybit Team
Dear Traders,
Delta Neutral Mode is now available.
Delta Neutral Mode is designed to enhance the trading experience for users running delta-neutral strategies. When enabled, positions that meet the Delta Neutral criteria will be ranked lower in the ADL (Auto-Deleveraging) queue, reducing the risk of being auto-deleveraged during extreme market conditions.
For more details, please refer to the help article:
https://www.bybit.com/en/help-center/article?id=1772092051700
The corresponding OpenAPI endpoints are now live. For implementation details, please refer to:
https://bybit-exchange.github.io/docs/v5/account/set-delta-mode
https://bybit-exchange.github.io/docs/changelog/v5#2026-03-12
The Bybit Team
Dear Traders,
Bybit plans to list XAUUSDT and XAGUSDT Perpetual Contracts.
Before trading these contracts, you are required to sign the relevant trading agreement. You may complete the agreement via Web/App once the contracts are officially listed. However, to ensure you can start trading immediately when the contracts go live, we recommend completing the agreement in advance via the Open API.
Agreement Signing API:
https://bybit-exchange.github.io/docs/v5/user/sign-agreement
Note: Only the master account is required to sign the agreement. Once completed, all subaccounts will be eligible to trade.
Mark/Index Price Calculation:
https://www.bybit.com/en/help-center/article/Introduction-to-TradFi-Perpetual-Contracts
Trading Agreement:
https://www.bybit.com/en/legal/service-specific-terms/Derivative-Contract-Terms-TradFi-Perps
If you attempt to trade without signing the agreement, the following error will be returned:
code=110123, msg=You must agree to the Trading Terms
Once the contracts are live, you can retrieve the trading parameters via the API. These contracts will have symbolType="commodity", which can be filtered through Get Public Instrument Info or Get Account Instrument Info
Please complete the agreement in advance to avoid any delay when trading becomes available.Dear Traders
To better support users running hedging strategies, we will officially launch Delta-Neutral Mode on Mar 12, 2026.
This feature is available to VIP 3 and above users with a UTA 2.0 account.
For more details, please refer to the official announcement:
https://announcements.bybit.com/article/delta-neutral-mode-now-available-bltf867a117c6432821/
The Bybit team
¡Ya disponible! Investigación de Telegram 2025 — los principales insights del año 
