Skip to content

Commit

Permalink
Update TODOs with new REST endpoints [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
edennis committed Mar 5, 2021
1 parent cf4e72d commit de7b220
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,27 @@ balance1 = client1 |> Krakex.trade_balance(asset: "ZUSD")
balance2 = client2 |> Krakex.trade_balance(asset: "EUR")
```
## TODO
## TODO - Help wanted!
### Private user data
- [ ] [`add_export/3`](https://www.kraken.com/features/api#add-history-export)
- [ ] [`export_status/2`](https://www.kraken.com/features/api#get-export-statuses)
- [ ] [`retrieve_export/2`](https://www.kraken.com/features/api#get-history-export)
- [ ] [`remove_export/3`](https://www.kraken.com/features/api#remove-history-export)
### Private user trading
- [ ] [`cancel_all/1`](https://www.kraken.com/features/api#cancel-all-open-orders)
- [ ] [`cancel_all_orders_after/2`](https://www.kraken.com/features/api#cancel-all-orders-after)
### Private user funding calls
- [ ] [`withdraw/5`](https://www.kraken.com/help/api#withdraw-funds)
- [ ] [`withdraw_status/3`](https://www.kraken.com/help/api#withdraw-status)
- [ ] [`withdraw_cancel/4`](https://www.kraken.com/help/api#withdraw-cancel)
- [ ] [`wallet_transfer/4`](https://www.kraken.com/features/api#wallet-transfer)
## Contributing
Expand Down
3 changes: 0 additions & 3 deletions lib/krakex.ex
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ defmodule Krakex do
* `deposit_addresses/4` - Get deposit addresses.
* `deposit_status/4` - Get status of recent deposits.
* `withdraw_info/5` - Get withdrawal information.
* `withdraw/5` (not implemented) - Withdraw funds.
* `withdraw_status/3` (not implemented) - Get status of recent withdrawals.
* `withdraw_cancel/4` (not implemented) - Request withdrawal cancelation.
## Websockets authentication
Expand Down

0 comments on commit de7b220

Please sign in to comment.