Releases: deltadefi-protocol/typescript-sdk
Releases · deltadefi-protocol/typescript-sdk
v1.1.2
v1.1.1
What's Changed
Breaking Changes
- feat(types)!: sync SDK with Espresso API develop branch
Fixes
- fix(types): change quantity fields from number to string for precision
- fix(types): align CancelAllOrdersResponse with Espresso API
- fix(types): sync SDK types and endpoints with Espresso API
Migration Notes
AccountBalance.freeandAccountBalance.lockedare nowstring(wasnumber)AssetRecord.qtyandTransferalAsset.qtyare nowstring(wasnumber)CancelAllOrdersResponsenow hassymbolandorder_idsfields- Order request uses
base_quantity/quote_quantityinstead ofquantity
v1.1.0
What's Changed
Features
- Sync SDK with Espresso API updates
Fixes
- Add closed status to OrderStatus type
Chores
- Fix package
Full Changelog: v1.0.2...v1.1.0
v1.0.2
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Release Notes - v1.0.0
Features
Mainnet Support
- Added production mainnet configuration support
- Default network now set to mainnet (networkId: 1)
- Production API endpoint: https://api.deltadefi.io
- Production WebSocket endpoint: wss://stream.deltadefi.io
- Staging endpoints remain available when specifying network: 'preprod'
Enhanced Order Management
- Added cancelAllOrders() method to cancel all open orders with a single transaction
Breaking Changes
- Default network changed from preprod (testnet) to mainnet
- WebSocket URLs updated for both mainnet and preprod environments
Migration Guide
To continue using preprod/testnet, explicitly specify the network:
const client = new ApiClient({network: "preprod", apiKey});Full Changelog: v0.3.31...v1.0.0
v0.3.31
What's Changed
- feat: add transferal type in internal transfer by @kenlau666 in #46
Full Changelog: v0.3.30...v0.3.31
v0.3.30
What's Changed
- update readme by @AnsonSIDAN in #44
- Feat internal transfer by @kenlau666 in #45
New Contributors
- @kenlau666 made their first contribution in #45
Full Changelog: v0.3.29...v0.3.30
v0.3.29
Merge pull request #44 from deltadefi-protocol/v0.3.29 update readme
v0.3.28
Merge pull request #43 from deltadefi-protocol/update-19-sept-2025 remove get market depth function and pump sdk version