From 9978e45fad4bee64d2232a3fd6adc4ec1321941e Mon Sep 17 00:00:00 2001 From: Nazeim Date: Mon, 30 Oct 2023 12:34:01 +0300 Subject: [PATCH 1/2] wallet api link --- .../how-to-get-transactions-of-smart-contract-account.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/01-web3-data-api/evm/wallet-api/05-Transactions/how-to-get-transactions-of-smart-contract-account.md b/docs/01-web3-data-api/evm/wallet-api/05-Transactions/how-to-get-transactions-of-smart-contract-account.md index 60900a0e..9c329654 100644 --- a/docs/01-web3-data-api/evm/wallet-api/05-Transactions/how-to-get-transactions-of-smart-contract-account.md +++ b/docs/01-web3-data-api/evm/wallet-api/05-Transactions/how-to-get-transactions-of-smart-contract-account.md @@ -9,7 +9,7 @@ sidebar_label: Get transactions of a smart contract account As an example of account types, you can read the [Ethereum Accounts](https://ethereum.org/en/developers/docs/accounts/#types-of-account) article. ::: -The Moralis Wallet API streamlines the retrieval of transaction history, making it easier for developers to access and use transaction data for various purposes. +The Moralis [Wallet API](https://moralis.io/api/wallet/) streamlines the retrieval of transaction history, making it easier for developers to access and use transaction data for various purposes. **Why Retrieve Address Transaction History?** From a6675a8b31d05ad1157e34feb515138049b6c2e3 Mon Sep 17 00:00:00 2001 From: Nazeim Date: Mon, 30 Oct 2023 12:35:01 +0300 Subject: [PATCH 2/2] wallet api --- ...how-to-get-the-native-balance-of-a-smart-contract-account.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/01-web3-data-api/evm/wallet-api/02-Native balance/how-to-get-the-native-balance-of-a-smart-contract-account.md b/docs/01-web3-data-api/evm/wallet-api/02-Native balance/how-to-get-the-native-balance-of-a-smart-contract-account.md index 59edf5d9..12d6306f 100644 --- a/docs/01-web3-data-api/evm/wallet-api/02-Native balance/how-to-get-the-native-balance-of-a-smart-contract-account.md +++ b/docs/01-web3-data-api/evm/wallet-api/02-Native balance/how-to-get-the-native-balance-of-a-smart-contract-account.md @@ -157,7 +157,7 @@ In your terminal, you should see the following JSON response: ] ``` -Congratulations 🥳! You have successfully retrieved the native balance of a smart account using the Moralis Wallet API. +Congratulations 🥳! You have successfully retrieved the native balance of a smart account using the Moralis [Wallet API](https://moralis.io/api/wallet/). ## Video Tutorial: Get Any Wallet Native Crypto Balance