Get a Bitcoin transaction by its hash
GET {{baseUrl}}/v3/bitcoin/transaction/:hash
1 credit per API call.
Tatum supports BIP44 HD wallets. Because they can generate 231 addresses from 1 mnemonic phrase, they are very convenient and secure. A mnemonic phrase consists of 24 special words in a 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 Bitcoin wallet with derivation path m'/44'/0'/0'/0. More about BIP44 HD wallets can be found here - https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki. Generate BIP44 compatible Bitcoin wallet.
RESPONSES
status: OK
{"hash":"4c7846a8ff8415945e96937dea27bdb3144c15d793648d725602784826052586","witnessHash":"4c7846a8ff8415945e96937dea27bdb3144c15d793648d725602784826052586","fee":4540,"rate":20088,"mtime":1575663337,"blockNumber":1611609,"block":"00000000000001e13fe1eb3977f3379e3d0f6577fc6e087d27db46597ebddb8b","time":1575663091,"index":1,"version":2,"inputs":[{"prevout":{"hash":"60bc8445c11318e45a72a3259e65118d2f352568757e6ceb8bf1b527ce68379f","index":1},"script":"1600148c65244f095f3689aebb70981d102e33036fe786","witness":"0247304402207d7af97665ef5502c957f76a9fcdde2c228b6a8dc9951d45c318e6dfca0fcd2802207519528d6b61cc044800ab2cb499ef5f31d4decdc327c14fad4abbc3dd6e0190012102861d682cfd3bec8cbed98f5162299ba613bc5f352dd0d51961a5d81359fbc0af","sequence":4294967294,"coin":{"version":2,"blockNumber":1611608,"value":1341956178,"script":"0014049a97d91d4e1123899bf48c5ba6ce3fd959664e","address":"tb1qqjdf0kgafcgj8zvm7jx9hfkw8lv4jejw6wsmjg","coinbase":false}}],"outputs":[{"value":2068942,"script":"a914eaf2ad7e161c3ce7092bde14dc5842b642fe925187","address":"2NEfWpiQwLEcHGbX2Fwij16NDxTEZwHk4BH"}],"locktime":1611608}