Commit Graph

57 Commits

Author SHA1 Message Date
itsdeka
fa7d3e2686 implemented liquidations endpoint (rest) 2022-10-04 12:41:31 +02:00
itsdeka
23c00e77a2 refactoring - updated tests 2022-08-27 17:17:13 +02:00
itsdeka
26a5f50967 fix cancel order
updated version
2022-08-22 19:36:09 +02:00
itsdeka
87e7f9820e -) Use private host for auth-based requests
-) Updated examples
2022-08-22 19:31:16 +02:00
itsdeka
3650bc7944 fixed trades handling error
added new_user_trade use to examples
updated docs
2022-01-30 12:54:57 +01:00
itsdeka
35ee037ecc added merchant example | fixed endpoints 2021-12-15 13:47:35 +01:00
itsdeka
ddf0c14cec Adjusted get_trades() to allow symbol to be None and get trades for all symbols 2021-12-13 13:15:56 +01:00
itsdeka
83b0a5ecb6 Added example of MARKET order with price=None 2021-11-11 12:38:47 +01:00
itsdeka
110b4b46e1 added full_orderbook.py example 2021-08-09 12:15:56 +02:00
Robert Kowalski
7a04ecb64d Merge pull request #153 from itsdeka/margin_info
Added Margin Info endpoint & claim position
2021-06-25 13:11:39 +02:00
itsdeka
6df56657d3 -) updated CHANGELOG
-) updated example get_authenticated_data.py
-) updated string formatter margin_info.py and margin_info_base.py
2021-06-25 12:20:37 +02:00
Dario Moceri
062b13a382 fix example for ws (#151) 2021-06-25 11:37:56 +02:00
itsdeka
98825aae10 Added Margin Info endpoint 2021-06-10 18:17:13 +02:00
Dario Moceri
a58c772e4b added ws example (#137)
* This is an example of how is it possible to spawn multiple bfx ws instances to comply to the open subscriptions number contraint (max. 25)
* fix
* typo
* bump version
* made the list smaller
* added newline
Co-authored-by: Robert Kowalski <robert@bitfinex.com>
2021-05-24 14:30:36 +02:00
fintzd
8660fac2bb fix: delete get_seed_trades.py (#134)
* Delete get_seed_trades.py
The request here is made with REST not WS, so it is not the correct place for this example.
* Moved the file to where it belongs
2021-05-24 13:28:01 +02:00
hollossy
dfb1f08c65 Update Funding script info
Current script not showing the correct request parameters for funding. Trade data was included, changed it to show funding data.
2020-07-07 10:40:38 +01:00
JacobPlaster
1f300dd326 websocket: add new events and use t/f to define ticker 2020-04-16 10:45:20 +01:00
JacobPlaster
4273a9e7f9 bfxapi: add ticker event updates 2020-04-16 10:45:20 +01:00
JacobPlaster
1b0c0674d4 examples: set system path to base dir 2020-04-16 10:45:20 +01:00
JacobPlaster
b78f567d01 examples: add stop connection 2020-04-16 10:45:20 +01:00
swsong
5893077fbb correct function name typos 2019-12-26 13:11:57 +00:00
JacobPlaster
7b3700f619 regen docs 2019-12-20 11:38:00 +00:00
JacobPlaster
f974268d7a examples: add ws auth example 2019-12-20 11:38:00 +00:00
Jacob Plaster
45696f5598 rest/examples: add wallet transfer examples 2019-09-12 13:53:36 +01:00
Jacob Plaster
a4ae07393f examples/rest: add create funding offer example 2019-09-11 12:57:51 +01:00
Jacob Plaster
9a84dd7114 examples: add rest create order example 2019-09-11 12:49:53 +01:00
Jacob Plaster
ef3dfe1d40 examples/ws: add derivative status updates example 2019-07-19 14:54:17 +07:00
Jacob Plaster
fe21ef24b0 rest: add derivative status and set collateral endpoints 2019-07-19 10:31:27 +07:00
Jacob Plaster
0c9a0fadbc fix all linting for pylint3 2018-12-18 11:28:04 +00:00
Jacob Plaster
df017a6685 Add optional dead man switch to websocket 2018-12-07 10:24:22 +00:00
Jacob Plaster
1e6f9b2356 examples: use Order.Type enum in order submit 2018-12-06 13:12:02 +00:00
Jacob Plaster
065873ced8 Rename close_order > cancel_order 2018-12-06 11:33:32 +00:00
Jacob Plaster
5a7ebb3874 examples: adds atuh funding functions 2018-12-05 15:44:33 +00:00
Jacob Plaster
d4c2942f22 examples: add public get_tickers 2018-12-05 15:44:11 +00:00
Jacob Plaster
149a7559f4 remove reference to staging 2018-12-04 15:42:06 +00:00
Jacob Plaster
2a96cede5e examples.rest: create public and auth examples 2018-12-04 15:41:02 +00:00
Jacob Plaster
136773197d Remove order onComplete and add onConfirma and onClose 2018-12-04 11:36:05 +00:00
Jacob Plaster
1f2fdf9fa0 Remove trade object from order manager 2018-12-04 11:05:16 +00:00
Jacob Plaster
468c7911ab examples.rest: add get wallets 2018-12-03 14:41:43 +00:00
Jacob Plaster
d683faf459 examples: seperate ws and rest examples 2018-12-03 14:40:44 +00:00
Jacob Plaster
9db9b1ebe9 examples: update wallet examples 2018-11-28 13:29:00 +00:00
Jacob Plaster
de750858f1 examples: update examples with new ordermanager 2018-11-28 13:27:54 +00:00
Jacob Plaster
d238c6bb7c examples: fix subscribe func 2018-11-27 15:13:06 +00:00
Jacob Plaster
378aeb21e8 examples: Add resubscribe_orderbook example 2018-11-27 15:12:48 +00:00
Jacob Plaster
fa9aed0a4e examples: change log level to debug 2018-11-22 11:49:57 +00:00
Jacob Plaster
088198e4c4 Adds checksum orderbook validation 2018-11-22 11:49:44 +00:00
Jacob Plaster
c37a79998c Adds BfxApi with seed_candles function 2018-11-20 14:21:40 +00:00
Jacob Plaster
13847da936 examples: change to use client module 2018-11-19 17:24:24 +00:00
Jacob Plaster
02e232362b Change examples to use new Client module 2018-11-19 16:50:40 +00:00
Jacob Plaster
9bd516b49e Remove backtest modules 2018-11-19 16:49:39 +00:00