Skip to content

TradeAPI.get_fills_history misssing parameters #105

Description

@junolee1105

https://www.okx.com/docs-v5/en/?python#order-book-trading-trade-get-transaction-details-last-1-year

begin and end parameters missed.

# Get Transaction Details History
def get_fills_history(self, instType, uly='', instId='', ordId='', after='', before='', limit='', instFamily=''):
    params = {'instType': instType, 'uly': uly, 'instId': instId, 'ordId': ordId, 'after': after, 'before': before,
              'limit': limit, 'instFamily': instFamily}
    return self._request_with_params(GET, ORDERS_FILLS_HISTORY, params)

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