# Overview

Task-focused guides for the most common client workflows.

## Included Guides

- [Fetch Market Data](/typed/dydx/how-to/fetch-market-data) - read public markets, order books, trades, candles, and prices
- [Manage Account Data](/typed/dydx/how-to/manage-account-data) - query balances, positions, fills, transfers, and subaccounts
- [Query Chain State](/typed/dydx/how-to/query-chain-state) - read Cosmos and dYdX chain modules over gRPC
- [Inspect Blocks and Transactions](/typed/dydx/how-to/inspect-blocks-and-transactions) - inspect blocks, transaction results, and Comet RPC history
- [Place & Manage Orders](/typed/dydx/how-to/place-and-manage-orders) - submit, replace, cancel, or inspect orders
- [Paginate Through Results](/typed/dydx/how-to/paginate-through-results) - work with paged or chunked responses
- [Listen To Streams](/typed/dydx/how-to/listen-to-streams) - consume real-time subscription updates
