BIP's
An XPrivate Key (XPriv) in BIPs allows generating multiple private keys from a master key for an HD wallet, enabling full access to manage and spend funds across all derived addresses.

Last updated
An XPrivate Key (XPriv) in BIPs allows generating multiple private keys from a master key for an HD wallet, enabling full access to manage and spend funds across all derived addresses.

Last updated
{
"cryptocurrency": "...",
"symbol": "...",
"network": "...",
"coin_type": ...,
"entropy": "...",
"strength": ...,
"mnemonic": "...",
"passphrase": "...",
"language": "...",
"seed": "...",
"ecc": "...",
"hd": "...",
"root_xprivate_key": "...",
"root_xpublic_key": "...",
"root_private_key": "...",
"root_wif": "...",
"root_chain_code": "...",
"root_public_key": "...",
"strict": ...,
"public_key_type": "...",
"wif_type": "..."
}
{
"at": {
"path": "...",
"indexes": [
...,
...,
...,
...,
...
],
"depth": ...,
"purpose": ...,
"coin_type": ...,
"account": ...,
"change": "...",
"address": ...
},
"xprivate_key": "...",
"xpublic_key": "...",
"private_key": "...",
"wif": "...",
"chain_code": "...",
"public_key": "...",
"uncompressed": "...",
"compressed": "...",
"hash": "...",
"fingerprint": "...",
"parent_fingerprint": "...",
"address": "..."
}