Skip to main content

Don't have an API key yet?

Sign-up to Moralis to get your free API key and start building today.

Get Your Free API Key
Version: 2.2

EVM API

This section contains a full list of all methods within the EVM Web3 data.

Full List of APIs by Category​

Find your favorite method by selecting one of the following categories:

Wallet API​

Select what you want to achieve:

Get Wallet History​

No.MethodDescriptionAPI ReferenceURL
1getWalletHistoryGet full wallet historyMethod Documentation
2getWalletTransactionsGet native transactions by walletMethod Documentationhttps://deep-index.moralis.io/api/v2.2/:address
3getWalletTransactionsVerboseGet decoded transactions by walletMethod Documentationhttps://deep-index.moralis.io/api/v2.2/:address/verbose
4getWalletTokenTransfersGet ERC20 transfers by walletMethod Documentationhttps://deep-index.moralis.io/api/v2.2/:address/erc20/transfers
5getWalletNFTTransfersGet NFT transfers by walletMethod Documentationhttps://deep-index.moralis.io/api/v2.2/:address/nft/transfers
6getNFTTradesByWalletGet NFT trades by walletMethod Documentationhttps://deep-index.moralis.io/api/v2.2/wallets/:address/nfts/trades

Get Wallet Net-worth​

No.MethodDescriptionAPI ReferenceURL
7getWalletNetWorthGet wallet net-worthMethod Documentationhttps://deep-index.moralis.io/api/v2.2/wallets/:address/net-worth

Get Wallet Balance​

No.MethodDescriptionAPI ReferenceURL
8getNativeBalanceGet native balance by walletMethod Documentationhttps://deep-index.moralis.io/api/v2.2/:address/balance
9getNativeBalancesForAddressesGet native balance for multiple walletsMethod Documentationhttps://deep-index.moralis.io/api/v2.2/wallets/balances

Get Wallet NFTs​

No.MethodDescriptionAPI ReferenceURL
10getWalletNFTsGet NFTs by walletMethod Documentationhttps://deep-index.moralis.io/api/v2.2/:address/nft
11getWalletNFTCollectionsGet NFT collections by walletMethod Documentationhttps://deep-index.moralis.io/api/v2.2/:address/nft/collections

Get Wallet Tokens​

No.MethodDescriptionAPI ReferenceURL
12getWalletTokenBalancesGet ERC20 token balance by walletMethod Documentationhttps://deep-index.moralis.io/api/v2.2/:address/erc20
13getWalletTokenBalancesPricesGet ERC20 token balances & prices by walletMethod Documentationhttps://deep-index.moralis.io/api/v2.2/wallets/:address/tokens

Get Wallet DeFi Positions​

No.MethodDescriptionAPI ReferenceURL
14getDefiSummaryGet DeFi protocols by walletMethod Documentationhttps://deep-index.moralis.io/api/v2.2/wallets/:address/defi/summary
15getDefiPositionsSummaryGet DeFi positions by walletMethod Documentationhttps://deep-index.moralis.io/api/v2.2/wallets/:address/defi/positions
16getDefiPositionsByProtocolGet detailed DeFi positions by wallet and protocolMethod Documentationhttps://deep-index.moralis.io/api/v2.2/wallets/:address/defi/:protocol/positions

Get Wallet PnL​

No.MethodDescriptionAPI ReferenceURL
14getWalletProfitabilitySummary Get Wallet PnL SummaryMethod Documentationhttps://deep-index.moralis.io/api/v2.2/wallets/:address/profitability/summary
15getWalletProfitability Get Wallet PnL BreakdownMethod Documentationhttps://deep-index.moralis.io/api/v2.2/wallets/:address/profitability

Get Wallet Details​

No.MethodDescriptionAPI ReferenceURL
16getWalletActiveChainsGet chain activity by walletMethod Documentationhttps://deep-index.moralis.io/api/v2.2/wallets/:address/chains
17getWalletStatsGet wallet statsMethod Documentationhttps://deep-index.moralis.io/api/v2.2/wallets/:address/stats

Domain Lookups​

No.MethodDescriptionAPI ReferenceURL
18resolveAddressENS Lookup by AddressMethod Documentationhttps://deep-index.moralis.io/api/v2.2/resolve/:address/reverse
19resolveENSDomainENS Lookup by DomainMethod Documentationhttps://deep-index.moralis.io/api/v2.2/resolve/ens/:domain
20resolveAddressToDomainUnstoppable Lookup by AddressMethod Documentationhttps://deep-index.moralis.io/api/v2.2/resolve/:address/domain
21resolveDomainUnstoppable Lookup by DomainMethod Documentationhttps://deep-index.moralis.io/api/v2.2/resolve/:domain

NFT API​

Select what you want to achieve:

Get NFTs​

No.MethodDescriptionAPI ReferenceURLSpam Detection
1getWalletNFTsGet NFTs by walletMethod Documentationhttps://deep-index.moralis.io/api/v2.2/:address/nftβœ…
2getMultipleNFTsGet multiple NFTsMethod Documentationhttps://deep-index.moralis.io/api/v2.2/nft/getMultipleNFTsβœ…
3getContractNFTsGet NFTs by contractMethod Documentationhttps://deep-index.moralis.io/api/v2.2/nft/:addressβœ…

Get NFT Metadata​

No.MethodDescriptionAPI ReferenceURLSpam Detection
4reSyncMetadataResync metadataMethod Documentationhttps://deep-index.moralis.io/api/v2.2/nft/:address/:token_id/metadata/resync
5getNFTMetadataGet NFT dataMethod Documentationhttps://deep-index.moralis.io/api/v2.2/nft/:address/:token_id

Get NFT Transfers​

No.MethodDescriptionAPI ReferenceURLSpam Detection
6getWalletNFTTransfersGet transfers by walletMethod Documentationhttps://deep-index.moralis.io/api/v2.2/:address/nft/transfersβœ…
7getNFTContractTransfersGet transfers by contractMethod Documentationhttps://deep-index.moralis.io/api/v2.2/nft/:address/transfersβœ…
8getNFTTransfersFromToBlockGet transfers from block to blockMethod Documentationhttps://deep-index.moralis.io/api/v2.2/nft/transfersβœ…
9getNFTTransfersByBlockGet transfers by blockMethod Documentationhttps://deep-index.moralis.io/api/v2.2/block/:block_number_or_hash/nft/transfersβœ…
10getNFTTransfersGet transfers by contract and token IDMethod Documentationhttps://deep-index.moralis.io/api/v2.2/nft/:address/:token_id/transfersβœ…

Get NFT Collections​

No.MethodDescriptionAPI ReferenceURLSpam Detection
11getWalletNFTCollectionsGet collections by walletMethod Documentationhttps://deep-index.moralis.io/api/v2.2/:address/nft/collectionsβœ…
12getNFTContractMetadataGet contract metadataMethod Documentationhttps://deep-index.moralis.io/api/v2.2/nft/:address/metadataβœ…
13syncNFTContractSync NFT contractMethod Documentationhttps://deep-index.moralis.io/api/v2.2/nft/:address/sync

Get NFT Owners​

No.MethodDescriptionAPI ReferenceURLSpam Detection
14getNFTOwnersGet NFT ownersMethod Documentationhttps://deep-index.moralis.io/api/v2.2/nft/:address/ownersβœ…
15getNFTTokenIdOwnersGet token ID ownersMethod Documentationhttps://deep-index.moralis.io/api/v2.2/nft/:address/:token_id/ownersβœ…

Get NFT Prices​

No.MethodDescriptionAPI ReferenceURLSpam Detection
18getNFTContractSalePricesGet contract sale pricesMethod Documentationhttps://deep-index.moralis.io/api/v2.2/nft/:address/price
19getNFTSalePricesGet sale pricesMethod Documentationhttps://deep-index.moralis.io/api/v2.2/nft/:address/:token_id/price
20getNFTLowestPriceGet lowest priceMethod Documentationhttps://deep-index.moralis.io/api/v2.2/nft/:address/lowestprice

Get NFT Trades​

No.MethodDescriptionAPI ReferenceURLSpam Detection
21getNFTTradesGet NFT tradesMethod Documentationhttps://deep-index.moralis.io/api/v2.2/nft/:address/tradesβœ…
22getNFTTradesByTokenGet trades by tokenMethod Documentationhttps://deep-index.moralis.io/api/v2.2/nft/:address/:token_id/trades
23getNFTTradesByWalletGet trades by walletMethod Documentationhttps://deep-index.moralis.io/api/v2.2/wallets/:address/nfts/trades

Get NFT Stats​

No.MethodDescriptionAPI ReferenceURLSpam Detection
24getNFTCollectionStatsGet collection statsMethod Documentationhttps://deep-index.moralis.io/api/v2.2/nft/:address/stats
25getNFTTokenStatsGet token statsMethod Documentationhttps://deep-index.moralis.io/api/v2.2/nft/:address/:token_id/stats

Token API​

Select what you want to achieve:

Get Token Metadata​

No.MethodDescriptionAPI ReferenceURL
1getWalletTokenBalancesGet ERC20 token balance by walletMethod Documentationhttps://deep-index.moralis.io/api/v2.2/:address/erc20
2getTokenMetadataBySymbolGet ERC20 token metadata by symbolsMethod Documentationhttps://deep-index.moralis.io/api/v2.2/erc20/metadata/symbols
3getTokenMetadataGet ERC20 token metadata by contractMethod Documentationhttps://deep-index.moralis.io/api/v2.2/erc20/metadata

Get Token Price​

No.MethodDescriptionAPI ReferenceURL
4getTokenPriceGet ERC20 token priceMethod Documentationhttps://deep-index.moralis.io/api/v2.2/erc20/:address/price
5getMultipleTokenPricesGet multiple token pricesMethod Documentationhttps://deep-index.moralis.io/api/v2.2/erc20/prices

Get Token Balance​

No.MethodDescriptionAPI ReferenceURL
6getWalletTokenBalancesGet ERC20 token balance by walletMethod Documentationhttps://deep-index.moralis.io/api/v2.2/:address/erc20
7getTokenAllowanceGet ERC20 token allowanceMethod Documentationhttps://deep-index.moralis.io/api/v2.2/erc20/:address/allowance

Get Token Transfers​

No.MethodDescriptionAPI ReferenceURL
8getWalletTokenTransfersGet ERC20 token transfers by walletMethod Documentationhttps://deep-index.moralis.io/api/v2.2/:address/erc20/transfers
9getTokenTransfersGet ERC20 token transfers by contractMethod Documentationhttps://deep-index.moralis.io/api/v2.2/erc20/:address/transfers

Get Token Transfers​

No.MethodDescriptionAPI ReferenceURL
10getTopProfitableWalletPerTokenGet Top Profitable Wallets by Token
Method Documentationhttps://deep-index.moralis.io/api/v2.2/erc20/:address/top-gainers

Get Token Pairs & Liquidity​

No.MethodDescriptionAPI ReferenceURL
11getPairReservesGet DEX token pair reservesMethod Documentationhttps://deep-index.moralis.io/api/v2.2/:pair_address/reserves
12getPairAddressGet DEX token pair addressMethod Documentationhttps://deep-index.moralis.io/api/v2.2/:token0_address/:token1_address/pairAddres

Get Token Stats​

No.MethodDescriptionAPI ReferenceURL
13getTokenStatsGet ERC20 token statsMethod Documentationhttps://deep-index.moralis.io/api/v2.2/erc20/:address/stats

Get Token Owners​

No.MethodDescriptionAPI ReferenceURL
14getTokenOwnersGet ERC20 token ownersMethod Documentationhttps://deep-index.moralis.io/api/v2.2/erc20/:token_address/owners

DeFi API

Select what you want to achieve:

Get Wallet DeFi Positions​

No.MethodDescriptionAPI ReferenceURL
1getDefiSummaryGet DeFi protocols by walletMethod Documentationhttps://deep-index.moralis.io/api/v2.2/wallets/:address/defi/summary
2getDefiPositionsSummaryGet DeFi positions by walletMethod Documentationhttps://deep-index.moralis.io/api/v2.2/wallets/:address/defi/positions
3getDefiPositionsByProtocolGet detailed DeFi positions by wallet and protocolMethod Documentationhttps://deep-index.moralis.io/api/v2.2/wallets/:address/defi/:protocol/positions

Price API​

Select what you want to achieve:

Get Token Prices​

No.MethodDescriptionAPI ReferenceURL
1getTokenPriceGet ERC20 token priceMethod Documentationhttps://deep-index.moralis.io/api/v2.2/erc20/:address/price
2getMultipleTokenPricesGet multiple token pricesMethod Documentationhttps://deep-index.moralis.io/api/v2.2/erc20/prices
No.MethodDescriptionAPI ReferenceURLSpam Detection
3getNFTContractSalePricesGet contract sale pricesMethod Documentationhttps://deep-index.moralis.io/api/v2.2/nft/:address/price
4getNFTSalePricesGet sale pricesMethod Documentationhttps://deep-index.moralis.io/api/v2.2/nft/:address/:token_id/price
5getNFTLowestPriceGet lowest priceMethod Documentationhttps://deep-index.moralis.io/api/v2.2/nft/:address/lowestprice

Blockchain API​

Select what you want to achieve:

Get Blocks​

No.MethodDescriptionAPI ReferenceURL
1getBlockByHashGet block by hashMethod Documentationhttps://deep-index.moralis.io/api/v2.2/block/:block_number_or_hash
2getBlockByDateGet block by dateMethod Documentationhttps://deep-index.moralis.io/api/v2.2/dateToBlock

Get Transactions​

No.MethodDescriptionAPI ReferenceURL
3getDecodedWalletTransactionGet decoded transactions by walletMethod Documentationhttps://deep-index.moralis.io/api/v2.2/:address/verbose
4getTransactionByHashGet transaction by hashMethod Documentationhttps://deep-index.moralis.io/api/v2.2/transaction/:transaction_hash
5getDecodedTransactionByHashGet decoded transaction by hashMethod Documentationhttps://deep-index.moralis.io/api/v2.2/transaction/:transaction_hash/verbose
6getInternalTransactionsGet internal transactions by transaction hashMethod Documentationhttps://deep-index.moralis.io/api/v2.2/transaction/:transaction_hash/internal-transactions
7getWalletTransactionsGet native transactions by walletMethod Documentationhttps://deep-index.moralis.io/api/v2.2/:address

Get Logs​

No.MethodDescriptionAPI ReferenceURL
8getContractLogsGet logs by contractMethod Documentationhttps://deep-index.moralis.io/api/v2.2/:address/logs
9getContractEventsGet events by contractMethod Documentationhttps://deep-index.moralis.io/api/v2.2/:address/events

Get Stats​

No.MethodDescriptionAPI ReferenceURL
10getBlockStatsGet block statsMethod Documentationhttps://deep-index.moralis.io/api/v2.2/block/:block_number_or_hash/stats

Utils​

No.MethodDescriptionAPI ReferenceURL
1getAPIVersionGet API versionMethod Documentationhttps://deep-index.moralis.io/api/v2.2/web3/version
2getEndpointWeightsGet weights of endpointsMethod Documentationhttps://deep-index.moralis.io/api/v2.2/info/endpointWeights
3reviewContractsReview contractsMethod Documentationhttps://deep-index.moralis.io/api/v2.2/contracts-review