Paradex-py

Latest version: v0.4.3

Safety actively analyzes 682387 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.4.3

Support transfer on l2 functionality

0.4.2

Flexible handling of API response changes

0.4.1

> [!WARNING]
> Experimental SDK, library API is subject to change

Highlights:

- Fix ws examples link in readme
- Extend account to support multisig

**Full Changelog**: https://github.com/tradeparadex/paradex-py/compare/v0.4.0...v0.4.1

0.4.0

> [!WARNING]
> Experimental SDK, library API is subject to change

Highlights:

- Update dependencies
- Fix auth method to refresh jwt token
- Add support for python 3.12
- Improve logging, examples and docs
- Add funding data endpoint, support stop limit and market orders


**Full Changelog**: https://github.com/tradeparadex/paradex-py/compare/v0.3.0...v0.4.0

0.3.0

> [!WARNING]
> Experimental SDK, library API is subject to change

Highlights:

- Add experimental support for Ledger hardware wallets
- Generate `k` using RFC6979 for signatures in `message_signature`
- Fix `verify_message_signature` method that calls rust lib for verifying signature

0.2.0

1. Modifications to `ParadexApiClient` methods:
- The `params` parameter has been added, supporting all API query string parameters.
- Consequently, this has led to interface adjustments for several methods.
2. Changes in `ParadexWebsocketClient.subscribe()` method arguments:
- The `market` parameter has been removed.
- `params` has been introduced, currently supporting `market` and `program`.
- Additionally, a `callback` parameter has been included, triggered when a message is received for this channel.
- The signature for the callback method is `(ws_channel: ParadexWebsocketChannel, message: dict) -> None`.
3. Removal of `ParadexWebsocketClient.read_messages()` from the public interface.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.