Skip to content

Releases: deltadefi-protocol/typescript-sdk

v1.0.2

16 Nov 22:00

Choose a tag to compare

v1.0.1

10 Nov 23:26

Choose a tag to compare

Full Changelog: v1.0.0...v1.0.1

v1.0.0

10 Nov 09:59

Choose a tag to compare

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

21 Oct 04:47
df58fde

Choose a tag to compare

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

17 Oct 02:43
20cdadd

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.29...v0.3.30

v0.3.29

20 Sep 09:31
3ede5a7

Choose a tag to compare

Merge pull request #44 from deltadefi-protocol/v0.3.29

update readme

v0.3.28

19 Sep 10:15
a6d40e5

Choose a tag to compare

Merge pull request #43 from deltadefi-protocol/update-19-sept-2025

remove get market depth function and pump sdk version

v0.3.26

27 Jul 08:02

Choose a tag to compare

Full Changelog: v0.3.25...v0.3.26

v0.3.25

30 Jun 15:03

Choose a tag to compare

Full Changelog: v0.0.1...v0.3.25

v0.0.1

21 Jun 03:59

Choose a tag to compare

feat: rename sdk