Skip to main content

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.

Provide statistics on referee rebates per date, based on start and end date.
const {
  data: distributionData,
  mutate,
  isLoading
} = useRefereeRebateSummary({
  startDate,
  endDate
});