> 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-limit-order-info.md).

# Gets the limit order info

`getLimitOrder` can gets the limit order info by limit order id.

```typescript
const limit_order_id = '0x24aaffb2f9785c110da3b670e0f50e8a30...'
const order = await sdk.LimitOrder.getLimitOrder(limit_order_id)
```
