414 error for erc20 balances

Hi, I’ve tried to get balance for over 168 tokens for a exchange address by passing list of token_addresses. Unfortunately it seems that I hit the limit of length of the URL which make sense given the number of token_addresses I am passing. Is there any workaround other than just getting all tokens and filter out those I am interested in, on the backend?

try with a smaller list and you can do multiple requests, for example try with 100 tokens in a request