This website requires JavaScript.
Explore
Help
Sign In
aljaz
/
bitfinex-api-py
Watch
1
Star
0
Fork
0
You've already forked bitfinex-api-py
mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced
2025-12-20 07:14:20 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
01c8192d10de65cd32f27eec7280241fa827f556
bitfinex-api-py
/
bfxapi
History
itsdeka
01c8192d10
fx rate
2023-01-24 18:42:47 +01:00
..
rest
fx rate
2023-01-24 18:42:47 +01:00
utils
Add example to submit, cancel, edit order and adjust issue in labeler.py
2023-01-10 16:42:20 +01:00
websocket
Move _BfxWebsocketBucket class in its own file bfxapi/websocket/_BfxWebsocketBucket.py.
2023-01-19 18:12:12 +01:00
__init__.py
Add bfxapi package. Add bfxapi.websocket subpackage. Add requirements.txt file.
2022-11-07 18:35:39 +01:00
client.py
Add funding related rest endpoints, refactor pre-existent rest endpoints to use get_ prefix. Add function to calculate flags easily. Add example test to create a funding offer.
2023-01-10 16:03:40 +01:00
enums.py
Add funding related rest endpoints, refactor pre-existent rest endpoints to use get_ prefix. Add function to calculate flags easily. Add example test to create a funding offer.
2023-01-10 16:03:40 +01:00
exceptions.py
Apply lots of refactoring to the websocket subpackage (fix every mypy error and warning). Add integers.py and decimal.py to bfxapi.utils package. Update requirements.txt and setup.py with new mypy dependencies.
2022-12-16 18:30:41 +01:00
labeler.py
Add _RecursiveSerializer class in bfxapi/labeler.py file. Add support to new pulse endpoints (with serializers and types). Add examples/rest/get_pulse_data.py demo.
2023-01-24 18:16:11 +01:00
notification.py
Fix bug regarding new typing with dataclasses.
2023-01-16 18:18:12 +01:00