Fetch the current sponsored transaction limits for the requested address and profile.
const { data, error, loading } = useRateLimits({ userAddress: '0x1234567890123456789012345678901234567890',}); Copy
const { data, error, loading } = useRateLimits({ userAddress: '0x1234567890123456789012345678901234567890',});
Fetch the current sponsored transaction limits for the requested address and profile.