Interface WatchOrdersParams

Request parameters for a watchOrders call.

Hierarchy

  • WatchOrdersParams

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