Closed m3knight closed 3 years ago
I'll add it. From what I see https://coinmarketcap.com/currencies/polygon/, it's an ERC20.
You can request the balance using it's contract address in place of ticker. Here's how it would work =CRYPTOBALANCE("0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0","holder's address")
While it is an ERC20 on the ethereum mainnet, it's also also it's own L2 chain. Since you are able to pull BNB smart chain I figured this would be doable as well?
For instance, using the wallet address 0x7988cf76751664eF4506E55e7c53184FdB37662B
Ethereum mainnet shows nothing https://etherscan.io/address/0x7988cf76751664eF4506E55e7c53184FdB37662B
But on Matic network there's a small balance https://explorer-mainnet.maticvigil.com/address/0x7988cf76751664eF4506E55e7c53184FdB37662B/transactions
@m3knight You can now retrieve the amount =CRYPTOBALANCE("MATIC","Holder's address")
Let me know if you are still having issues
1st, thanks so much for your work. It's been invaluable.
Trying to get it to pull balances off the MATIC network but can't figure it out.