Additions and updates to the TS SDK
New Feature
New Features
Update
UI/UX Enhancements
New Feature
Builder features
Bug Fixes
Bug Fixes
New Feature
New Features
account_id
.Update
UI/UX Enhancements
Bug Fixes
Bug Fixes
New Feature
New Features
Update
UI/UX Enhancements
Bug Fixes
Bug Fixes
New Feature
New features
Update
UI/UX Enhancements
Bug Fixes
Bug Fixes
Update
UI/UX Enhancements
Bug Fixes
Bug Fixes
New Feature
New default supported languages
Update
UI/UX Enhancements
Bug Fixes
Bug Fixes
New Feature
New default supported languages
Update
UI Enhancements
New Feature
Wallet & Authentication Overhaul
New Feature
Trading Leaderboard & Internationalization
Bug Fixes
Bug Fixes
New Feature
Network Enhancements
Update
UI Improvements and Bug Fixes
Update
Builder Configuration Improvements
Update
UI/UX Enhancements
New Feature
Ledger Support for Solana
Added support for Ledger hardware wallet message signing on Solana network, enhancing security options for Solana users.
Update
UI/UX Improvements
New Feature
QR Code Device Linking
Introducing QR code functionality to seamlessly link desktop and mobile devices, enhancing cross-device user experience.
Update
Platform Enhancements
Update
Updates to @orderly.network/hook v1.5.4
Adding component IDs to component SDK for more customization options.
Bug Fixes
Updates to @orderly.network/hook v1.5.3
Bug fixes.
Bug Fixes
Updates to @orderly.network/hook v1.5.2
Bug fixes.
Bug Fixes
Updates to @orderly.network/hook v1.5.1
Bug fixes
New Feature
Updates to @orderly.network/hook v1.5.1
TradingView v27^ is required to integrate hoooks v1.5.0^
Update
Updates to @orderly.network/hook v1.4.3
Fixes for some production bugs related to TP/SL, referral and PnL card sharing.
Referral hooks are now a part of the hooks package.
New Feature
Updates to @orderly.network/hook v1.4.0
Long awaited TP/SL orders are here. Introducing a new set of hooks for take profit and stop loss orders. Detailed documentation here
Bug Fixes
Updates to @orderly.network/hook v1.3.2
Pricing display issue with long-tail assets and performance improvements
Bug Fixes
Updates to @orderly.network/hook v1.2.0
The following issues are fixed:
Orderbook price getting stuck with drastic price changes.
Incorrect decimals when calling API during order placement.
null
error when setting limit price outside of price range when closing a position.
Frontend validation produces inaccurate numbers when editing stop-limit orders.
Decimal digits for qty, price, and trigger price are incorrect in the edit order popup.
Incorrect decimal digits for estimated liquidation price in order entry.
Updates to PnL card with design enhancements.
Bug Fixes
Updates to @orderly.network/hook v1.1.9
The following issues are fixed:
Updated logic for pending orders.
Minor dependency issues.
Bug Fixes
Updates to @orderly.network/hook v1.1.7
Bug Fixes
Updates to @orderly.network/hook v1.1.7
The following issues are fixed:
Update
Updates to @orderly.network/hook v1.1.6
Fixes:
fixed wrong calculations of estLiqPrice and estLeverage.
Enhanced Position and Order list update frequency.
Minor UI issue fixes.
New:
Either default layout can be used or one can be provided via layout
parameter. Sample code:
Update
Updates to @orderly.network/hook v1.1.4
removed LZ scan library, no @axios dependency required.
fixed token approval issues.
update to useOrderbookStream
hook to add padding
param to not return anything if the orderbook depth is not enough.
Update
Updates to @orderly.network/hook v1.1.3
Fixes:
Optimizations:
New Features:
Added stop order functionality in the desktop and mobile web UI.
Added order/position lines in the desktop web kline.
Update
Updates to @orderly.network/hook v1.1.2
We are excited to announce the release of version 1.1.2 of the @orderly.network/hook SDK. This update introduces significant changes and new features designed to enhance your development experience and the capabilities of your applications. Below is an overview of the key updates:
useOrderEntry
Hook Enhancements:
Parameter Adjustments: Now accepts an object of type OrderEntity
with mandatory fields: order_type
, side
, and symbol
.
New Return Values: Includes estLiqPrice
(Estimated Liquidation Price), estLeverage
(Leverage change post-position opening), formattedOrder
(Formatted order data), and metaState
(Validation results and form status).
New submit()
Function: A parameter-free function to create orders via API, aiming to replace onSubmit
in future releases.
useWithdraw
Hook Update:
availableWithdraw
Field: Indicates the direct withdrawal amount available without needing to settle PnL, calculated based on the unsettledPnL and freeCollateral.useDeposit
Hook Improvements:
New Return Fields: depositFee
, setQuantity(quantity: number)
, and quantity
for enhanced deposit management.
Simplified deposit()
Function: No parameters required for operation.
Testnet Transition: Switch from Arbitrum Goerli to Arbitrum Sepolia.
Stop Limit/Stop Market Support:
Two new order types: STOP_MARKET
and STOP_LIMIT
Introduction of Algo orders (stop loss) with two new methods: updateAlgoOrder(orderId: string, order: OrderEntity)
and cancelAlgoOrder(orderId: string, symbol?: string)
.
Additional return parameters to include Algo order related properties.