Commit Graph

48 Commits

Author SHA1 Message Date
itsdeka
7fff1038af Added get all exchange pairs endpoint (REST) 2022-01-04 17:58:10 +01:00
itsdeka
64d203d8a8 Add submit cancel all funding offer
Thanks to @charlychiu (https://github.com/bitfinexcom/bitfinex-api-py/pull/169)
2022-01-04 17:42:15 +01:00
itsdeka
35ee037ecc added merchant example | fixed endpoints 2021-12-15 13:47:35 +01:00
itsdeka
aa5566208b Added bitfinex-pay merchants endpoints 2021-12-14 23:11:56 +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
bf3c5f57ab adjusted get_order_history() rest endpoint 2021-11-22 16:09:59 +01:00
nkasimova
4f07ba0e39 Fixed bug in setting 'time in force' in order update (added changes to rest) 2021-07-15 11:19:38 +03:00
itsdeka
a28b263238 added claim_position to bfx_rest.py 2021-06-21 21:45:50 +02:00
itsdeka
98825aae10 Added Margin Info endpoint 2021-06-10 18:17:13 +02:00
Dario Moceri
4a8d3e48b0 Added 'ids' parameter to get_order_history() (#121)
* Added 'ids' parameter to get_order_history()
* fix

Co-authored-by: Robert Kowalski <robert@bitfinex.com>
2021-05-25 11:33:08 +02:00
Richard Hoekstra
e7218aef92 feat: implement funding trades endpoint (rest) (#135)
* feat: support funding_trades endpoint
* chore: bump version, add changelog entry
* chore: add final newline to funding_trade.py
* fix: 'maker' is now placeholder in fundingtrade

Co-authored-by: Richard Hoekstra <me@richardhoekstra.com>
Co-authored-by: Robert Kowalski <robert@bitfinex.com>
2021-05-24 13:32:50 +02:00
Jon
e1f5254372 Adding balance_available to the wallet (#132)
* Adding balance_available to the wallet
* Refactoring bfx_rest.py/get_wallets to use the updated Wallet class, which has available_balance i it

Co-authored-by: jon <fcmisc@gmail.com>
2021-04-14 12:53:05 +02:00
Dario Moceri
4b4a17ebd8 get_public_trades() orders should be sorted by [timestamp, id] (#127)
Co-authored-by: Robert Kowalski <robert@bitfinex.com>

 - solved the merge conflict in CHANGELOG
2021-04-09 16:24:32 +02:00
fintzd
e6c94c32f9 update definitions: wrong arg value format
get_public_candles (line 99) : limit arg was set as string while below it is defined as int
get_public_trades (line 121) : limit arg was set as string while below it is defined as int
2021-04-09 16:00:13 +02:00
Dario Moceri
ab1a3da851 adjusted function get_seed_candles() [maintaining backward compability] 2021-02-10 22:02:50 +01:00
Dario Moceri
82020263e3 adjusted function get_seed_candles() 2021-02-10 21:43:48 +01:00
Dario Moceri
cae37ccf4c Readded get_public_tickers() (I accidentally removed it) 2021-01-29 15:49:09 +01:00
Dario Moceri
d172bf620b Readded get_public_tickers() (I accidentally removed it) 2021-01-29 15:48:38 +01:00
Dario Moceri
0c9299184d Added Public Funding Stats (rest) 2021-01-28 22:12:20 +01:00
Dario Moceri
aea663c921 Added Public Tikers History (rest) 2021-01-28 21:50:05 +01:00
Dario Moceri
63942264ca - added function submit_pulse_comment()
- renaming
2021-01-28 21:31:51 +01:00
Dario Moceri
25f4fdc3d9 added endpoint rest auth order multi op
(https://docs.bitfinex.com/reference#rest-auth-order-multi)
2021-01-28 21:14:47 +01:00
Dario Moceri
7a5b0f338d amount is NOT optional 2021-01-27 21:58:46 +01:00
Dario Moceri
a813eb3b4b fixed generate_invoice() 2021-01-27 21:33:30 +01:00
Dario Moceri
1a835ee086 added https://docs.bitfinex.com/reference#rest-public-stats1 endpoint (get_public_stats) 2021-01-27 21:01:36 +01:00
Dario Moceri
a212fa03d9 limit = 100 as default would be better, but there is an issue with large response ( failed with status 500 - ["error",10001,"ERR_REQUEST_GENERIC: ESOCKETTIMEDOUT"] ) 2021-01-25 17:36:19 +01:00
Dario Moceri
a322549142 better rewriting 2021-01-25 17:34:57 +01:00
Dario Moceri
6a6545eecc removed redundant brackets 2021-01-25 17:31:40 +01:00
Dario Moceri
409d9ca595 get_public_pulse_hist() -> end should be optional 2021-01-25 17:30:19 +01:00
Dario Moceri
6d39059503 removed debug prints 2021-01-25 16:58:57 +01:00
Dario Moceri
29f50fccb0 Implemented additional REST endpoints
- Foreign exchange rate
- Market average price
- Generate invoice
- Keep funding
- Cancel order multi
2021-01-24 17:20:02 +01:00
Dario Moceri
20d87ea4b7 removed wrong comment 2021-01-22 18:56:46 +01:00
Dario Moceri
64fadefd1b Implemented PULSE endpoints (rest) 2021-01-22 18:55:19 +01:00
JacobPlaster
84dd5d8d09 websocket: support events pu, pc, pn 2020-07-07 11:11:43 +01:00
JacobPlaster
1812942c5f bfx_rest: get_ledgers support None symbol 2020-07-07 10:33:27 +01:00
hajdbo
d64d04a255 adds get_ledgers 2020-07-07 10:25:47 +01:00
JacobPlaster
0e313418bc bfx_rest: change 'is not None' to '!= None' 2020-01-10 14:14:49 +00:00
JacobPlaster
2cde664359 Replace 'is not' with '!=' 2020-01-09 11:39:06 +00:00
swsong
7db6b5d73f corrent function from_raw_order not found error 2019-12-26 13:11:57 +00:00
swsong
b2df93e9ad correct function name not found error. 2019-12-26 13:11:57 +00:00
JacobPlaster
39e79da9a1 Orders: add meta field and support for aff_code 2019-12-17 12:52:37 +00:00
JacobPlaster
3e4beb5f7e bfxapi: edit comments for doc generating 2019-10-10 11:47:29 +01:00
Jacob Plaster
8135183edc bfx_rest: add wallet address/withdraw endpoints 2019-09-12 13:53:13 +01:00
Jacob Plaster
edfd4fc280 bfxapi/rest: add submit/cancel funding 2019-09-11 12:57:51 +01:00
Jacob Plaster
dfabb438de bfxapi: support leverage for derivatives 2019-09-11 12:49:53 +01:00
Jacob Plaster
f6837452fb bfxapi: add rest order endpoints 2019-09-11 12:49:53 +01:00
Jacob Plaster
fe21ef24b0 rest: add derivative status and set collateral endpoints 2019-07-19 10:31:27 +07:00
Jacob Plaster
1eacb9eab9 Fix camel-casing filenames and remove filename conflicts 2019-07-17 14:25:43 +07:00