Skip to content

fix: reduce account history pageSize from 1000 to 100#43

Open
ety001 wants to merge 1 commit into
masterfrom
fix/account-history-page-size
Open

fix: reduce account history pageSize from 1000 to 100#43
ety001 wants to merge 1 commit into
masterfrom
fix/account-history-page-size

Conversation

@ety001

@ety001 ety001 commented May 15, 2026

Copy link
Copy Markdown
Member

jussi (gateway) enforces a max limit of 100 for get_account_history.
The hard-coded pageSize of 1000 causes every request to fail with:
Account History request exceeded limit. The max limit is 100. Your limit is 10000

Changes:

  • Make pageSize configurable via accountHistory.pageSize (default 100)
  • Support ACCOUNT_HISTORY_PAGE_SIZE env var override
  • Update default.toml and production.toml with pageSize = 100

jussi (gateway) enforces a max limit of 100 for get_account_history.
The hard-coded pageSize of 1000 causes every request to fail with:
  Account History request exceeded limit. The max limit is 100. Your limit is 10000

Changes:
- Make pageSize configurable via accountHistory.pageSize (default 100)
- Support ACCOUNT_HISTORY_PAGE_SIZE env var override
- Update default.toml and production.toml with pageSize = 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant