Commit Graph

13 Commits

Author SHA1 Message Date
tiagosiebler
165faac7f4 find endpoint typo 2020-06-17 10:54:55 +01:00
tiagosiebler
2f130931ff spacing & fix prefixed endpoints 2020-06-17 10:54:37 +01:00
Tiago
336170faa5 Add missing getKline API. Fixes #8. (#9)
Co-authored-by: tiagosiebler <ts@github.com>
2020-04-20 14:10:02 +02:00
Tiago
3f5624dd06 Add support for recv_window parameter and custom options for REST client (#7)
* remove unused/unexisting method. Add missing semi-colon. Add support for recvWindow parameter, optional, with default value. Add support for custom sync time interval.

* add new params to rest client constructor

* add recv and sync as options object, optional, with updated docs

* cleaning

* whitespace

* allow override via params

* param consistency

Co-authored-by: tiagosiebler <ts@github.com>
2020-04-09 15:28:18 +02:00
Stefan Aebischer
e519c368e5 Add new endpoint getWalletBalance
See: https://github.com/bybit-exchange/bybit-official-api-docs/blob/master/en/CHANGELOG.md#2020-02-10
2020-02-12 10:45:53 -05:00
Stefan Aebischer
7ae88dec0e Allow symbol as parameter for getTradeRecords 2020-01-20 22:34:18 -05:00
Stefan Aebischer
1b73064aa9 Adds required parameter symbol to cancelActiveOrder 2020-01-20 22:20:55 -05:00
Stefan Aebischer
470415056e Fix getPosition
* Re adds the v1 endpoint as `getPositions`
* Fixes params for v2 endpoint `getPosition`

Resolves: #5
2020-01-20 22:19:25 -05:00
Stefan Aebischer
ac8ed45ef5 Change getOrderTradeRecords to getTradeRecords 2020-01-17 21:45:05 -05:00
Stefan Aebischer
d8c7a551a4 Add missing endpoints, switch to v2
Adds missing endpoints:

* queryActiveOrder
* cancelAllConditionalOrders
* queryConditionalOrder
* setTradingStop
* getWalletFundRecords
* getWithdrawRecords
* setRiskLimit
* getRiskLimitList
* getPublicTradingRecords
* getApiAnnouncements

Switches Endpoints to v2:

* getPosition
2020-01-17 21:36:41 -05:00
Tiago
d6c18b1e57 Expand API support, including some V2 endpoints (#4)
Switch to V2 versions of some APIs:

* place order
* cancel order

Add missing APIs:

* cancel all orders
* replace order
* get symbols

Add support for custom order ID for cancel active order.
2020-01-17 21:01:03 -05:00
Stefan Aebischer
b6d2803a49 Time synchronization with server
- wrapper for /v2/public/time rest endpoint
- synchronize time before trying to authenticate a request in order
  to avoid invalid authentication because prevented replay attacks.

Resolves #1
2019-09-16 14:25:55 +02:00
Stefan Aebischer
ed28d14171 Initial commit 2019-09-14 16:02:11 +02:00