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
2026-01-10 17:34:19 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
79ae0b48e0d48600fa12e4c8a10722f7529ea994
bitfinex-api-py
/
bfxapi
/
rest
History
Davide Casale
79ae0b48e0
Fix bug in _Requests's _GET and _POST methods. Add submit_order to handle POST auth/w/order/submit endpoint. Add OrderType enumeration in bfxapi/rest/enums.py.
2022-12-21 18:27:54 +01:00
..
__init__.py
Add barebone files for rest section.
2022-11-30 18:25:15 +01:00
BfxRestInterface.py
Fix bug in _Requests's _GET and _POST methods. Add submit_order to handle POST auth/w/order/submit endpoint. Add OrderType enumeration in bfxapi/rest/enums.py.
2022-12-21 18:27:54 +01:00
enums.py
Fix bug in _Requests's _GET and _POST methods. Add submit_order to handle POST auth/w/order/submit endpoint. Add OrderType enumeration in bfxapi/rest/enums.py.
2022-12-21 18:27:54 +01:00
exceptions.py
Add generic error handling (UnknownGenericError in bfxapi/rest/exceptions.py). Add support for new endpoints in _RestAuthenticatedEndpoints class. Extend serializers.py and typings.py.
2022-12-20 17:48:38 +01:00
serializers.py
Fix bug in _Requests's _GET and _POST methods. Add submit_order to handle POST auth/w/order/submit endpoint. Add OrderType enumeration in bfxapi/rest/enums.py.
2022-12-21 18:27:54 +01:00
typings.py
Add generic error handling (UnknownGenericError in bfxapi/rest/exceptions.py). Add support for new endpoints in _RestAuthenticatedEndpoints class. Extend serializers.py and typings.py.
2022-12-20 17:48:38 +01:00