Skip to content

v1.0.0

Choose a tag to compare

@HinsonSIDAN HinsonSIDAN released this 10 Nov 11:19
· 5 commits to main since this release

Release Notes - v1.0.0

Commit: 5212220

Key Features

Mainnet Support
The SDK now defaults to production mainnet configuration (network_id: 1). Production API endpoint: https://api.deltadefi.io and WebSocket connectivity at wss://stream.deltadefi.io are available. Preprod/testnet can still be accessed through explicit network parameter specification.

Enhanced Order Management
A fresh cancel_all_orders() method allows users to terminate all open orders simultaneously, reducing transaction complexity. The update introduces support for post-only orders, preventing the execution of orders that would extract liquidity from the market.

WebSocket Support
Real-time market data and order updates are now available through WebSocket connectivity, enabling efficient streaming of market information and trade events.

Full Changelog: v0.1.3...v1.0.0