> ## 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.

# useFundingRate

> Hook to receive the current funding rate for a given perpetual futures symbol.

Receive funding rate for given symbol.

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

### Example

```ts theme={null}
const fundingRate = useFundingRate("PERP_ETH_USDC");
```
