Account

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

Account entities hold information like:

Connected Exchange Details

Details about the connected exchange, including its type, name, and current status.

Profit & Currency Balances

Profit and currency information, such as the account's balance and daily and total profit.

Trading Capabilities

Available trading features, permissions, and operational limits for this account.

Available Account Endpoints

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

21 Endpoints
POST/api/v1/accounts/new
POST/api/v1/accounts/update
GET/api/v1/accounts/types_to_connect
GET/api/v1/accounts
POST/api/v1/accounts/:account_id/rename
POST/api/v1/accounts/:account_id/load_balances
POST/api/v1/accounts/:account_id/sell_all_to_btc
POST/api/v1/accounts/:account_id/sell_all_to_usd
POST/api/v1/accounts/:account_id/leverage_data
POST/api/v1/accounts/:account_id/remove
POST/api/v1/accounts/:account_id/pie_chart_data
POST/api/v1/accounts/:account_id/account_table_data
POST/api/v1/accounts/:account_id/convert_dust_to_bnb
GET/api/v1/accounts/:account_id
GET/api/v1/accounts/:account_id/active_trading_entities
GET/api/v1/accounts/:account_id/balance_chart_data
GET/api/v1/accounts/:account_id/networks_info
GET/api/v1/accounts/:account_id/deposit_data
GET/api/v1/accounts/:account_id/volume/daily
GET/api/v1/accounts/:account_id/volume/monthly
GET/api/v1/accounts/:account_id/volume/total