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

# useReferralRebateSummary

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

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

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

```ts theme={null}
const [data, { refresh, isLoading, loadMore }] = useReferralRebateSummary({
  startDate,
  endDate
});
```
