v1
latestOpenAPI 3.1.02026-07-243035381.4 MBBitcoin Cash (BCH) - Tatum API
Generate Bitcoin Cash private key
/v3/bcash/wallet/priv
5 credits per API call.
Generate private key for address from mnemonic for given derivation path index. Private key is generated for the specific index - each mnemonic can generate up to 2^32 private keys starting from index 0 until 2^31 - 1.
post/v3/bcash/wallet/priv
Request body
Example request
{
"mnemonic": "urge pulp usage sister evidence arrest palm math please chief egg abuse"
}Response
OK
Example response
{
"key": "cTmS2jBWXgFaXZ2xG9jhn67TiyTshnMp3UedamzEhGm6BZV1vLgQ"
}