aboutsummaryrefslogtreecommitdiff
path: root/ccxt_wrapper.py
Commit message (Collapse)AuthorAgeFilesLines
* Log http requests exceptionsIsmaël Bouya2018-04-041-4/+12
|
* Small refactor for `super` useIsmaël Bouya2018-04-021-3/+3
|
* Handle invalid noncesIsmaël Bouya2018-03-251-1/+1
|
* Move request wrapper to ccxtIsmaël Bouya2018-03-241-0/+15
|
* Add retry facility for api call timeoutsIsmaël Bouya2018-03-241-0/+30
| | | | Fixes https://git.immae.eu/mantisbt/view.php?id=40
* Add tests for ccxt_wrapperIsmaël Bouya2018-03-011-59/+72
|
* Various fixes/improvementsv0.3Ismaël Bouya2018-03-011-13/+96
| | | | | - Use pending gains to compute the move_balance - Use ttl_cache for tickers
* Make nonce in nanosecondsIsmaël Bouya2018-02-191-0/+8
|
* create wrapper for poloniex classIsmaël Bouya2018-02-121-236/+225
|
* Move market to ccxt_wrapperIsmaël Bouya2018-02-121-0/+246