Get EGLD block by hash

GET {{baseUrl}}/v3/egld/block/:hash

1 credit per API call.


Tatum supports BIP44 HD wallets. It is very convenient and secure, since it can generate 231 addresses from 1 mnemonic phrase. Mnemonic phrase consists of 24 special words in defined order and can restore access to all generated addresses and private keys.
Each address is identified by 3 main values:

  • Private Key - your secret value, which should never be revealed
  • Public Key - public address to be published
  • Derivation index - index of generated address

Tatum follows BIP44 specification and generates for Dogecoin wallet with derivation path m'/44'/3'/0'/0. More about BIP44 HD wallets can be found here - https://github.com/litecoin/bips/blob/master/bip-0044.mediawiki. Generate BIP44 compatible Dogecoin wallet.

RESPONSES

status: OK

{"nonce":5440076,"round":186582,"hash":"bd2de3618929b696807f6ef8a619f93d29d639aec9277f9c6f8569a8487141b1","prevBlockHash":"2a11aad21e933be58200839ff875f0ca7e955b8c483a0e117cb92409e5d2a5da","epoch":18,"numTxs":8,"shardBlocks":[{"hash":"a6f2ac15a6b1bafdde9afff2297cef49c4c523c516f8ee12fed54be070e9512b","nonce":5440070,"shard":1}],"transactions":[{"type":null,"nonce":2,"round":186580,"epoch":12,"value":"1000000000000000000","receiver":"erd17k95m339aqzxzyvjjjfa3lka0yyeqgcsda50tw5z9g73ycfe2caq9e6jq7","sender":"erd17k95m339aqzxzyvjjjfa3lka0yyeqgcsda50tw5z9g73ycfe2caq9e6jq1","gasPrice":1000000000,"gasLimit":70000,"data":"Zm9yIHRlc3Rz","signature":"c6ab10b401f14b122caf9d2ef80d532b986aa82b589dac77d77929da27ae2382c6ab10b401f14b122caf9d2ef80d532b986aa82b589dac77d77929da27ae238","sourceShard":2,"destinationShard":1,"blockNonce":186535,"blockHash":"bd2de3618929b696807f6ef8a619f93d29d639aec9277f9c6f8569a8487141b1","miniblockHash":"7cb0a10cf9e9ec9ff719ffe99349db3feac3ec217b6de62f6cf7756647194bbf","timestamp":1569600592,"status":"Success","hyperblockNonce":123321,"hyperblockHash":"715224f1f7d8330e3837500d1f82431954e30db6149f3ee4644d0950576d8dfe"}]}