Commit Graph

22 Commits

Author SHA1 Message Date
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
6e96cda584 Edit demos in examples/ folder to use lowercase property identifiers. 2023-01-27 16:00:22 +01:00
itsdeka
48433fbb01 derivatives 2023-01-26 18:09:04 +01:00
itsdeka
ca91588067 cancel all funding offers 2023-01-26 18:02:29 +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
05827ff5d1 Change comment line in all examples/folder demos. 2023-01-25 18:33:27 +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
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
itsdeka
430f7be51d add wallet deposit/transfer 2023-01-18 17:23:53 +01:00
itsdeka
7ea8b5ae1c add seed candles 2023-01-18 16:17:03 +01:00
itsdeka
061ca22752 add seed candles 2023-01-17 12:40:09 +01:00
itsdeka
89c921335c Use namespace 2023-01-17 12:13:06 +01:00
itsdeka
e9ef39c1d6 add rest examples 2023-01-15 23:19:09 +01:00
Davide Casale
35cc360e37 Add authenticated data example 2023-01-13 17:11:28 +01:00
Davide Casale
ff58f049a7 Separate _BfxWebsocketInputs from bfxapi/websocket/BfxWebsocketClient.py to _BfxWebsocketInputs.py. Rename websocket authenticated inputs methods. Refactoring to maintain consistency across the library. 2023-01-12 18:10:00 +01:00
itsdeka
22f6fe01fd Add example to submit, cancel, edit order and adjust issue in labeler.py 2023-01-10 16:42:20 +01:00
itsdeka
ef836bbe1a 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