You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
faustbrian
changed the title
wrong meta data when querying with a page param bigger than pageCount
[2.6][T4] wrong meta data when querying with a page param bigger than pageCount
Nov 11, 2019
The meta object of an API response contains wrong data if a page is requested that is higher than
pageCount
.e.g. https://dexplorer.ark.io/api/wallets/D6eAmMh6FFynorCSjHS1Qx75rXiN89soa7/transactions?limit=100&page=41 vs. https://dexplorer.ark.io/api/wallets/D6eAmMh6FFynorCSjHS1Qx75rXiN89soa7/transactions?limit=100&page=1000
The text was updated successfully, but these errors were encountered: