ExGdax
v0.2.0
Pages
Modules
ExGdax.Private
(ExGdax v0.2.0)
View Source
Private endpoints for order management and account management.
Link to this section
Summary
Functions
cancel_order(order_id, config \\ nil)
cancel_orders(config \\ nil)
close_position(params, config \\ nil)
create_order(params, config \\ nil)
create_report(params, config \\ nil)
deposit_from_coinbase(params, config \\ nil)
deposit_from_payment_method(params, config \\ nil)
get_account(account_id, config \\ nil)
get_order(order_id, config \\ nil)
get_position(config \\ nil)
get_report(report_id, config \\ nil)
list_account_history(account_id, params \\ %{}, config \\ nil)
list_accounts(config \\ nil)
list_coinbase_accounts(config \\ nil)
list_fills(params \\ %{}, config \\ nil)
list_funding(params \\ %{}, config \\ nil)
list_holds(account_id, params \\ %{}, config \\ nil)
list_orders(params \\ %{}, config \\ nil)
list_payment_methods(config \\ nil)
list_trailing_volume(config \\ nil)
margin_transfer(params, config \\ nil)
repay_funding(params, config \\ nil)
user_fee_rate(config \\ nil)
withdraw_to_coinbase(params, config \\ nil)
withdraw_to_crypto(params, config \\ nil)
withdraw_to_payment_method(params, config \\ nil)
Link to this section
Functions
Link to this function
cancel_order(order_id, config \\ nil)
View Source
Link to this function
cancel_orders(config \\ nil)
View Source
Link to this function
close_position(params, config \\ nil)
View Source
Link to this function
create_order(params, config \\ nil)
View Source
Link to this function
create_report(params, config \\ nil)
View Source
Link to this function
deposit_from_coinbase(params, config \\ nil)
View Source
Link to this function
deposit_from_payment_method(params, config \\ nil)
View Source
Link to this function
get_account(account_id, config \\ nil)
View Source
Link to this function
get_order(order_id, config \\ nil)
View Source
Link to this function
get_position(config \\ nil)
View Source
Link to this function
get_report(report_id, config \\ nil)
View Source
Link to this function
list_account_history(account_id, params \\ %{}, config \\ nil)
View Source
Link to this function
list_accounts(config \\ nil)
View Source
Link to this function
list_coinbase_accounts(config \\ nil)
View Source
Link to this function
list_fills(params \\ %{}, config \\ nil)
View Source
Link to this function
list_funding(params \\ %{}, config \\ nil)
View Source
Link to this function
list_holds(account_id, params \\ %{}, config \\ nil)
View Source
Link to this function
list_orders(params \\ %{}, config \\ nil)
View Source
Link to this function
list_payment_methods(config \\ nil)
View Source
Link to this function
list_trailing_volume(config \\ nil)
View Source
Link to this function
margin_transfer(params, config \\ nil)
View Source
Link to this function
repay_funding(params, config \\ nil)
View Source
Link to this function
user_fee_rate(config \\ nil)
View Source
Link to this function
withdraw_to_coinbase(params, config \\ nil)
View Source
Link to this function
withdraw_to_crypto(params, config \\ nil)
View Source
Link to this function
withdraw_to_payment_method(params, config \\ nil)
View Source