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-24 01:04:22 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
442155b48eb5993c2ac7c9d519ce898b953b2615
bitfinex-api-py
/
bfxapi
/
rest
History
Davide Casale
6f61b983a5
Rewrite, edit and organize examples/websocket demos.
2023-02-20 18:22:57 +01:00
..
endpoints
Rewrite, edit and organize examples/rest demos.
2023-02-20 18:11:10 +01:00
middleware
Merge pull request
#1
from itsdeka/patch-1
2023-02-20 15:23:05 +01:00
__init__.py
Split websocket package in multiple sub-package. Split handlers.py in public_channels_handler.py and authenticated_channels_handler.py. Rename files attaining to new conventions.
2023-02-13 19:09:38 +01:00
enums.py
Add bfxapi/enums.py file. Split enumerations in bfxapi/rest/enums.py and bfxapi/websocket/enums.py. Rename enumeration classes to use singular name identifiers.
2022-12-22 18:42:55 +01:00
exceptions.py
Merge TradeExecutionUpdate and TradeExecuted serializers and types in websocket subpackage.
2023-01-31 17:27:14 +01:00
serializers.py
Add new serializers to __serializers__ constant in bfxapi.rest.serializers.
2023-02-10 04:33:29 +01:00
types.py
Rewrite, edit and organize examples/websocket demos.
2023-02-20 18:22:57 +01:00