# 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()
```
