Skip to main content
Version: 2.2

API Reference

Don't have an API key yet?

Start using this API for your project today.

Get your free API key

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 Details

No.MethodDescriptionAPI ReferenceURL
1getChainActivityByWalletGet chain activity by walletMethod Documentationhttps://deep-index.moralis.io/api/v2.2/wallets/:address/chains

Get Native Balance

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

Get NFTs

No.MethodDescriptionAPI ReferenceURL
4getNFTsByWalletGet NFTs by walletMethod Documentationhttps://deep-index.moralis.io/api/v2.2/:address/nft
5getNFTCollectionsByWalletGet NFT collections by walletMethod Documentationhttps://deep-index.moralis.io/api/v2.2/:address/nft/collections

Get Tokens

No.MethodDescriptionAPI ReferenceURL
6getTokenBalancesByWalletGet ERC20 token balance by walletMethod Documentationhttps://deep-index.moralis.io/api/v2.2/:address/erc20

Get Transactions

No.MethodDescriptionAPI ReferenceURL
7getDecodedTransactionsByWalletGet decoded transactions by walletMethod Documentationhttps://deep-index.moralis.io/api/v2.2/:address/verbose
8getNativeTransactionsByWalletGet native transactions by walletMethod Documentationhttps://deep-index.moralis.io/api/v2.2/:address

Get Transfers

No.MethodDescriptionAPI ReferenceURL
9getWalletNFTTransfersGet NFT transfers by walletMethod Documentationhttps://deep-index.moralis.io/api/v2.2/:address/nft/transfers
10getWalletTokenTransfersGet ERC20 token transfers by walletMethod Documentationhttps://deep-index.moralis.io/api/v2.2/:address/erc20/transfers

Domains Lookups

No.MethodDescriptionAPI ReferenceURL
11resolveAddressENS Lookup by AddressMethod Documentationhttps://deep-index.moralis.io/api/v2.2/resolve/:address/reverse
12resolveENSDomainENS Lookup By DomainMethod Documentationhttps://deep-index.moralis.io/api/v2.2/resolve/ens/:domain
13resolveAddressToDomainUnstoppable Lookup by AddressMethod Documentationhttps://deep-index.moralis.io/api/v2.2/resolve/:address/domain
14resolveDomainUnstoppable Lookup By DomainMethod Documentationhttps://deep-index.moralis.io/api/v2.2/resolve/:domain
15getWalletStatsGet wallet statsMethod Documentationhttps://deep-index.moralis.io/api/v2.2/wallets/:address/stats

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
14getNFTOwnersGet NFT ownersMethod Documentationhttps://deep-index.moralis.io/api/v2.2/nft/:address/owners

Get NFT Market Data

No.MethodDescriptionAPI ReferenceURLSpam Detection
15getNFTTokenIdOwnersGet token ID ownersMethod Documentationhttps://deep-index.moralis.io/api/v2.2/nft/:address/:token_id/owners
16getNFTTradesGet NFT tradesMethod Documentationhttps://deep-index.moralis.io/api/v2.2/nft/:address/trades
17getNFTLowestPriceGet lowest priceMethod Documentationhttps://deep-index.moralis.io/api/v2.2/nft/:address/lowestprice
18getNFTCollectionStatsGet collection statsMethod Documentationhttps://deep-index.moralis.io/api/v2.2/nft/:address/stats
19getNFTTokenStatsGet token statsMethod Documentationhttps://deep-index.moralis.io/api/v2.2/nft/:address/:token_id/stats

Token API

Select what you want to achieve:

Get Tokens

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 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 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 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 Pairs & Liquidity

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

Get Token Stats

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

Market Data API

No.MethodDescriptionAPI ReferenceURL
1getTopERC20TokensByMarketCapGet the top ERC20 tokens by market capMethod Documentationhttps://deep-index.moralis.io/api/v2.2/market-data/erc20s/top-tokens
2getTopERC20TokensByPriceChangeGet the top ERC20 tokens by price changeMethod Documentationhttps://deep-index.moralis.io/api/v2.2/market-data/erc20s/top-movers
3getTopNFTCollectionsByMarketCapGet the top NFT collections by market capMethod Documentationhttps://deep-index.moralis.io/api/v2.2/market-data/nfts/top-collections
4getTopNFTCollectionsByTradingVolumeGet the top NFT collections by trading volumeMethod Documentationhttps://deep-index.moralis.io/api/v2.2/market-data/nfts/hottest-collections

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