> For the complete documentation index, see [llms.txt](https://cetus-1.gitbook.io/cetus-developer-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cetus-1.gitbook.io/cetus-developer-docs/developer/via-sdk-v2/sdk-modules/cetusprotocol-limit-sdk/gets-the-list-of-limit-order.md).

# Gets the list of limit order

`getOwnerLimitOrderList` can gets the list of limit order by your wallet address.

```typescript
const wallet = '0x0..'
const order_list = await sdk.LimitOrder.getOwnerLimitOrderList(wallet)
```
