Account entity
The Account entity represents a connected cryptocurrency exchange account, holding details about portfolio assets, profit statistics, trading permissions, and supported bot tools.
Attributes
43ID of the exchange account entity.
Name of this exchange account.
Quentrade exchange code entity.
The custom label for the exchange account set by the user.
Icon URL of the exchange.
ISO 8601 datetime string of when auto balance was last executed.
Indicates whether hedge mode is available for this account.
Indicates whether hedge mode is currently enabled for this account.
Indicates whether the account is currently locked.
The reason for locking this account if is_locked is true.
Indicates if the SmartTrade tool is supported for this exchange account.
Indicates whether profit statistics are supported for this account.
Indicates if trading operations are supported on Quentrade.
Indicates whether creating a market buy order is supported on the exchange.
Indicates whether creating a market sell order is supported on the exchange.
Indicates whether creating a conditional buy order is supported on the exchange.
Indicates whether DCA Bot is enabled and allowed for this account.
Indicates whether the trailing take profit feature is enabled on this account.
Indicates whether the trailing stop loss feature is enabled on this account.
Indicates whether the Multi-Pair Bot feature is supported for this account.
Indicates whether the 'Sell All to BTC/USD' feature is enabled for this account.
Indicates whether Grid Bot is enabled and allowed for this account.
Indicates whether the API key credentials for this account are invalid or expired.
Indicates the state of the API keys (e.g. 'ok', 'invalid', 'restricted').
Indicates whether deposit functionality is enabled for this exchange.
Indicates whether this account is available to be included in the total portfolio summary.
Indicates whether this account is currently included in the summary calculation.
List of market types supported by the connected account (e.g. ['spot', 'futures']).
Unique customer ID provided by the exchange if required.
Total portfolio equivalent amount in Bitcoin (BTC).
Total portfolio equivalent amount in USD.
Daily profit in BTC.
Daily profit in USD.
Daily profit percentage in BTC.
Daily profit percentage in USD.
Monthly profit in BTC.
Monthly profit in USD.
Monthly profit percentage in BTC.
Monthly profit percentage in USD.
All-time total profit in BTC.
All-time total profit in USD.
ISO 8601 datetime string of when this Account entity was created.
ISO 8601 datetime string of when this Account entity was last updated.