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-19 23:04:21 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a924721bbeeed15d52a536d93a731ff3b92bcaa8
bitfinex-api-py
/
bfxapi
/
rest
History
Davide Casale
a924721bbe
Merge pull request
#24
from Davi0kProgramsThings/fix/refactoring
...
Merge branch `fix/refactoring` into branch `feature/rest`.
2023-01-27 17:28:15 +01:00
..
__init__.py
Add barebone files for rest section.
2022-11-30 18:25:15 +01:00
_Requests.py
Separate in different classes the content of BfxRestInterface.py script.
2023-01-27 16:38:58 +01:00
_RestAuthenticatedEndpoints.py
Add get_funding_loans and get_funding_loans_history endpoints to _RestAuthenticatedEndpoints.py.
2023-01-27 17:23:41 +01:00
_RestPublicEndpoints.py
Separate in different classes the content of BfxRestInterface.py script.
2023-01-27 16:38:58 +01:00
BfxRestInterface.py
Separate in different classes the content of BfxRestInterface.py script.
2023-01-27 16:38:58 +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
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
Merge pull request
#24
from Davi0kProgramsThings/fix/refactoring
2023-01-27 17:28:15 +01:00
types.py
Add get_funding_loans and get_funding_loans_history endpoints to _RestAuthenticatedEndpoints.py.
2023-01-27 17:23:41 +01:00