I’m going to assume “mint” is intended to be “minute”.
If you’re being completely literal here, and 60 seconds is the maximum desired lag between updates, then you would need to poll the server at least that frequently.
That’s not typically a great strategy, because it wastes resources like battery life and bandwidth. This is why push notifications were invented, and that’s what I would recommend looking into as a more sustainable solution.