issue-tracker
issue-tracker copied to clipboard
Moralis Home Page Snippets
On the homepage under the DEFI Dashboard
, it shows these snippets of code.
// get TVL
Moralis.Web3.getTVL(address)
// get P&L
Moralis.Web3.getPnL(address)
// get Defi Positions (liquidity, lending, borrowing)
Moralis.Web3.getDefiPosition(address)
None of these code are in documentation.
When you try to use them, it will say Unhandled Rejection (TypeError): Moralis.Web3.getTVL is not a function
Bump :)