Skip to main content

Account

Account entities hold information about the cryptocurrency portfolio, their balances, and the set of tools that are available for this account.

Account entities hold information like:

  • Details about the connected exchange, including its type, name, and current status
  • Profit and currency information, such as the account's balance and daily and total profit
  • Available trading features for this account

3Commas provides a set of methods to create new exchange account connections and manage existing accounts.

POST
/ver1/accounts/new
POST
/ver1/accounts/update
GET
/ver1/accounts/types_to_connect
GET
/ver1/accounts
POST
/ver1/accounts/:account_id/rename
POST
/ver1/accounts/:account_id/load_balances
POST
/ver1/accounts/:account_id/sell_all_to_btc
POST
/ver1/accounts/:account_id/sell_all_to_usd
POST
/ver1/accounts/:account_id/leverage_data
POST
/ver1/accounts/:account_id/remove
POST
/ver1/accounts/:account_id/pie_chart_data
POST
/ver1/accounts/:account_id/account_table_data
POST
/ver1/accounts/:account_id/convert_dust_to_bnb
GET
/ver1/accounts/:account_id
GET
/ver1/accounts/:account_id/active_trading_entities
GET
/ver1/accounts/:account_id/balance_chart_data
GET
/ver1/accounts/:account_id/networks_info
GET
/ver1/accounts/:account_id/deposit_data