v1
latestOpenAPI 3.1.02026-07-243035381.4 MBCardano - Tatum API
Generate Ada private key
/v3/ada/wallet/priv
You can work with Cardano by connecting directly to a blockchain node provided by Tatum.
1 credit per API call.
Generates a private key for 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/ada/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"
}