# Overview

Task-focused guides for the Lighter client.

- [Fetch Market Data](/typed/lighter/how-to/fetch-market-data) - markets and decimals, order books, trades, candles, funding
- [Fetch Account Data](/typed/lighter/how-to/fetch-account-data) - balances, positions, open orders, order and trade history, PnL
- [Paginate Through Results](/typed/lighter/how-to/paginate-through-results) - cursor walks, time-range walks, resuming a walk
- [Place & Manage Orders](/typed/lighter/how-to/place-and-manage-orders) - order types, scaled prices, modify, cancel, cancel-all, grouped orders
- [Listen To Streams](/typed/lighter/how-to/listen-to-streams) - public and private channels, snapshots and updates, dropped connections
- [Batch Transactions](/typed/lighter/how-to/batch-transactions) - reserve nonces, sign, and submit several transactions at once
- [Transfers & Sub-Accounts](/typed/lighter/how-to/transfers-and-sub-accounts) - sub-accounts, transfers, withdrawals, deposit history
- [Sign Offline](/typed/lighter/how-to/sign-offline) - sign transactions and auth tokens without sending them
