2 Comments
User's avatar
Duy Ta Cong's avatar

I think your solution has a bottleneck at the step where it calls the UTR API. Regardless of what you do before calling the API, it is still limited by the rate limit. Can the UTR API return a list if we input a list of transaction IDs?

Expand full comment
Sushant Dhiman's avatar

Yes it can. But for the problem statement I got UTR API was not returning list. If it returns list than we need to care about database transactions.

Expand full comment