for every endpoint that require pagination, default list /page is 50
if you want to override that, set parameter list = (INT)
list
the page id is also passed as
pageId
sample request:
getting user wallet credit history, the 4th page with 30 items
[GET] /wallet/history/credit?pageId=4&list=30