CovalentHQ API and BSC Scan API not matching

  1. Search and confirm if the bug/feature is already present. Go ahead - like it and comment +1. This can save you a lot of work.
  2. Please tag if it is a bug or a feature. (Bug or Feature).
  3. Please tag if this bug or feature block you from achieving your goal? (Blocker, Not a blocker)
  4. Please tag all new posts with Backlog (makes it easy for us to find pending ones)

If it is a bug

3.1 Please tag which endpoints this bug belongs to Class A, Class B or Class C.(optional)
3. 2 Please share the API request. (You can remove the API key)
3.3 Please share the please describe it in detail with steps to reproduce, use images wherever necessary and provide the link to correct behaviour for cross-reference like EthereScan link etc.

  1. Not Present
  2. Bug
  3. Not a blocker

3.1. CLASS A
3.2. https://api.covalenthq.com/v1/52/address/0xbc57af7dc48201cc1792fff04dba5fe3c3d59210/balances_v2/?key=ckey_6af14f29d69f44e28f698ccf9b9

3.3. <?php /* Configs */ $apiKey = "ckey_6af14f29d69f44e28f698ccf9b9"; - Pastebin.com - This contains a simple php script that gets a balance of wallet and then shares it between the top 100 holders for the token. The issue is that when I run this script and look at BSC Scan, the data and wallet positions don’t match up, so I don’t know if this API is using up-to-date data?

You can see the script working here: Librium Dashboard Test

2 Likes