Background is I’m pulling all token holders of a token at a particular block and it’s missing some of the token holders. I’ve validated some of the missing addresses/holders using the BscScan API. Please help
Here is the particular API call (my API key removed): https://api.covalenthq.com/v1/56/tokens/0x94CEA04C51E7d3EC0a4A97Ac0C3B3c9254c2aD41/token_holders/?quote-currency=USD&format=JSON&page-size=9999999&block-height=13595858&key=YOURAPI
Here is one of the missing wallets from the output: 0x0E8132F8c6Aee864B87c3ddB084665Af0c4F36cD
BscScan API to show they actually have a balance (my API key removed)
https://api.bscscan.com/api?module=account&action=tokenbalancehistory&contractaddress= 0x94CEA04C51E7d3EC0a4A97Ac0C3B3c9254c2aD41&address= 0x0E8132F8c6Aee864B87c3ddB084665Af0c4F36cD&blockno= 13595858&apikey=YourAPIKey