The Search Transactions request is always returning all items. For certain accounts, this can return 21k+ items (21MB of data)
curl 'https://rosetta-api.internetcomputer.org/search/transactions' \
-H 'content-type: application/json;charset=UTF-8' \
--data-raw '{"limit":25,"network_identifier":{"blockchain":"Internet Computer","network":"00000000000000020101"},"account_identifier":{"address":"..."}}'
The limit
and offset
params should be implemented.