> 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-supported-tokens.md).

# Gets the supported tokens

If you want to get the list of tokens that support limit orders,  you can use `getLimitOrderTokenList`

```typescript
const token_list = await sdk.LimitOrder.getLimitOrderTokenList()
```
