Wallet API
Select what you want to achieve:
- Get Wallet Transactions
- Get Wallet Net-worth
- Get Wallet Balance
- Get Wallet NFTs
- Get Wallet Tokens
- Get Wallet Details
- Domain Lookups
Get Wallet Transactions
No. | Method | Description | API Reference | URL |
---|---|---|---|---|
1 | getWalletHistory | Get full wallet history | Method Documentation | |
2 | getWalletTransactions | Get native transactions by wallet | Method Documentation | https://deep-index.moralis.io/api/v2.2/:address |
3 | getWalletTransactionsVerbose | Get decoded transactions by wallet | Method Documentation | https://deep-index.moralis.io/api/v2.2/:address/verbose |
4 | getWalletTokenTransfers | Get ERC20 transfers by wallet | Method Documentation | https://deep-index.moralis.io/api/v2.2/:address/erc20/transfers |
5 | getWalletNFTTransfers | Get NFT transfers by wallet | Method Documentation | https://deep-index.moralis.io/api/v2.2/:address/nft/transfers |
Get Wallet Net-worth
No. | Method | Description | API Reference | URL |
---|---|---|---|---|
6 | getWalletNetWorth | Get wallet net-worth | Method Documentation | https://deep-index.moralis.io/api/v2.2/wallets/:address/net-worth |
Get Wallet Balance
No. | Method | Description | API Reference | URL |
---|---|---|---|---|
7 | getNativeBalance | Get native balance by wallet | Method Documentation | https://deep-index.moralis.io/api/v2.2/:address/balance |
8 | getNativeBalancesForAddresses | Get native balance for multiple wallets | Method Documentation | https://deep-index.moralis.io/api/v2.2/wallets/balances |
Get Wallet NFTs
No. | Method | Description | API Reference | URL |
---|---|---|---|---|
9 | getWalletNFTs | Get NFTs by wallet | Method Documentation | https://deep-index.moralis.io/api/v2.2/:address/nft |
10 | getWalletNFTCollections | Get NFT collections by wallet | Method Documentation | https://deep-index.moralis.io/api/v2.2/:address/nft/collections |
Get Wallet Tokens
No. | Method | Description | API Reference | URL |
---|---|---|---|---|
11 | getWalletTokenBalances | Get ERC20 token balance by wallet | Method Documentation | https://deep-index.moralis.io/api/v2.2/:address/erc20 |
12 | getWalletTokenBalancesPrices | Get ERC20 token balances & prices by wallet | Method Documentation | https://deep-index.moralis.io/api/v2.2/wallets/:address/tokens |
Get Wallet Details
No. | Method | Description | API Reference | URL |
---|---|---|---|---|
13 | getWalletActiveChains | Get chain activity by wallet | Method Documentation | https://deep-index.moralis.io/api/v2.2/wallets/:address/chains |
14 | getWalletStats | Get wallet stats | Method Documentation | https://deep-index.moralis.io/api/v2.2/wallets/:address/stats |
Domain Lookups
No. | Method | Description | API Reference | URL |
---|---|---|---|---|
15 | resolveAddress | ENS Lookup by Address | Method Documentation | https://deep-index.moralis.io/api/v2.2/resolve/:address/reverse |
16 | resolveENSDomain | ENS Lookup by Domain | Method Documentation | https://deep-index.moralis.io/api/v2.2/resolve/ens/:domain |
17 | resolveAddressToDomain | Unstoppable Lookup by Address | Method Documentation | https://deep-index.moralis.io/api/v2.2/resolve/:address/domain |
18 | resolveDomain | Unstoppable Lookup by Domain | Method Documentation | https://deep-index.moralis.io/api/v2.2/resolve/:domain |