get_account_crypto_positions
Returns the current crypto positions.
Syntax
def get_account_crypto_positions(self) -> List: Returns
Returns a list of Position objects for all currently owned crypto.
Raises
- An
Exceptionis raised if there is an error in fetching the crypto positions.