tgindex
2 998
подписчиков
Охват к подписчикам
20,0%
ERR
Реакции к просмотрам
0,00%
0 на 21 постов
Пересылки к просмотрам
0,42%
58
Постов в день
0,4
всего 21

Где отзываются чаще

доля реакций к просмотрам
  • 14 авг.[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.0,00%
  • 12 авг.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/0,00%
  • 12 авг.[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.0,00%
  • 11 авг.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.0,00%
  • 11 авг.[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).0,00%
  • 6 авг.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.0,00%
  • 5 авг.🚀 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/HYPE0,00%
  • 3 авг.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.0,00%
  • 31 июл.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 Team0,00%
  • 30 июл.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/0,00%
  • 30 июл.[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.0,00%
  • 23 июл.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/execution0,00%