safe-global / safe-transaction-service

Keeps track of transactions sent via Safe contacts and confirmed transactions. It also keeps track of Ether and ERC20 token transfers to Safe contracts.
MIT License
191 stars 262 forks source link

Support balance pagination #2118

Closed moisses89 closed 3 months ago

moisses89 commented 3 months ago

Description

Enable pagination to support balances with max_limit = 200 and default pagination 100. This PR is not affecting the database query, because we are getting the token balance from the ERC20 transfers, it is just reducing the number of calls to the RPC node.

Close #1432

falvaradorodriguez commented 3 months ago

I didn't require changes, because all the comments are free of interpretation. We can discuss it :)