Trying to use this function, i would ideally like to just pass the chain id, contract address and paging parameters, to return all token holders.
However, it is asking for a startingBlock parameter, i have tried adding this in (even though its not in the documentation) and setting it to 0, but its still asking for it.
error - Error: Something went wrong
[
{
"code": 400006,
"message": "The parameter `startingBlock` is not present"
}
]
I am running the latest version available from npm.
Any ideas?
Thank you.