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

# useMarkPrice

> Hook to receive real-time mark price updates for a symbol via WebSocket.

Receive mark price for given symbol and auto update via Websockets.

* [Tech docs](/sdks/tech-doc/modules/orderly_network_hooks#usemarkprice)

### Example

```ts theme={null}
const markPrice: number = useMarkPrice("PERP_ETH_USDC");
```
