Thank you for the link. I will try using that for samples.
Now on to my next question, lol.
I am trying to display the market cap of any given token. I start by loading the token meta data, then pull the totalSupply using runContractFunction, I pull the updated price from the 1Inch hook. Now Im looking to adjust the total supply for burned tokens so I try to check the balance of the tokens in the burn address.
GetTokenBalance() of the address 0x00000000000… returns nothing? it works for all other addresses.
Is this an issue with the server doing a check to make sure the input address is not the 0x0 address, or maybe is it stopping the historical sync due to the data size of the request?