Open crypto-matto opened 7 months ago
Existing table view data are all having pagination of page size 10.
Transaction
Transfers
Suggested additional page size:
A pagination of selectable page size is practical & common to be supported. e.g. https://etherscan.io/txs?a=0x95222290dd7278aa3ddd389cc1e1d165cc4bafe5
Add any other context or information about the feature request here.
e.g. https://block-explorer-api.mainnet.zksync.io/address/0xFb59d06df95091cC7822690a1B12E97008b345E2/transfers?toDate=2024-04-05T09%3A47%3A53.461Z&pageSize=10&page=1
For all API endpoints, Iām seeing that whatever pageSize I pass, it will always give me an item list of 10. Instead, limit is effective.
pageSize
10
limit
š Feature Request
š Description
Existing table view data are all having pagination of page size 10.
Transaction
&Transfers
TabSuggested additional page size:
š¤ Rationale
A pagination of selectable page size is practical & common to be supported. e.g. https://etherscan.io/txs?a=0x95222290dd7278aa3ddd389cc1e1d165cc4bafe5
š Additional Context
Add any other context or information about the feature request here.