Generate BSC wallet
GET {{baseUrl}}/v3/bsc/wallet?mnemonic=ut ea
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 BSC 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 BSC wallet.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
mnemonic | string | Mnemonic to use for generation of extended public and private keys. |
RESPONSES
status: OK
{"mnemonic":"urge pulp usage sister evidence arrest palm math please chief egg abuse","xpub":"xpub6EsCk1uU6cJzqvP9CdsTiJwT2rF748YkPnhv5Qo8q44DG7nn2vbyt48YRsNSUYS44jFCW9gwvD9kLQu9AuqXpTpM1c5hgg9PsuBLdeNncid"}