From b4321b7d7c78f5a838a91711e98f60d9795f3728 Mon Sep 17 00:00:00 2001 From: Bharath Babu Date: Thu, 8 Aug 2024 11:32:32 +0200 Subject: [PATCH] Update entities-and-labelling.md --- docs/01-web3-data-api/evm/resources/entities-and-labelling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/01-web3-data-api/evm/resources/entities-and-labelling.md b/docs/01-web3-data-api/evm/resources/entities-and-labelling.md index 30ef07d9..306093b1 100644 --- a/docs/01-web3-data-api/evm/resources/entities-and-labelling.md +++ b/docs/01-web3-data-api/evm/resources/entities-and-labelling.md @@ -61,7 +61,7 @@ Any endpoint that includes a `to_address` and `from_address`, the endpoints are | Name | Endpoint | API Reference | | ---------------------------------- | -------------------------------------- | ------------------------------------------------------------------------------------ | -| Get Wallet History | /:address/history | [Method Documentation](/web3-data-api/evm/reference/wallet-api/get-wallet-history) | +| Get Wallet History | /wallets/:address/history | [Method Documentation](/web3-data-api/evm/reference/wallet-api/get-wallet-history) | | Get Native Transactions by Wallet | /:address | [Method Documentation](/web3-data-api/evm/reference/get-wallet-transactions) | | Get Decoded Transactions by Wallet | /:address/verbose | [Method Documentation](/web3-data-api/evm/reference/get-decoded-wallet-transaction) | | Get Transaction by Hash | /transaction/:transaction_hash | [Method Documentation](/web3-data-api/evm/reference/get-transaction) |