Blockchain API
Select what you want to achieve:
Get Blocks
| No. | Method | Description | API Reference | URL |
|---|---|---|---|---|
| 1 | getBlockByHash | Get block by hash | Method Documentation | https://deep-index.moralis.io/api/v2.2/block/:block_number_or_hash |
| 2 | getBlockByDate | Get block by date | Method Documentation | https://deep-index.moralis.io/api/v2.2/dateToBlock |
Get Transactions
| No. | Method | Description | API Reference | URL |
|---|---|---|---|---|
| 3 | getDecodedWalletTransaction | Get decoded transactions by wallet | Method Documentation | https://deep-index.moralis.io/api/v2.2/:address/verbose |
| 4 | getTransactionByHash | Get transaction by hash | Method Documentation | https://deep-index.moralis.io/api/v2.2/transaction/:transaction_hash |
| 5 | getDecodedTransactionByHash | Get decoded transaction by hash | Method Documentation | https://deep-index.moralis.io/api/v2.2/transaction/:transaction_hash/verbose |
| 6 | getWalletTransactions | Get native transactions by wallet | Method Documentation | https://deep-index.moralis.io/api/v2.2/:address |
Get Latest Block Number
| No. | Method | Description | API Reference | URL |
|---|---|---|---|---|
| 7 | getLatestBlockNumber | Get latest block number. | Method Documentation | https://deep-index.moralis.io/api/v2.2/latestBlockNumber/:chain |