NIS api, mandatory parameter

Hi,
according to NIS documentation the path hereunder
needs two parameters.
I managed to call without the hash parameter, is it compulsory?
If yes, what is it for^

API path: Request type: GET
/account/harvests
Description:
Gets an array of harvest info objects for an account.
Parameter:
address: The address of the account.
hash: The 256 bit sha3 hash of the block up to which harvested blocks are returned.

Default paging is 25. So if you want get next 25 you must do call which hash from where next transaction should be returned.
So if you don’t add hash it means you want first 25 harvested blocks.

1 Like