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/newPOST
/ver1/accounts/updateGET
/ver1/accounts/types_to_connectGET
/ver1/accountsPOST
/ver1/accounts/:account_id/renamePOST
/ver1/accounts/:account_id/load_balancesPOST
/ver1/accounts/:account_id/sell_all_to_btcPOST
/ver1/accounts/:account_id/sell_all_to_usdPOST
/ver1/accounts/:account_id/leverage_dataPOST
/ver1/accounts/:account_id/removePOST
/ver1/accounts/:account_id/pie_chart_dataPOST
/ver1/accounts/:account_id/account_table_dataPOST
/ver1/accounts/:account_id/convert_dust_to_bnbGET
/ver1/accounts/:account_idGET
/ver1/accounts/:account_id/active_trading_entitiesGET
/ver1/accounts/:account_id/balance_chart_dataGET
/ver1/accounts/:account_id/networks_infoGET
/ver1/accounts/:account_id/deposit_data