fetch_crypto_positions

Returns all current crypto positions.

Syntax

def fetch_crypto_positions(self) -> List[Dict[str, Any]]:

Returns

Returns a list of dictionaries with the following keys and values:

Raises