Toggle Sidebar
coincheck_ex
v0.1.0
Pages
Modules
coincheck_ex v0.1.0
CoincheckEx
View Source
Link to this section
Summary
Functions
api_key()
create_bank_accounts(opts \\ [])
create_borrows(opts \\ [])
create_deposit_money_fast(id \\ nil)
create_orders(opts \\ [])
create_send_money(opts \\ [])
delete_bank_accounts(id \\ nil)
delete_orders(id \\ nil)
delete_withdraws(id \\ nil)
read_accounts()
read_balance()
read_bank_accounts()
read_borrows()
read_deposit_money(currency \\ Currency.btc())
read_leverage_balance()
read_order_books()
read_orders()
read_positions(body \\ %{})
read_rate(pair \\ Currency.Pairs.btc_jpy())
read_send_money(currency \\ Currency.btc())
read_ticker()
read_trades()
read_transactions()
read_withdraws()
repay_borrows(opts \\ [])
secret_key()
start(type, args)
Starts the CoincheckEx client
transfer_from_leverage(opts \\ [])
transfer_to_leverage(opts \\ [])
Link to this section
Functions
Link to this function
api_key()
View Source
Link to this function
create_bank_accounts(opts \\ [])
View Source
Link to this function
create_borrows(opts \\ [])
View Source
Link to this function
create_deposit_money_fast(id \\ nil)
View Source
Link to this function
create_orders(opts \\ [])
View Source
Link to this function
create_send_money(opts \\ [])
View Source
Link to this function
delete_bank_accounts(id \\ nil)
View Source
Link to this function
delete_orders(id \\ nil)
View Source
Link to this function
delete_withdraws(id \\ nil)
View Source
Link to this function
read_accounts()
View Source
Link to this function
read_balance()
View Source
Link to this function
read_bank_accounts()
View Source
Link to this function
read_borrows()
View Source
Link to this function
read_deposit_money(currency \\ Currency.btc())
View Source
Link to this function
read_leverage_balance()
View Source
Link to this function
read_order_books()
View Source
Link to this function
read_orders()
View Source
Link to this function
read_positions(body \\ %{})
View Source
Link to this function
read_rate(pair \\ Currency.Pairs.btc_jpy())
View Source
Link to this function
read_send_money(currency \\ Currency.btc())
View Source
Link to this function
read_ticker()
View Source
Link to this function
read_trades()
View Source
Link to this function
read_transactions()
View Source
Link to this function
read_withdraws()
View Source
Link to this function
repay_borrows(opts \\ [])
View Source
Link to this function
secret_key()
View Source
Link to this function
start(type, args)
View Source
Starts the CoincheckEx client.
Link to this function
transfer_from_leverage(opts \\ [])
View Source
Link to this function
transfer_to_leverage(opts \\ [])
View Source