-
Notifications
You must be signed in to change notification settings - Fork 282
Open
Description
def get_full_order_history(self):
"""
Used to retrieve your order history
/account/getorderhistory
:param market: Bittrex market identifier (i.e BTC-DOGE)
:type market: str
:return:
:rtype : dict
"""
return self._api_query(path_dict={
API_V1_1: '/account/getorderhistory'
}, protection=PROTECTION_PRV)
Metadata
Metadata
Assignees
Labels
No labels