v1
latestOpenAPI 3.1.02026-07-243035381.4 MBBase - Tatum API
Generate Base private key
/v3/base/wallet/priv
1 credit per API call.
Generates the private key of an address from a mnemonic for a given derivation path index. The 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/base/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"
}