Skip to main content
Version: 2.2

Blockchain API

Don't have an API key yet?

Start using this API for your project today.

Get your free API key

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