Golang library and a HTTP/API service that can be used to fetch an updated list of token holders for a Ethereum ERC20, ERC721, ERC777, or other external providers (ex. POAPs or GitcoinPassport).
including list holders as a background queue api task, which requires that the current API endpoint now returns a queueID ({"queueID": "28ae56fe1320f45a5af31abb4923326882b2b652"}) and there is a new endpoint to check the status of the task: GET /strategies/{strategyID}/holders/queue/{queueID}.
Uplevel your code reviews with CodeRabbit Pro
### CodeRabbit Pro
If you like this project, please support us by purchasing the [Pro version](https://coderabbit.ai). The Pro version has advanced context, superior noise reduction and several proprietary improvements compared to the open source version. Moreover, CodeRabbit Pro is free for open source projects.
including list holders as a background queue api task, which requires that the current API endpoint now returns a
queueID
({"queueID": "28ae56fe1320f45a5af31abb4923326882b2b652"}
) and there is a new endpoint to check the status of the task:GET /strategies/{strategyID}/holders/queue/{queueID}
.Check the new endpoints definition here and here.