Wallet API
Select what you want to achieve:
- Get Wallet History
- Get Wallet Net-worth
- Get Wallet Balance
- Get Wallet NFTs
- Get Wallet Tokens
- Get Wallet DeFi Positions
- Get Wallet PnL
- Get Wallet Details
- Domain Lookups
Get Wallet Historyβ
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 |
6 | getNFTTradesByWallet | Get NFT trades by wallet | Method Documentation | https://deep-index.moralis.io/api/v2.2/wallets/:address/nfts/trades |
Get Wallet Net-worthβ
No. | Method | Description | API Reference | URL |
---|---|---|---|---|
7 | 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 |
---|---|---|---|---|
8 | getNativeBalance | Get native balance by wallet | Method Documentation | https://deep-index.moralis.io/api/v2.2/:address/balance |
9 | 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 |
---|---|---|---|---|
10 | getWalletNFTs | Get NFTs by wallet | Method Documentation | https://deep-index.moralis.io/api/v2.2/:address/nft |
11 | 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 |
---|---|---|---|---|
12 | getWalletTokenBalances | Get ERC20 token balance by wallet | Method Documentation | https://deep-index.moralis.io/api/v2.2/:address/erc20 |
13 | getWalletTokenBalancesPrices | Get ERC20 token balances & prices by wallet | Method Documentation | https://deep-index.moralis.io/api/v2.2/wallets/:address/tokens |
Get Wallet DeFi Positionsβ
No. | Method | Description | API Reference | URL |
---|---|---|---|---|
14 | getDefiSummary | Get DeFi protocols by wallet | Method Documentation | https://deep-index.moralis.io/api/v2.2/wallets/:address/defi/summary |
15 | getDefiPositionsSummary | Get DeFi positions by wallet | Method Documentation | https://deep-index.moralis.io/api/v2.2/wallets/:address/defi/positions |
16 | 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 PnLβ
No. | Method | Description | API Reference | URL |
---|---|---|---|---|
14 | getWalletProfitabilitySummary | Get Wallet PnL Summary | Method Documentation | https://deep-index.moralis.io/api/v2.2/wallets/:address/profitability/summary |
15 | 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 |
---|---|---|---|---|
16 | getWalletActiveChains | Get chain activity by wallet | Method Documentation | https://deep-index.moralis.io/api/v2.2/wallets/:address/chains |
17 | 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 |
---|---|---|---|---|
18 | resolveAddress | ENS Lookup by Address | Method Documentation | https://deep-index.moralis.io/api/v2.2/resolve/:address/reverse |
19 | resolveENSDomain | ENS Lookup by Domain | Method Documentation | https://deep-index.moralis.io/api/v2.2/resolve/ens/:domain |
20 | resolveAddressToDomain | Unstoppable Lookup by Address | Method Documentation | https://deep-index.moralis.io/api/v2.2/resolve/:address/domain |
21 | resolveDomain | Unstoppable Lookup by Domain | Method Documentation | https://deep-index.moralis.io/api/v2.2/resolve/:domain |