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