Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

Tags: fireflyprotocol/firefly-client-python

Tags

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fixing the tif isue (#96)

* fixing the tif isue

* Update pyproject.toml

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[EXC-1305] add auto re connection and re subscription logic to sockets (

#77)

v0.2.2

Toggle v0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Get Orders Route - Optional API Params (#64)

* bumped to v0.2.2

* examples to invoke get orders method

* added order type to get orders

* added optional params to get order request

---------

Co-authored-by: YameenMalik <yameen@seed.im>

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Cancel All Open Orders - Extended to support any status of orders to …

…be sent for cancellation (#62)

* bumped to v0.2

* updated cancel all orders call

* updated cancel_all_open_orders to accept status of orders to be cancelled

* renamed to cancel_all_orders

* renamed method

* updated description

---------

Co-authored-by: YameenMalik <yameen@seed.im>

v0.1.3

Toggle v0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[EXC-828] Sub account features (#61)

* added arb market

* added parent address to GetFundingHistoryRequest

* added parent address to GetUserTradesRequest

* added sub account support in get_user_account_data

* added parent address field to GetPositionRequest

* added parent address to GetOrderRequest

* corrected GetOrderRequest interface

* added sub account support to get user leverage and adjust user leverage method

* added parent address to order cancel signature request

* updated cancel order methods to support sub account

* bumped to v0.1.3

* added parent address to adjust margin

* bumped to 0.1.3

---------

Co-authored-by: YameenMalik <yameen@seed.im>

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[EXC-714] Introduced top level module (#57)

* bumped to 0.1.0

* updated examples

* added keywords

* updated client initialization

* using aiohttp

* updated all api calls to wait

* uncommented limit order

* get contract address method is async

* minor update

* subscribe_user_update_by_token is async

* fetching parent leverage from exchange

* extract params in get funding history

* defaulted query to be empty

* removed empty query param

* Added top level firefly module

* Updated README.md file

* Updated GetFundingHistoryResponse's data property type to List to make it compatible with python version 3.8 (#59)

* Updated GetOrderbookRequest property symbol's type (#58)

* Bumped version to 1.1.0

---------

Co-authored-by: YameenMalik <yameen@seed.im>
Co-authored-by: Yameen Malik <65854545+YameenMalik@users.noreply.github.com>