Wallet API
Select what you want to achieve:
- Get Wallet History
- Get Wallet Token Balances
- Get Wallet Token Approvals
- Get Wallet Token Swaps
- Get Wallet NFT Balances
- Get Wallet DeFi Positions
- Get Wallet Net-worth
- Get Wallet PnL
- Get Wallet Details
- Get Wallet Domains
Get Wallet History
| No. | Method | Description | API Reference | URL |
|---|---|---|---|---|
| 1 | getWalletHistory | Get full wallet history | Method Documentation | https://deep-index.moralis.io/api/v2.2/wallets/:address/history |
| 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 |
| 6 | getNFTTradesByWallet | Get NFT trades by wallet | Method Documentation | https://deep-index.moralis.io/api/v2.2/wallets/:address/nfts/trades |
Get Wallet Token Balances
| No. | Method | Description | API Reference | URL |
|---|---|---|---|---|
| 7 | getWalletTokenBalances | Get ERC20 token balance by wallet | Method Documentation | https://deep-index.moralis.io/api/v2.2/:address/erc20 |
| 8 | getWalletTokenBalancesPrices | Get Native & ERC20 token balances & prices by wallet | Method Documentation | https://deep-index.moralis.io/api/v2.2/wallets/:address/tokens |
| 9 | getNativeBalance | Get native balance by wallet | Method Documentation | https://deep-index.moralis.io/api/v2.2/:address/balance |
| 10 | getNativeBalancesForAddresses | Get native balance for multiple wallets | Method Documentation | https://deep-index.moralis.io/api/v2.2/wallets/balances |
Get Wallet Token Approvals
| No. | Method | Description | API Reference | URL |
|---|---|---|---|---|
| 11 | getWalletApprovals | Get ERC20 approvals by wallet | Method Documentation | https://deep-index.moralis.io/api-docs-2.2/#/Wallets/getWalletApprovals |
Get Wallet Token Swaps
| No. | Method | Description | API Reference | URL |
|---|---|---|---|---|
| 12 | getSwapsByWalletAddress | Get swaps by wallet address | Method Documentation | https://deep-index.moralis.io/api/v2.2/wallets/:address/swaps |
Get Wallet NFT Balances
| No. | Method | Description | API Reference | URL |
|---|---|---|---|---|
| 13 | getWalletNFTs | Get NFTs by wallet | Method Documentation | https://deep-index.moralis.io/api/v2.2/:address/nft |
| 14 | getWalletNFTCollections | Get NFT collections by wallet | Method Documentation | https://deep-index.moralis.io/api/v2.2/:address/nft/collections |
Get Wallet DeFi Positions
| No. | Method | Description | API Reference | URL |
|---|---|---|---|---|
| 15 | getDefiSummary | Get DeFi protocols by wallet | Method Documentation | https://deep-index.moralis.io/api/v2.2/wallets/:address/defi/summary |
| 16 | getDefiPositionsSummary | Get DeFi positions by wallet | Method Documentation | https://deep-index.moralis.io/api/v2.2/wallets/:address/defi/positions |
| 17 | getDefiPositionsByProtocol | Get detailed DeFi positions by wallet and protocol | Method Documentation | https://deep-index.moralis.io/api/v2.2/wallets/:address/defi/:protocol/positions |
Get Wallet Net-worth
| No. | Method | Description | API Reference | URL |
|---|---|---|---|---|
| 18 | getWalletNetWorth | Get wallet net-worth | Method Documentation | https://deep-index.moralis.io/api/v2.2/wallets/:address/net-worth |
Get Wallet PnL
| No. | Method | Description | API Reference | URL |
|---|---|---|---|---|
| 19 | getWalletProfitabilitySummary | Get Wallet PnL Summary | Method Documentation | https://deep-index.moralis.io/api/v2.2/wallets/:address/profitability/summary |
| 20 | getWalletProfitability | Get Wallet PnL Breakdown | Method Documentation | https://deep-index.moralis.io/api/v2.2/wallets/:address/profitability |
Get Wallet Details
| No. | Method | Description | API Reference | URL |
|---|---|---|---|---|
| 21 | getWalletActiveChains | Get chain activity by wallet | Method Documentation | https://deep-index.moralis.io/api/v2.2/wallets/:address/chains |
| 22 | getWalletStats | Get wallet stats | Method Documentation | https://deep-index.moralis.io/api/v2.2/wallets/:address/stats |
Get Wallet Domains
| No. | Method | Description | API Reference | URL |
|---|---|---|---|---|
| 23 | resolveAddress | ENS Lookup by Address | Method Documentation | https://deep-index.moralis.io/api/v2.2/resolve/:address/reverse |
| 24 | resolveENSDomain | ENS Lookup by Domain | Method Documentation | https://deep-index.moralis.io/api/v2.2/resolve/ens/:domain |
| 25 | resolveAddressToDomain | Unstoppable Lookup by Address | Method Documentation | https://deep-index.moralis.io/api/v2.2/resolve/:address/domain |
| 26 | resolveDomain | Unstoppable Lookup by Domain | Method Documentation | https://deep-index.moralis.io/api/v2.2/resolve/:domain |