Return absolute total amount from "Get token holders"

I’d like to know how many token holder there are at any time, and am not interested in the individual token holders themselves

Currently I’d have to set my page size to max (99999) and then check pagination.total_amount to know how many token holders there are.

Additionally you’d expect total_amount to not just refer to the number that was retrieved, as you can always check the length of the array if response count is needed.

Perhaps allow for adding a query parameter as a flag indicating that you want just the count.

1 Like

Hello. Yes, you are correct. We have this feature in the Product pipeline and there will be an announcement once a fix/patch has been implemented.

1 Like