Bicrypto 5.7.2

29 November 2025

FEATURESIMPROVEMENTSBUG FIXESECOSYSTEMNFTPAYMENTS

Core v5.7.2

Release Date: November 29, 2025 Tags: FEATURES, IMPROVEMENTS, BUG FIXES, ECOSYSTEM, NFT, PAYMENTS

Added

Ecosystem trading

  • Added real-time streaming of trades and candlestick data: live trade history showing recent buys and sells with their prices and amounts, and real-time candlestick charts at configurable intervals (1m, 5m, 1h, 1d and others). Updates are sent only when new data exists, to reduce bandwidth, and custom data limits are supported for different chart requirements.

NFT marketplace

  • Added a configurable minimum bid increment per auction, so bidding stays fair and bid sniping is harder.
  • Added collection watching. Customers can watch and unwatch collections, and the watcher count is shown on the collection page as a gauge of popularity.
  • Added a clear pending status for NFT withdrawal requests, tracked accurately through the process.
  • Added a complete collection deployment flow, with proper error handling and status updates while the smart contract deploys.
  • Added an emergency pause for the marketplace. An admin can halt and resume trading during a security incident or maintenance, and the interface says clearly when it is paused.

Email notifications

  • Added email notifications for deposit success and failure, and welcome emails for imported customers.

Changed

Ecosystem operations

  • Changed the admin ledger to filter transactions by the configured network, so an admin on a mainnet or testnet installation sees only the transactions that belong to it.
  • Changed failed blockchain withdrawal verification to raise a critical notification, to the system and to individual admins, with the transaction details — so it can be reviewed and handled by hand immediately.

Payment processing

  • Changed dLocal deposits to notify the customer in the app immediately on success or failure, with the deposit details on success and an explanation on failure.
  • Changed dLocal refunds to be handled automatically. Full and partial refunds are detected, the customer's wallet is adjusted, balances are prevented from going negative, and both the customer and the admins are told.
  • Changed dLocal chargebacks to be detected and acted on: the amount is deducted from the customer's wallet, a critical alert goes to every admin for immediate review, and the event is logged in detail for compliance and audit. A missing wallet is handled specifically rather than failing.

User management

  • Changed investment history so it can be sorted by duration.
  • Changed bulk user import to send each imported customer a personalised welcome message in the app, with their account details.

Recovery codes

  • One-time password recovery codes are accepted both hyphenated (XXXX-XXXX-XXXX) and plain (XXXXXXXXXXXX), and exactly twelve unique codes are issued per customer.

Fixed

Binary trading

  • Fixed completed losing orders not storing the loss amount, so profit and loss could not be displayed accurately in trading history. Applies to every outcome type — Rise/Fall, Higher/Lower, Touch/No Touch, Call/Put and Turbo.
  • Fixed the colour and sign on profit and loss in trading history. Wins show green with a "+", losses red with a "-", and the total adds wins and subtracts losses instead of showing a loss as a positive figure.
  • Fixed hardcoded dollar signs throughout binary trading. The currency is now taken from the trading pair — BTC/USDT shows USDT — in the trade confirmation, the profit display, the active positions panel (entry, current, amount and P/L), completed positions on both desktop and mobile, the order panel and the amount selector, including available balance. Quick amount buttons omit the currency to stay compact. All pairs are supported.
  • Fixed the available balance showing a stale figure. The wallet balance is refetched after an order completes and when active or completed orders are loaded, so the amount selector shows the real balance.

Finance

  • Fixed transfer recipient lookup always reporting "not found" for a valid recipient, and the recipient's status not being checked for ACTIVE explicitly.

Payments

  • Fixed admin profit not being recorded for Paysafe deposit fees, so fee revenue is now reported consistently across every payment provider.

Database

  • Fixed the handling of P2P offer expiry on MySQL and MariaDB, so offers expire properly.

Build

  • Fixed the type mismatches that prevented the backend compiling.

Assets

  • Fixed the missing FDUSD (First Digital USD) image, which showed as a broken image in crypto listings.