@somnia-chain/markets-sdk


@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?

optional ref?: string

Defined in: packages/sdk/src/unified/exchange.ts:121

Restrict the page to one tradable. Omit it for account-wide raw orders.


status?

optional status?: OrderStatus

Defined in: packages/sdk/src/unified/exchange.ts:123

Restrict the indexer read to one native order lifecycle status.


limit?

optional limit?: number

Defined in: packages/sdk/src/unified/exchange.ts:125

Maximum raw rows to read. The default is 100.


offset?

optional offset?: number

Defined in: packages/sdk/src/unified/exchange.ts:127

Raw indexer row offset. The default is 0.