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

# useRefereeRebateSummary

> Hook to get daily referee rebate statistics over a date range.

Provide statistics on referee rebates per date, based on start and end date.

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

```ts theme={null}
const {
  data: distributionData,
  mutate,
  isLoading
} = useRefereeRebateSummary({
  startDate,
  endDate
});
```
