ExGdax.Private (ExGdax v0.2.0) View Source

Private endpoints for order management and account management.

Link to this section Summary

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