# Overview

Task-focused guides for the most common client workflows. Examples use the UTA v3 surface
(`client.uta`), Bitget's recommended generation for new integrations. Classic v2
(`client.classic`) exposes the same shape of workflows for Classic-mode accounts.

## Included Guides

- [Fetch Market Data](/typed/bitget/how-to/fetch-market-data) - order books, candles, tickers, recent trades, symbols
- [Listen To Streams](/typed/bitget/how-to/listen-to-streams) - public tickers/order book/trades, private account/order/fill updates
- [Place & Manage Orders](/typed/bitget/how-to/place-and-manage-orders) - place, inspect, and cancel orders
- [Manage Account Data](/typed/bitget/how-to/manage-account-data) - balances, positions, financial records
- [Manage Earn Instruments](/typed/bitget/how-to/manage-earn-instruments) - subscribe to and redeem Elite products
- [Manage Deposits & Withdrawals](/typed/bitget/how-to/manage-deposits-and-withdrawals) - deposit addresses, records, withdrawals, internal transfers
- [Paginate Through Results](/typed/bitget/how-to/paginate-through-results) - cursor- and window-paged endpoints
