This repository was archived by the owner on Jan 19, 2026. It is now read-only.
Tags: fireflyprotocol/firefly-client-python
Tags
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>
[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>
[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>