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
The list of transactions (/txns API) may be too long and fetched from the server in many seconds. (715 transactions are loaded ~17 sec for me). Quite often I need only few last transactions to see, so I'd suggest adding query parameter limit to select only head of transactions: /txns?limit=10.
The text was updated successfully, but these errors were encountered:
The list of transactions (
/txns
API) may be too long and fetched from the server in many seconds. (715 transactions are loaded ~17 sec for me). Quite often I need only few last transactions to see, so I'd suggest adding query parameterlimit
to select only head of transactions:/txns?limit=10
.The text was updated successfully, but these errors were encountered: