itsdeka
|
374739b656
|
return taken funding
|
2023-01-30 16:34:55 +01:00 |
|
Davide Casale
|
2fc31db7a3
|
Add get_funding_loans and get_funding_loans_history endpoints to _RestAuthenticatedEndpoints.py.
|
2023-01-27 17:23:41 +01:00 |
|
Davide Casale
|
d767e5dcfe
|
Replace every snake case (uppercase) to snake case (lowercase) in serializers, types and notification.
|
2023-01-26 19:00:13 +01:00 |
|
itsdeka
|
48433fbb01
|
derivatives
|
2023-01-26 18:09:04 +01:00 |
|
itsdeka
|
4fbe1b89c6
|
positions endpoint
|
2023-01-26 18:02:26 +01:00 |
|
itsdeka
|
3565811ec9
|
position history
|
2023-01-26 17:58:18 +01:00 |
|
itsdeka
|
374f65d660
|
increase position
|
2023-01-26 17:52:07 +01:00 |
|
Davide Casale
|
0278825d35
|
add endpoints, minor fixs, use format instead of str
Co-authored-by: itsdeka <dario.moceri@bitfinex.com>
|
2023-01-25 18:29:29 +01:00 |
|
Davide Casale
|
ed12bf473f
|
Rewrite and extend custom JSONEncoder in bfxapi/utils/encoder.py to automatically convert floats to strs. Change every Union[Decimal, str] type to Union[Decimal, float, str]. Fix type hinting bug in labeler.py.
|
2023-01-25 18:18:15 +01:00 |
|
itsdeka
|
8047e3609d
|
rename subdata to sub_data, add margin info endpoints
|
2023-01-24 19:00:55 +01:00 |
|
itsdeka
|
01c8192d10
|
fx rate
|
2023-01-24 18:42:47 +01:00 |
|
itsdeka
|
02a2e962d3
|
Add support to new calculation endpoints.
|
2023-01-24 18:37:52 +01:00 |
|
itsdeka
|
ae42fb7d93
|
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 |
|
Davide Casale
|
578882b4c2
|
Small sync with new documentation improvements.
|
2023-01-18 19:00:37 +01:00 |
|
itsdeka
|
430f7be51d
|
add wallet deposit/transfer
|
2023-01-18 17:23:53 +01:00 |
|
Davide Casale
|
1613a56d81
|
Rename bfxapi/rest/typings.py to bfxapi/rest/types.py.
|
2023-01-16 16:40:14 +01:00 |
|