Get Kcs Transaction
GET {{baseUrl}}/v3/kcs/transaction/: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 ONE wallet with derivation path m'/44'/60'/0'/0. More about BIP44 HD wallets can be found here - https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki. Generate BIP44 compatible ONE wallet.
RESPONSES
status: OK
{"blockHash":"0xcf2c40f475e78c7c19778e1ae999a0e371c9319b38182ea15dc94536f13f9137","status":true,"blockNumber":6470854,"from":"0x81b7E08F65Bdf5648606c89998A9CC8164397647","gas":21000,"gasPrice":"1000000000","transactionHash":"0xe6e7340394958674cdf8606936d292f565e4ecc476aaa8b258ec8a141f7c75d7","input":"0x","nonce":26836405,"to":"0xbC546fa1716Ed886967cf73f40e8F2F5e623a92d","transactionIndex":3,"value":"1000000000000000000","gasUsed":21000,"cumulativeGasUsed":314159,"contractAddress":"0x81b7E08F65Bdf5648606c89998A9CC8164397647","logs":[{"address":"0x81b7E08F65Bdf5648606c89998A9CC8164397647","topics":["0x033456732123ffff2342342dd12342434324234234fd234fd23fd4f23d4234"],"data":"string","logIndex":0,"blockNumber":6470854,"blockHash":"0x5d40698ee1b1ec589035f2a39c6162287e9056868cc79d66cfb248ba9f66c3fc","transactionIndex":0,"transactionHash":"0xe6e7340394958674cdf8606936d292f565e4ecc476aaa8b258ec8a141f7c75d7"}]}