Wallet API
Select what you want to achieve:
- Get Wallet History
- Get Wallet Token Balances
- Get Wallet Token Approvals
- 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 | |
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 NFT Balancesβ
No. | Method | Description | API Reference | URL |
---|---|---|---|---|
12 | getWalletNFTs | Get NFTs by wallet | Method Documentation | https://deep-index.moralis.io/api/v2.2/:address/nft |
13 | 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 |
---|---|---|---|---|
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 Net-worthβ
No. | Method | Description | API Reference | URL |
---|---|---|---|---|
17 | 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 |
---|---|---|---|---|
18 | getWalletProfitabilitySummary | Get Wallet PnL Summary | Method Documentation | https://deep-index.moralis.io/api/v2.2/wallets/:address/profitability/summary |
19 | 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 |
---|---|---|---|---|
20 | getWalletActiveChains | Get chain activity by wallet | Method Documentation | https://deep-index.moralis.io/api/v2.2/wallets/:address/chains |
21 | 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 |
---|---|---|---|---|
22 | resolveAddress | ENS Lookup by Address | Method Documentation | https://deep-index.moralis.io/api/v2.2/resolve/:address/reverse |
23 | resolveENSDomain | ENS Lookup by Domain | Method Documentation | https://deep-index.moralis.io/api/v2.2/resolve/ens/:domain |
24 | resolveAddressToDomain | Unstoppable Lookup by Address | Method Documentation | https://deep-index.moralis.io/api/v2.2/resolve/:address/domain |
25 | resolveDomain | Unstoppable Lookup by Domain | Method Documentation | https://deep-index.moralis.io/api/v2.2/resolve/:domain |