Skip to content

get_full_order_history #152

@uneasyguy

Description

@uneasyguy

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions