Release notes

View the history of B2CONNECT releases with key points and major updates highlighted

June 29, 2026

Improvements

Systematic Hedging under high-frequency flow

Systematic Hedging, introduced in the previous release, has been hardened to stay reliable under high-frequency, high-volume flow such as copy-trading and HFT bursts. B2CONNECT shapes the incoming client flow so that only the residual net position is routed to each liquidity provider (LP), keeping order placement comfortably within venue API rate limits even during tick storms. In the B2CONNECT Web UI, the real-time Risk Status view and its cumulative order-accumulation status bar now update accurately at very high request rates, so risk teams keep a precise, live picture of how exposure is building and when it will hedge.

More flexible symbol and instrument naming

The liquidity aggregator integration now supports independent taker-side and maker-side symbols. Previously both legs shared a single venue name, causing a platform to distribute the LP’s symbols to the FIX clients. B2CONNECT now resolves the incoming FIX symbol against a dedicated taker symbol and maps it to the liquidity aggregator catalog name separately — so brokers can keep their own client-facing symbology regardless of an LP’s naming.

Asset and trading instrument names can now also include the ampersand (&) character. Such symbol names are accepted directly, removing the previous need to substitute AND.

Reduced noise from stale-liquidity alerts

Stale-liquidity alerts triggered by delisted symbols now fire once instead of repeating, cutting alert noise for monitoring teams when a venue delists an instrument.


Resolved issues

  • Resolved an issue where a market-data subscription on WebSocket liquidity venues (such as Kraken, Huobi, and Binance) could remain silent after a connector reconnect, leaving the affected symbols without fresh quotes — and FIX clients receiving only invalidations — until the connector was restarted. Such subscriptions now recover automatically.
  • Resolved an issue in the liquidity aggregator integration where a transient quote-cancel message was treated as a permanent subscription rejection, silently stopping quote publishing for the symbol until a restart. Transient cancels no longer drop the subscription, so streaming resumes as soon as the venue sends the next quote.

May 29, 2026

New features

Systematic Hedging

B2CONNECT introduces Systematic Hedging, a new execution option that complements — and does not replace — standard straight-through processing (STP). When enabled for a symbol, B2CONNECT aggregates incoming client flow into a managed risk position, nets opposing buy and sell volume, and hedges only the net residual to the liquidity provider (LP).

This gives risk teams tighter control over exposure and lower execution costs. And because only net positions are hedged, platforms send far fewer orders to their LPs — staying comfortably within API rate limits and easing the load on each provider, so every LP connection goes further.

Hedging stays fully under the risk team's control and is set per symbol: trigger by accumulated volume, a timer, a schedule, or manually; tune the hedge ratio and lock-routing behavior; or keep routing large orders straight through. The B2CONNECT Web UI adds a Symbol Hedging Configuration page, a real-time Risk Status page, and a master toggle, and risk-position state is restored automatically after any restart — so exposure is never lost or double-counted.

B2CORE integration

B2CONNECT now integrates with B2CORE, the B2BROKER ecosystem's CRM — the centralized control center for a brokerage's front-end client experience and back-end administrative operations. By connecting margin accounts on the B2CONNECT hub directly to B2CORE, the integration gives B2B clients who power their trading platforms with B2CONNECT seamless account onboarding and a streamlined day-to-day experience, with account creation, funding, and balance management all handled from one control center. It also puts the wider advantages of the B2BROKER ecosystem within reach on a single, connected stack.

Administrators set up and manage the connection from a new B2CORE Integration page in the B2CONNECT Web UI.

Tiered commission profiles

B2CONNECT now supports tiered commission profiles, which automatically lower the commission rate as an account's traded volume grows. Administrators define volume thresholds and the rate that applies beyond each one; B2CONNECT tracks cumulative volume over the chosen period — for example, a calendar month — and steps the rate down as each threshold is reached, including on liquidation orders.

For brokers, this turns growing volume into lower costs: the more flow through the hub, the lower their own per-trade commission — rewarding scale and protecting margins as the business grows.


Resolved issues

There have been no customer-facing issues reported in this release.

April 30, 2026

New features

Tiered margin profiles

B2CONNECT now supports tiered margin profiles, allowing Administrators to apply different margin rates to different slices of an account's notional exposure. Each profile can define up to five threshold–rate pairs per symbol, so brokers can mirror the bracketed margin schedules used by major liquidity providers — without falling back on inflated blanket rates that deter retail traders or on manual, position-by-position adjustments.

This delivers predictable, schedule-aligned leverage on every tranche of a client's position and removes a recurring source of operational overhead for risk and operations teams.

Hub Reports under TRAM

A new Hub Reports section is now available under TRAM (Tracking, Reporting, Alerting, and Monitoring) in the B2CONNECT Web UI, bringing reporting for margin accounts together in a single place. Back-office operators can request, track, and download reports directly from the platform — an important milestone in the rollout of TRAM, the unified reporting and observability layer for B2CONNECT.

The initial release of Hub Reports ships with three reports:

  • Consolidation Statement — a complete picture of an account's activity and exposure for any reporting period, including opening and closing balances, deposits, withdrawals, fees, opening and closing equity, unrealized PnL, used and free margin, margin utilization, and a dedicated Open Positions section listing each position's symbol, direction, average price, unrealized PnL, and margin. Account names are populated automatically, so each statement is clearly attributed.
  • Trading Report — per-trade execution details for one or more margin accounts over a chosen date range, delivered as a CSV. Each row includes the connection used, taker login and order identifiers, executed price and volume, and commission, giving back-office and reconciliation teams everything they need to audit individual fills.
  • Turnover (Traded Volume) Report — aggregated traded volume per account and per symbol for the selected period, supporting fee schedules, rebate calculations, and periodic client reviews.

Improvements

Binance Futures WebSocket endpoints

B2CONNECT has been migrated to Binance's new WebSocket URL architecture for perpetual futures, which separates traffic into dedicated public, market, and private channels. Brokers connecting to Binance Futures via B2CONNECT will continue to receive uninterrupted market data and order updates after Binance retires the legacy WebSocket URLs on 2026-04-23, with no action required on the broker's side.

Stream update reliability for Incoming Connectors

Subscription updates on Incoming Connectors are now more resilient under load. The platform allows more time for new streams to take effect and automatically retries on transient failures, preventing the rare cases where a slow update could leave a maker's symbols without fresh quotes until the next resubscription cycle.


Resolved issues

  • Resolved a consistency issue in the oneZero quoting integration where unsubscribing and immediately resubscribing to a symbol could occasionally fail with a duplicate-request error, leaving the symbol without market data until the next resubscription cycle. Resubscriptions are now handled atomically.

March 2, 2026

New features

Automatic account liquidation on stop-out

B2CONNECT now automatically liquidates open positions when an account's equity falls to the stop-out level, eliminating the need for manual intervention during margin events. The liquidation process executes iteratively — the system sends liquidation orders for all active positions, waits for each to reach a final state, and then evaluates whether the account has recovered before scheduling the next iteration. If the account's margin recovers above the stop-out threshold at any point, liquidation halts immediately.

The engine is designed for operational reliability: if a restart occurs mid-liquidation, the process resumes safely without duplicating or missing orders. Execution uses live market pricing to ensure liquidation orders reflect current conditions, preventing margin miscalculations during volatile periods. The waiting period before liquidation begins and the retry policy between iterations are configurable.


Improvements

Account cache reliability

The account management system now supports per-account cache reinitialization. When a cache error is detected, only the affected account's state is rebuilt rather than triggering a broader reset. This targeted recovery approach improves stability and reduces the potential for stale account data to affect margin calculations or order routing during error-recovery scenarios.


Resolved issues

There have been no customer-facing issues reported in this release.

February 27, 2026

New features

New B2CONNECT website and deep Insights

This February release is dedicated to documentation updates. Alongside the ongoing expansion of our integrations-related docs, we've launched the new B2CONNECT product website and introduced the Insights section— deep-dive articles aimed at brokers, exchanges, and liquidity providers building multi-asset liquidity infrastructure.


Improvements

Liquidity engine performance, stability, and security enhancements

We've delivered a set of improvements across the quoting and trading engine to increase overall performance and operational robustness. These updates include several security and stability hardening primarily related to the underlying technology stack and runtime components that support core execution workflows.


Resolved issues

There have been no customer-facing issues reported in this release.

January 30, 2026

New features

Incoming Connectors: Trading Settings tab

A new dedicated Trading Settings tab is now available for Incoming Connectors, allowing the Hub Administrators to configure symbols directly within the connector setup. This streamlines onboarding of new liquidity providers and simplifies ongoing symbol configuration and updates.


Improvements

Improved FIX credentials compatibility

FIX credential settings for supported liquidity aggregators are now more aligned with the standard FIX naming convention, ensuring more consistent configuration and reducing setup friction.

More descriptive error messages

Incoming Connector pages now display clearer, human-readable error messages in two common cases: when credential validation fails, and when the Administrator tries to enable trading for a symbol that’s disabled in Hub settings. These messages help identify the issues, so troubleshooting is more straightforward.


Resolved issues

  • Generated FIX credentials no longer start with an underscore in SenderID or TargetID, resolving compatibility issues with counterparties that reject such values.

December 22, 2025

New features

Perpetuals data over FIX: funding rate, mark price & funding interval

B2CONNECT now enriches FIX market‑data streams with FundingRate, MarkPrice, and FundingInterval fields, allowing any FIX‑compatible platform to price and offer perpetual futures out of the box. These parameters are delivered alongside standard quote updates in the FIX contract, eliminating the need for custom side channels or additional integrations to pass funding data.

Interest on idle cash and unused margin (AMS)

The AMS module now supports paying interest on idle cash and unused margin via dedicated Interest rate profiles in the Web UI. Administrators can configure per‑asset interest rates and a daily posting time in UTC; B2CONNECT then accrues interest automatically and posts it once per day as separate Interest transactions on client accounts. Brokers, exchanges, and other trading platforms are empowered to create a clear incentive for end-users (traders) to keep extra funds in their accounts, strengthening client retention and serving as a strong competitive differentiator.


Improvements

Maker credentials management inside Incoming Connectors

Trading and quoting Maker credentials are now configured directly within each Incoming Connector. Administrators can add, revoke, and review credentials in the same place where they manage the connection, reducing context switching and keeping connectivity and access control aligned per connector.

Target maker

A new Target maker control has been added to the Incoming Connectors page, making it straightforward to set or review which maker is currently used for routing. This improves transparency around active maker selection and simplifies switching and validating liquidity sources.


Resolved issues

There have been no customer-facing issues reported in this release.

October 30, 2025

New features

New docs section: Supported FIX platforms

With this release, we’ve added a new FIX platforms section to our documentation, showcasing trading platforms compatible with B2CONNECT via the FIX protocol. This new catalog includes baseline configuration guides and is linked to our FIX API reference. Integration teams can now quickly verify FIX compatibility and access the appropriate configuration templates from a single location, streamlining the setup process.


Improvements

Deep order recovery on LP disconnects

We’ve moved from a conservative recent‑orders snapshot to a controlled step‑by‑step rebuild that thoroughly recovers pending orders after a disconnect. As before, requests respect each Liquidity Provider’s API limits; the updated pacing keeps us right at the safe edge, delivering a far higher recovery count without triggering rate‑limit bans. Expect more complete catch‑ups on high count bursts and during volatile periods.


Resolved issues

There have been no customer-facing issues reported in this release.

September 30, 2025

New features

Internal risk warehousing (formerly B-Book)

B2CONNECT clients can now execute selected symbols internally within the crypto-native liquidity hub, retaining spread and reducing external fees. This new execution model provides per-symbol control to enable internal execution where it’s commercially advantageous, empowering clients to optimize their risk-return profiles with unprecedented precision. The configuration can be managed via CSV.

Partial risk internalization (formerly C-Book)

B2CONNECT clients can now optimize risk management with configurable order splitting between external hedging and internal execution. Set hedge ratios per symbol (0-100%) to determine the split, where the internal portion mirrors external fill pricing and proportions exactly. This approach reduces commission costs while maintaining risk control and supports both market and limit order flows.

Price invalidation for synthetic symbols

Synthetic markets now support invalidation signals the same way as organic symbols, providing consistent invalidation behavior across all symbol types. This development unlocks safe production deployment of the invalidation feature, providing traders with more reliable price feeds and reducing the risk of stale quotes across the entire trading ecosystem.

Liquidity acquisition configuration via incoming connectors

The configuration of liquidity acquisition service has been migrated from a global CSV to a structured, connector‑based flow. The new approach includes bulk asset upload capabilities, automated symbol-to-maker listing matching, and quoting CSV configuring, reducing setup time and potential errors while enabling more granular control over individual service instances.


Improvements

WebUI modernization

The Admin panel interface has been enhanced delivering improved usability.

The following upgrades land across the AMS accounts, AMS profiles, Notifications, Incoming Connectors and Symbols sections:

  • Navigation enhancements:

    • Streamlined menu structure with fewer clicks to access key data.
    • Relocated Notifications to Hub settings for better organization.
    • Expanded table layouts for improved data visibility.
  • Single Sign-On:

    • Centralized identity provider with standards-based SSO.
    • Unchanged sign-in experience for end users.
    • Continued user management capabilities for B2CONNECT administrators.

Additionally, the sidebar has been redesigned, with rebuilt left navigation reflecting the new information architecture, making the Liquidity, Symbols, Accounts, and Settings sections easier to access.

AMS profiles: CSV import/export

The Commission and Margin Requirements profiles setup has been accelerated through an import wizard and one‑click CSV export. These enhancements optimize workflows particularly when working with large instrument lists.

Asset management

B2CONNECT administrators are now provided with enhanced control over asset configurations with built-in safeguards to prevent deletion of referenced assets. This ensures system integrity while providing the flexibility to clean up obsolete or unused assets.


Resolved issues

  • Fixed an issue with trading parameter calculations for instruments with contract sizes. The system now correctly converts all trading parameters using contract size multipliers, ensuring accurate minimum order amounts, price steps, and notional values are communicated through the FIX SecurityList endpoint. This fix particularly benefits trading of derivative contracts where the underlying instrument differs from the quoted contract size.

August 29, 2025

New features

New docs section: Supported exchanges

With this release, we've introduced a detailed Supported exchanges section in our documentation, offering a comprehensive reference for each exchange our platform supports. This addition promotes clarity and easy access, allowing B2CONNECT users to quickly compare and reference available capabilities across exchanges at a glance.


Improvements

Explicit default STP setting

To prevent unexpected behavior and reduce reliance on exchange policy defaults, we now explicitly set a fixed internal default STP (Self-Trade Prevention) mode in our API calls. This ensures consistent and predictable trade execution across all environments, regardless of future changes by liquidity providers.


Resolved issues

There have been no customer-facing issues reported in this release.

July 31, 2025

New features

Granular asset management via Web UI

B2CONNECT administrators now benefit from enhanced control and efficiency in asset management with new export/import options integrated into the B2CONNECT Web UI:

  • Bulk asset export: Efficiently export assets to CSV for reporting or backup purposes, streamlining administrative tasks and protecting essential configuration data.
  • Bulk asset import: Effortlessly import multiple assets from CSV files, reducing manual entry, minimizing errors, and ensuring asset uniqueness through built-in validation rules.

Alerts system for swap charge issues

The system monitoring has been enhanced by implementing automated notifications for failed swap charges. These real-time notifications provide detailed explanations of failures, facilitating quick troubleshooting, and boosting system reliability. Common issues addressed include missing market rates, symbol data discrepancies, infrastructure issues, and internal errors.


Improvements

Enhanced compatibility with Binance

To ensure continued compatibility and accuracy, B2CONNECT services have been updated to align with recent changes in the Binance API. This enhancement makes certain that the minimum notional values provided through the B2CONNECT FIX API SecurityList endpoint are always accurate, preventing order rejections due to incorrect amounts.

Additionally, the Binance Spot adapter has been updated to meet the latest WebSocket API requirements, ensuring smooth order updates and improved platform reliability.

Advanced raw message logging

A significant enhancement has been added to order placement and execution workflow. A key point is the implementation of advanced raw message logging. This enables B2CONNECT to log all raw incoming and outgoing messages during its communication with a supported liquidity provider, thus enabling precise troubleshooting and rapid issue resolution at the LPs end.

Improved error handling

Another improvement in the order placement and execution workflow includes the refined logic for handling timeout errors. An order is now considered placed if such an error occurs, providing a definitive status and preventing uncertainty during order execution.

Rate limiting for reliable connectivity

The reconnect algorithm for a supported liquidity provider has been improved by integrating a robust rate-limiting mechanism. This enhancement caps the number of reconnect attempts to an optimal value, reducing the chance of IP bans and maintaining stable, uninterrupted connectivity.

Reduced trading service startup time

With this release, the bulk-load order event recovery mechanism has been implemented. By efficiently processing large volumes of order events during system startup, this update significantly reduces the time required to restore services after a restart or unexpected outage. As a result, traders experience minimal downtime, ensuring continuous access to the trading platform and improving overall operational efficiency.


Resolved issues

There have been no customer-facing issues reported in this release.

June 30, 2025

New features

Advanced multi-provider liquidity orchestration

This release introduces a groundbreaking update in liquidity infrastructure management: B2CONNECT now features liquidity orchestration across multiple liquidity providers and trading platform types.

Key enhancements include:

  • Liquidity acquisition from multiple providers and its distribution to diverse trading platforms and market data consumer types.
  • Price feed across all asset classes, including forex, CFDs, indices, metals, and crypto (both spot and derivatives), accessible via both single or multiple connectors.
  • Uninterrupted liquidity with automated order routing based on symbol availability and robust failover policies.

Advanced spread control

B2CONNECT administrators can now precisely control the maximum allowable spread in order books, significantly enhancing liquidity and boosting trader confidence. They can set and manage maximum spread limits to avoid sharp market data fluctuations, and track anomalies through detailed metrics.

Symbol-based price invalidation

B2CONNECT introduces sophisticated symbol-based price invalidation to ensure price accuracy:

  • Web interface management: Configure, view, and manage price invalidation parameters directly through the Web UI.
  • CSV import: Import symbols via CSV files that include detailed price invalidation parameters.
  • Real-time logic: Implement comprehensive real-time price invalidation across all stages for consistent and precise quoting and trading.

Aggregated execution reports

Execution reporting now supports fill aggregation, optimizing reports for platforms such as cTrader. This feature consolidates multiple fills into a single, coherent execution report. B2CONNECT administrators can enable or disable aggregation settings to tailor reporting to the trading platform preferences. Alerts for overfilled aggregation scenarios provide timely insights for effective risk management.

Automated swap fee charging

B2CONNECT now streamlines swap charge management. B2CONNECT administrators can easily set up Swap Profiles and apply them to trading accounts. The built-in Swap Charges Planner helps schedule and run swap charges efficiently. Migration to an optimized Account Configuration system provides superior performance and reliability.


Improvements

Enhanced precision handling for FOK orders

Handling of Fill-or-Kill (FOK) orders has been improved to guarantee compatibility across all liquidity providers, even when the order amount precision differs from trading platform specifications.

Standardized order cancellation for Liquidity Takers

The order cancellation support has been improved for liquidity aggregators and other liquidity consumers, ensuring more responsive and reliable order lifecycle management.

Symbol integration into account configuration

Symbol management is now seamlessly incorporated into account configuration to maintain consistency across liquidity settings and to simplify administrative tasks.

Streamlined UX

The B2CONNECT WebUI has been upgraded, focusing on user experience and performance enhancements. These improvements feature a more intuitive color scheme and streamlined design, offering a modern and visually appealing interface. The user flow has been optimized, making navigation more straightforward and efficient. Additionally, component performance has been boosted, reducing load times and enhancing overall responsiveness for a better user experience.


Resolved issues

  • Fixed an issue where an order cancellation request might be mishandled if received before the system processed the initial order confirmation from a liquidity provider.

May 30, 2025

Improvements

Enhanced FIX API SecurityList endpoint

Improved the liquidity metadata handling to ensure that order placements, based on the liquidity parameters provided via the SecurityList FIX endpoint, are compatible across multiple liquidity streams.

This upgrade aggregates liquidity parameters for symbols across multiple providers, combining them into universally supported values. As a result, orders can be placed across several liquidity providers either simultaneously or in a failover mode, ensuring compatibility with all involved providers.

Improved handling of negative spreads

Enhanced management of negative spreads has been achieved through more efficient filtering of Level 2 quotes and incremental updates. This improvement targets asset prices that could cause negative spreads in liquidity distributed to trading platforms and other consumers via the FIX protocol. The newly updated business logic effectively and efficiently filters out such quotes to prevent the negative spreads from appearing in the distributed liquidity.

Enhanced resilience when processing fast subscribe/unsubscribe sequences

B2CONNECT FIX server can robustly handle fast subscribe/unsubscribe sequences by liquidity aggregators, even when these aggregators do not strictly adhere to the FIX protocol standard, reusing the same request IDs. The newly implemented algorithm reliably handles such cases, eliminating even the intermittent subscription failures.


Resolved issues

  • Fixed an issue, where orders were re-sent (placed again) if one of the supported liquidity providers returned an unrecognized error message. Such messages are now categorized under a unified system, resulting in conserving the API rate limits on redundant order placements and reducing the risk of IP bans.
  • Fixed an issue where, after replacing the API credentials of a supported liquidity provider with new ones, the system continued subscribing to the execution reports stream using the old credentials until restarted. This fix ensures that the credentials can be replaced live, without the restart of services.

March 31, 2025

New features

New integration with Bybit

B2CONNECT has launched a new adapter for Bybit, providing full support for perpetual futures contracts. This integration leverages B2CONNECT's robust infrastructure, allowing access to Bybit's market data and trading functionalities. It ensures seamless trading and quoting, enabling client platforms to offer advanced trading options and enhanced user experience.

Benefit from efficient order execution and reliable price feeds — all within the B2CONNECT ecosystem!

Advanced Trade API support for Coinbase integration

With this release, B2CONNECT introduces full support for Coinbase Advanced Trade API, replacing the deprecated Coinbase Pro API. This update ensures uninterrupted access to Coinbase’s liquidity, benefiting from the superior capabilities and performance of the Advanced Trade API.

This upgrade affirms B2CONNECT commitment to delivering cutting-edge liquidity solutions, ensuring clients always have access to the best available liquidity infrastructure.


Improvements

Improved symbol specification management and real-time configuration

The process for managing symbol specifications during bulk import has been significantly enhanced. Users can now interactively review and selectively edit symbol specifications directly within the import interface.

This improvement enables on-the-fly adjustments, ensuring higher accuracy and flexibility when dealing with large sets of symbols.

Binance Futures adapter enhancements

Several improvements have been implemented for the Binance Futures adapter, increasing its reliability and stability:

  • Execution report deduplication: Logic has been added to effectively deduplicate execution reports from Binance Futures. This resolves issues caused by occasional duplicate reports originating from the LP side, ensuring accurate order state tracking.
  • Order state recovery rate limiting: A rate limiter has been implemented for requests related to order state recovery. This proactive measure prevents potential rate limit violations on the Binance Futures platform, safeguarding against temporary bans or request throttling during high-activity periods.

These updates contribute to a more robust and resilient integration with Binance Futures.


Resolved issues

There have been no customer-facing issues reported in this release.


Past releases

Last updated on

On this page

June 29, 2026ImprovementsSystematic Hedging under high-frequency flowMore flexible symbol and instrument namingReduced noise from stale-liquidity alertsResolved issuesMay 29, 2026New featuresSystematic HedgingB2CORE integrationTiered commission profilesResolved issuesApril 30, 2026New featuresTiered margin profilesHub Reports under TRAMImprovementsBinance Futures WebSocket endpointsStream update reliability for Incoming ConnectorsResolved issuesMarch 2, 2026New featuresAutomatic account liquidation on stop-outImprovementsAccount cache reliabilityResolved issuesFebruary 27, 2026New featuresNew B2CONNECT website and deep InsightsImprovementsLiquidity engine performance, stability, and security enhancementsResolved issuesJanuary 30, 2026New featuresIncoming Connectors: Trading Settings tabImprovementsImproved FIX credentials compatibilityMore descriptive error messagesResolved issuesDecember 22, 2025New featuresPerpetuals data over FIX: funding rate, mark price & funding intervalInterest on idle cash and unused margin (AMS)ImprovementsMaker credentials management inside Incoming ConnectorsTarget makerResolved issuesOctober 30, 2025New featuresNew docs section: Supported FIX platformsImprovementsDeep order recovery on LP disconnectsResolved issuesSeptember 30, 2025New featuresInternal risk warehousing (formerly B-Book)Partial risk internalization (formerly C-Book)Price invalidation for synthetic symbolsLiquidity acquisition configuration via incoming connectorsImprovementsWebUI modernizationAMS profiles: CSV import/exportAsset managementResolved issuesAugust 29, 2025New featuresNew docs section: Supported exchangesImprovementsExplicit default STP settingResolved issuesJuly 31, 2025New featuresGranular asset management via Web UIAlerts system for swap charge issuesImprovementsEnhanced compatibility with BinanceAdvanced raw message loggingImproved error handlingRate limiting for reliable connectivityReduced trading service startup timeResolved issuesJune 30, 2025New featuresAdvanced multi-provider liquidity orchestrationAdvanced spread controlSymbol-based price invalidationAggregated execution reportsAutomated swap fee chargingImprovementsEnhanced precision handling for FOK ordersStandardized order cancellation for Liquidity TakersSymbol integration into account configurationStreamlined UXResolved issuesMay 30, 2025ImprovementsEnhanced FIX API SecurityList endpointImproved handling of negative spreadsEnhanced resilience when processing fast subscribe/unsubscribe sequencesResolved issuesMarch 31, 2025New featuresNew integration with BybitAdvanced Trade API support for Coinbase integrationImprovementsImproved symbol specification management and real-time configurationBinance Futures adapter enhancementsResolved issuesPast releasesDecember 24, 2024 🎄New featuresTaker orders routing to multiple LPsIncoming connectors creationOrder status recovery at WebSocket disconnectImprovementsSymbol creation interfaceResolved issuesNovember 29, 2024New featuresTaker FIX credentials management via the Web UIResolved issuesOctober 31, 2024New featuresFaster order placement and execution on the Binance spot platformImprovementsEnhanced Admin interface for configuring trading credentialsResolved issuesSeptember 30, 2024New featuresFully-featured liquidity adapter for Crypto.comLiquidity configuration via CSVAugust 29, 2024New featuresFaster Perpetual Futures trading via a high-end communication protocolConcurrent connections to multiple API endpointsImprovementsResolved issuesMarch 13, 2024New featuresLiquidity distribution to the B2TRADER Brokerage Platform (BBP)November 10, 2023New featuresMaker-integration with cTrader via the FIX protocolOctober 20, 2023New featuresFull support for Bitfinex DerivativesImprovementsSeptember 29, 2023New featuresFIX API 1.2May 12, 2023New featuresA new form for entering API keysImprovementsResolved issuesApril 21, 2023ImprovementsLiquidity provider validation before accepting incoming ordersType-agnostic execution of ordersRepeated requests for order placementResolved issuesMarch 10, 2023New featuresHedging on BitfinexImprovementsEnhanced support for trading instruments engineered as contractsResolved issuesFebruary 17, 2023New featuresHedging on KrakenImprovementsExtended documentationResolved issuesJanuary 27, 2023New featuresLevel 2 quotes supported for Bitfinex spot liquidityImprovementsImproved handling of Level 2 quotesResolved issuesDecember 16, 2022New featuresSupport for multiple accounts on a single hedging platformImprovementsUnmatched execution quality due to asynchronous placement of ordersExtended infrastructure for engineering of synthetic instrumentsResolved issuesNovember 25, 2022New featuresDirect integration of the B2CONNECT FIX server with PrimeXMImprovementsAutomatic validation of markupsMore data for tracking orders and matching elements of the hedging flowResolved issuesOctober 14, 2022New featuresLiquidity from and hedging on FTXImprovementsDB connectivity monitoringOptimal subscription managementResolved issuesSeptember 23, 2022New featuresConversion of derivative contract lot sizes to smaller and larger tradable amountsImprovementsThe order book state may be preserved indefinitelyThe current state of Level 2 quotes is now reset upon disconnectionResolved issuesSeptember 2, 2022New featuresUpdated documentationImprovementsAugust 12, 2022New featuresFull support for Huobi FuturesImprovementsIncreased consistency of synthetic quotesExtra validation ensuring decimal precision of asset pricesResolved issuesJuly 1, 2022New featuresHedging reports — New section in Web UIResolved issuesJune 10, 2022New featuresA tenfold increase in Level 2 quotes update speedImprovementsAPI rate limits implementationHeartbeats and graceful connection terminationResolved issuesMay 20, 2022New featuresMarkups as a function of order book depthImprovementsImproved logics for applying markupsMore granular analytics with new data included in hedging order execution reportsResolved issuesApril 29, 2022New featuresYet more liquidity from Huobi GlobalImprovementsOptimized market data deliveryMore flexible hedging with enhanced time-in-force settingsResolved issuesApril 8, 2022New featuresComprehensive integration with Bittrex GlobalHedging on CoinbaseImprovementsExtended price feed optionsNew performance benchmark reachedResolved issuesMarch 18, 2022New featuresStreamlined order book consolidationImproved SimpleFIX Go documentationImprovementsSupport for liquidity with virtually unlimited order book depthExtended configuration of Level 2 quotesResolved issuesFebruary 25, 2022New featuresPre-trade execution controlFIX API documentationImprovementsPricing Service streams prices with markups already appliedResolved issuesFebruary 4, 2022New featuresFull support for Kraken spot liquidityImprovementsImproved support for Poloniex APIExtended integration with B2TRADERResolved issuesJanuary 14, 2022New featuresVolume modifiers variable by price levelExecution of hedging orders on Binance FuturesHedging of spot assets with Binance perpetual futuresImprovementsResolved issuesDecember 17, 2021New featuresHedging configuration in the B2CONNECT Admin panelHedging status — New section in Web UIDecember 3, 2021New featuresFIX integration — Another major liquidity distribution platform supportedSimultaneous connection to a number of ecosystem makersImprovementsResolved issuesNovember 12, 2021New featuresThe VWAP and total volume included in reports100 price levels — Market depth milestone passedFlexible user roles and granular access permissionsImprovementsResolved issuesOctober 22, 2021New featuresSynthetic Engine integrationNotional values as hedging order limitsMore order types, hedging with time-in-force settingsImprovementsResolved issuesJune 10, 2021New featuresRESTful API with Swagger documentationExternal liquidity providers as venues for price risk hedgingDirect hedging upon external liquidity providers for B2BX clientsCurrency conversion for values displayed in reportsImprovementsExtended hedging parametersImproved trade placement and execution analyticsSynthetics engine supports inversionResolved issuesFebruary 18, 2021New featuresInternal hedging on B2TRADERAuthorization based on JSON Web TokenTracking of hedging ordersImprovementsTimeout customization for individual instrumentsImproved price feedNew metrics for performance monitoringResolved issues