@somnia-chain/markets-sdk / index / SomniaMarketsGetOrdersPageOptions
Type Alias: SomniaMarketsGetOrdersPageOptions
SomniaMarketsGetOrdersPageOptions =
object
Defined in: packages/sdk/src/unified/exchange.ts:119
Filters and pagination for SomniaMarkets.getOrdersPage.
Properties
ref?
optionalref?:string
Defined in: packages/sdk/src/unified/exchange.ts:121
Restrict the page to one tradable. Omit it for account-wide raw orders.
status?
optionalstatus?:OrderStatus
Defined in: packages/sdk/src/unified/exchange.ts:123
Restrict the indexer read to one native order lifecycle status.
limit?
optionallimit?:number
Defined in: packages/sdk/src/unified/exchange.ts:125
Maximum raw rows to read. The default is 100.
offset?
optionaloffset?:number
Defined in: packages/sdk/src/unified/exchange.ts:127
Raw indexer row offset. The default is 0.