> ## Documentation Index
> Fetch the complete documentation index at: https://staging-docs.orderly.network/llms.txt
> Use this file to discover all available pages before exploring further.

# Market data

> Stream real-time prices, orderbooks, and trade history with market data hooks.

`@orderly.network/hooks` provides the following hooks related to market data:

* [useOrderbookStream](/sdks/hooks/market-data/use-orderbook-stream) - Orderbook stream
* [useIndexPrice](/sdks/hooks/market-data/use-index-price) - Get the index price of a single symbol
* [useMarkPrice](/sdks/hooks/market-data/use-mark-price) - Get the mark price of a single symbol
* [useMarkPricesStream](/sdks/hooks/market-data/use-mark-prices-stream) - Get the mark price of all symbols
* [useMarketTradeStream](/sdks/hooks/market-data/use-market-trade-stream) - Get the market trades history of a symbol
* [useMarkets](/sdks/hooks/market-data/use-markets) - Retrieve all listed symbols and its market data
* [useMarketsStream](/sdks/hooks/market-data/use-markets-stream) - Retrieve all listed symbols and its market data
* [useTickerStream](/sdks/hooks/market-data/use-ticker-stream) - Get the symbol market data stream
* [useSymbolsInfo](/sdks/hooks/market-data/use-symbols-info) - Get the symbol market data stream
* [useSymbolPriceRange](/sdks/hooks/market-data/use-symbol-price-range) - Get the price range for the specified symbol with an optional price
