Interface FetchOrdersParams

Request parameters for a fetchOrders call.

Hierarchy

  • FetchOrdersParams

Properties

searchLimit?: number

Max Transactions to search through looking for Order data before giving up

showCanceled?: boolean

Whether to return Canceled orders

showClosed?: boolean

Whether to return Closed orders

showOpen?: boolean

Whether to return Open orders

Generated using TypeDoc