Releases: x10xchange/python_sdk
Releases · x10xchange/python_sdk
0.0.17
What's Changed
- fix: correct testnet socket stream url by @zeroaddresss in #65
- Update builder example by @alexex10 in #66
New Contributors
- @zeroaddresss made their first contribution in #65
Full Changelog: 0.0.16...0.0.17
0.0.16
0.0.15
0.0.14
What's Changed
Add get order by ID (internal/external) endpoints by @alexex10 in #61
Add endpoints for:
- https://api.docs.extended.exchange/#get-order-by-id
- https://api.docs.extended.exchange/#get-orders-by-external-id
Example:
trading_client.account.get_order_by_id(order_id)
trading_client.account.get_order_by_external_id(external_order_id)Full Changelog: 0.0.13...0.0.14
0.0.13 - Add missing fields to positions history model
What's Changed
Full Changelog: 0.0.12...0.0.13
0.0.12 - Partial TPSL support
0.4.5 - Optional fields bug fixes
What's Changed
Full Changelog: 0.4.4...0.4.5
0.4.4 - Domain migration, new API, security fixes
What's Changed
- Update TESTNET/MAINNET url (new domain) by @alexex10 in #31
- Added get orderbook snapshot to market info module by @sergeibulavintsev in #32
- Add functionality to calculate price impact of an order by @ex10ded in #33
- Add updated_time to order model by @dmitrykrasovskih in #34
- Bump fastecdsa from 2.3.0 to 2.3.2 by @dependabot in #35
- Remove non-primitive functions default args by @alexex10 in #37
New Contributors
- @dependabot made their first contribution in #35
Full Changelog: 0.3.2...0.4.4
0.3.2
Add self trade protection for orders;
0.3.1 - Update order statuses
What's Changed
Full Changelog: 0.3.0...0.3.1