Skip to content

Commit

Permalink
update broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazeim committed Nov 13, 2023
1 parent 4594929 commit 755a93a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ description: "How to get the native balance from a smart contract account using
sidebar_label: "Get native balance of a smart contract account"
---

import ApiBanner from "@site/src/components/ApiBanner/ApiBanner.tsx";

<ApiBanner />

There are two primary account types:
* Contract Accounts
* Token Accounts
Expand All @@ -21,10 +25,6 @@ Now, let's explore how Moralis simplifies the process of getting the native bala

This step-by-step tutorial shows how to retrieve the native balance from a smart account, simplifying the process and offering code examples in multiple programming languages.

import ApiBanner from "@site/src/components/ApiBanner/ApiBanner.tsx";

<ApiBanner />

## Step 1: Setup Moralis

Read the article [Setting Up Moralis: Getting Started](/web3-data-api/evm/get-your-api-key) and make sure to finish all the steps. Only after that you can go ahead to complete this guide.
Expand Down Expand Up @@ -180,6 +180,6 @@ If you want to explore more details about other wallet endpoints and optional pa
## See Also

* [How to Get Transaction History for an Address of a Smart Account](/web3-data-api/evm/wallet-api/how-to-get-transactions-of-smart-contract-account)
* [How to Get ERC-20 Tokens of a Smart Account](/web3-data-api/evm/wallet-api/how-to-get-ERC-20-token-by-smart-account)
* [How to Get NFT Transfers of a Smart Account](/web3-data-api/evm/wallet-api/how-to-get-NFT-transfers-of-smart-account)
* [How to Get ERC-20 Tokens of a Smart Account](/web3-data-api/evm/wallet-api/how-to-get-erc-20-token-of-smart-contract-account)
* [How to Get NFT Transfers of a Smart Account](/web3-data-api/evm/wallet-api/how-to-get-nft-transfers-of-smart-contract-account)
* [How to Get ERC-20 Transfers of a Smart Account](/web3-data-api/evm/wallet-api/how-to-get-erc-20-transfers-of-smart-contract-account)
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,5 @@ If you want to explore more details about other wallet endpoints and optional pa

* [Understanding Account Abstraction: How to Get Native Balances from Smart Accounts](/web3-data-api/evm/wallet-api/how-to-get-the-native-balance-of-a-smart-contract-account)
* [How to Get Transaction History for an Address of a Smart Account](/web3-data-api/evm/wallet-api/how-to-get-transactions-of-smart-contract-account)
* [How to Get NFT Transfers of a Smart Account](/web3-data-api/evm/wallet-api/how-to-get-NFT-transfers-of-smart-account)
* [How to Get NFT Transfers of a Smart Account](/web3-data-api/evm/wallet-api/how-to-get-nft-transfers-of-smart-contract-account)
* [How to Get ERC-20 Transfers of a Smart Account](/web3-data-api/evm/wallet-api/how-to-get-erc-20-transfers-of-smart-contract-account)
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,6 @@ If you want to explore more details about other wallet endpoints and optional pa
## See Also

* [Understanding Account Abstraction: How to Get Native Balances from Smart Accounts](/web3-data-api/evm/wallet-api/how-to-get-the-native-balance-of-a-smart-contract-account)
* [How to Get ERC-20 Tokens of a Smart Account](/web3-data-api/evm/wallet-api/how-to-get-ERC-20-token-by-smart-account)
* [How to Get NFT Transfers of a Smart Account](/web3-data-api/evm/wallet-api/how-to-get-NFT-transfers-of-smart-account)
* [How to Get ERC-20 Tokens of a Smart Account](/web3-data-api/evm/wallet-api/how-to-get-erc-20-token-of-smart-contract-account)
* [How to Get NFT Transfers of a Smart Account](/web3-data-api/evm/wallet-api/how-to-get-nft-transfers-of-smart-contract-account)
* [How to Get ERC-20 Transfers of a Smart Account](/web3-data-api/evm/wallet-api/how-to-get-erc-20-transfers-of-smart-contract-account)
Original file line number Diff line number Diff line change
Expand Up @@ -204,5 +204,5 @@ If you want to explore more details about other wallet endpoints and optional pa

* [Understanding Account Abstraction: How to Get Native Balances from Smart Accounts](/web3-data-api/evm/wallet-api/how-to-get-the-native-balance-of-a-smart-contract-account)
* [How to Get Transaction History for an Address of a Smart Account](/web3-data-api/evm/wallet-api/how-to-get-transactions-of-smart-contract-account)
* [How to Get ERC-20 Tokens of a Smart Account](/web3-data-api/evm/wallet-api/how-to-get-ERC-20-token-by-smart-account)
* [How to Get ERC-20 Tokens of a Smart Account](/web3-data-api/evm/wallet-api/how-to-get-erc-20-token-of-smart-contract-account)
* [How to Get ERC-20 Transfers of a Smart Account](/web3-data-api/evm/wallet-api/how-to-get-erc-20-transfers-of-smart-contract-account)
Original file line number Diff line number Diff line change
Expand Up @@ -215,5 +215,5 @@ If you want to explore more details about other wallet endpoints and optional pa

* [Understanding Account Abstraction: How to Get Native Balances from Smart Accounts](/web3-data-api/evm/wallet-api/how-to-get-the-native-balance-of-a-smart-contract-account)
* [How to Get Transaction History for an Address of a Smart Account](/web3-data-api/evm/wallet-api/how-to-get-transactions-of-smart-contract-account)
* [How to Get ERC-20 Tokens of a Smart Account](/web3-data-api/evm/wallet-api/how-to-get-ERC-20-token-by-smart-account)
* [How to Get NFT Transfers of a Smart Account](/web3-data-api/evm/wallet-api/how-to-get-NFT-transfers-of-smart-account)
* [How to Get ERC-20 Tokens of a Smart Account](/web3-data-api/evm/wallet-api/how-to-get-erc-20-token-of-smart-contract-account)
* [How to Get NFT Transfers of a Smart Account](/web3-data-api/evm/wallet-api/how-to-get-nft-transfers-of-smart-contract-account)

0 comments on commit 755a93a

Please sign in to comment.