Skip to content

Releases: x10xchange/python_sdk

Support TPSL MARKET order price type

13 Apr 08:43
f36e500

Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.3.1

Support deposit/withdraw vault operations

10 Apr 08:31
1b283b8

Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.3.0

Support CONDITIONAL order type

02 Apr 14:00
89e30ae

Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.2.0

Support MARKET order type

30 Mar 07:18
724826f

Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.1.0

Improve TPSL Support

18 Mar 08:53
e203784

Choose a tag to compare

What's Changed

💥 Breaking

  • create_order_object now accepts names args only

Full Changelog: 0.0.17...1.0.0

0.0.17

10 Nov 09:54
de31466

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.16...0.0.17

0.0.16

31 Oct 09:59
55b8311

Choose a tag to compare

What's Changed

Full Changelog: 0.0.15...0.0.16

0.0.15

31 Oct 06:42
d9ce884

Choose a tag to compare

What's Changed

  • Support pagination args for trading_client.account.get_trades by @alexex10 in #63
  • Simplify WS example by @alexex10 in #62

Full Changelog: 0.0.14...0.0.15

0.0.14

28 Oct 10:38
cc45097

Choose a tag to compare

What's Changed

Add get order by ID (internal/external) endpoints by @alexex10 in #61

Add endpoints for:

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

27 Oct 13:21
c3d903f

Choose a tag to compare

What's Changed

  • Add missing fields to positions history model by @alexex10 in #60

Full Changelog: 0.0.12...0.0.13