DOCS

usePlatformFees

Get the platform fee recipient and basis points

Example

const {
  data: platformFees,
  isLoading,
  error,
} = usePlatformFees(contract);

Parameters

Returns

an object containing the platform fee basis points and the fee recipient address